Skip to content

Commit

Permalink
Update dependencies (#20)
Browse files Browse the repository at this point in the history
* Update all minor vesions

* Add `^` to dependencies

* Update react & mdx

* Set Node.js 20

* Update postcss-nesting

* Update typescript

* Update babel-loader

* Update vite plugins
  • Loading branch information
sashachabin authored Dec 23, 2023
1 parent eecf80f commit 674fa46
Show file tree
Hide file tree
Showing 3 changed files with 3,192 additions and 3,344 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13
20
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,39 @@
"build-storybook": "storybook build"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"autoprefixer": "^10.4.13",
"autoprefixer": "^10.4.16",
"classnames": "^2.3.2",
"postcss": "^8.4.21",
"postcss-nesting": "^11.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-focus-lock": "^2.9.3",
"react-hotkeys-hook": "^4.3.4",
"vite-plugin-svgr": "^2.4.0"
"postcss": "^8.4.32",
"postcss-nesting": "^12.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-focus-lock": "^2.9.6",
"react-hotkeys-hook": "^4.4.1",
"vite-plugin-svgr": "^3.3.0"
},
"devDependencies": {
"@babel/core": "7.17.8",
"@mdx-js/react": "^2.2.1",
"@storybook/addon-a11y": "7.0.0-beta.41",
"@storybook/addon-actions": "7.0.0-beta.41",
"@storybook/addon-docs": "7.0.0-beta.41",
"@storybook/addon-essentials": "7.0.0-beta.41",
"@storybook/addon-links": "7.0.0-beta.41",
"@storybook/react": "7.0.0-beta.41",
"@storybook/react-vite": "7.0.0-beta.41",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@vitejs/plugin-react": "1.2.0",
"babel-loader": "8.2.4",
"storybook": "7.0.0-beta.41",
"typescript": "4.6.3",
"vite": "4.0.4",
"vite-plugin-dts": "1.7.1"
"@babel/core": "^7.23.6",
"@mdx-js/react": "^3.0.0",
"@storybook/addon-a11y": "^7.6.6",
"@storybook/addon-actions": "^7.6.6",
"@storybook/addon-docs": "^7.6.6",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/react": "^7.6.6",
"@storybook/react-vite": "^7.6.6",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^3.1.0",
"babel-loader": "^9.1.3",
"storybook": "^7.6.6",
"typescript": "^5.3.3",
"vite": "^4.5.1",
"vite-plugin-dts": "^1.7.3"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit 674fa46

Please sign in to comment.