Skip to content

Commit

Permalink
Re-gen lock file.
Browse files Browse the repository at this point in the history
  • Loading branch information
supnate committed Mar 14, 2024
1 parent e4ffbcd commit 16ef44b
Show file tree
Hide file tree
Showing 3 changed files with 1,476 additions and 1,658 deletions.
2 changes: 1 addition & 1 deletion packages/examples-antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@ebay/nice-form-react": "workspace:*",
"@ebay/nice-form-react": "^2.0.0",
"antd": "^5.1.1",
"dayjs": "^1.11.7",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples-formik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "tsc && vite build",
"build": "vite build --emptyOutDir",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
Expand All @@ -24,7 +24,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@ebay/nice-form-react": "workspace:*",
"@ebay/nice-form-react": "^2.0.0",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
Expand All @@ -37,4 +37,4 @@
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}
}
Loading

0 comments on commit 16ef44b

Please sign in to comment.