Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Sep 12, 2024
1 parent c3b7f6f commit 29b3b63
Show file tree
Hide file tree
Showing 2 changed files with 909 additions and 1,599 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/preset-env": "^7.25.3",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@rollup/plugin-babel": "^6.0.4",
Expand All @@ -27,31 +27,31 @@
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-actions": "^8.2.7",
"@storybook/addon-essentials": "^8.2.7",
"@storybook/addon-actions": "^8.3.0",
"@storybook/addon-essentials": "^8.3.0",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.2.7",
"@storybook/react-webpack5": "^8.2.7",
"@types/node": "^22.0.2",
"@types/react": "^18.3.3",
"@storybook/react": "^8.3.0",
"@storybook/react-webpack5": "^8.3.0",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.40",
"postcss": "^8.4.45",
"postcss-url": "^10.1.3",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"rollup": "^4.19.2",
"rollup": "^4.21.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^8.2.7",
"storybook": "^8.3.0",
"storybook-css-modules-preset": "^1.1.1",
"typescript": "~4.7.4",
"typescript-plugin-css-modules": "^5.1.0"
Expand Down
Loading

0 comments on commit 29b3b63

Please sign in to comment.