Skip to content

Commit

Permalink
Update packages to fix dependabot issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilag committed Aug 12, 2024
1 parent 033d600 commit 564d64f
Show file tree
Hide file tree
Showing 2 changed files with 2,574 additions and 3,957 deletions.
33 changes: 16 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-recoil-form",
"version": "0.9.0",
"version": "0.10.0",
"license": "MIT",
"author": "Wit By Bit",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,27 +31,26 @@
"recoil": ">=0.5.0"
},
"devDependencies": {
"@storybook/addon-essentials": "7.0.6",
"@storybook/addon-interactions": "7.0.6",
"@storybook/addon-links": "7.0.6",
"@storybook/blocks": "7.0.6",
"@storybook/react": "7.0.6",
"@storybook/react-vite": "^7.0.6",
"@storybook/testing-library": "0.0.14-next.2",
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-interactions": "^8.2.8",
"@storybook/addon-links": "^8.2.8",
"@storybook/blocks": "^8.2.8",
"@storybook/react": "^8.2.8",
"@storybook/react-vite": "^8.2.8",
"@storybook/testing-library": "^0.2.2",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"husky": "^8.0.1",
"lint-staged": "^13.2.1",
"prettier": "^2.8.7",
"prop-types": "15.8.1",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"prettier": "^3.3.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"recoil": "0.7.7",
"storybook": "7.0.6",
"tslib": "^2.4.0",
"tsup": "^8.0.2",
"typescript": "4.7.4",
"vite": "^4.5.2"
"storybook": "^8.2.8",
"tslib": "^2.6.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.4.0"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
Expand Down
Loading

0 comments on commit 564d64f

Please sign in to comment.