Skip to content

Commit

Permalink
chore(deps): Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Feb 2, 2025
1 parent a1add41 commit a3c810d
Show file tree
Hide file tree
Showing 4 changed files with 1,377 additions and 1,234 deletions.
6 changes: 3 additions & 3 deletions globals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"prepublish": "pnpm build"
},
"devDependencies": {
"@mui/material": "^6.3.0",
"@mui/styles": "^6.3.0",
"@mui/material": "^6.4.2",
"@mui/styles": "^6.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tss-react": "^4.9.14"
"tss-react": "^4.9.15"
},
"peerDependencies": {
"@mui/material": "^5.0.0 || ^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion gw2-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"ts-patch": "^3.3.0",
"typia": "^7.5.1"
"typia": "^7.6.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "^7.26.7",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@rollup/plugin-babel": "^6.0.4",
Expand All @@ -22,33 +22,33 @@
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@storybook/addon-actions": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.4.7",
"@storybook/react-webpack5": "^8.4.7",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@storybook/addon-actions": "^8.5.3",
"@storybook/addon-essentials": "^8.5.3",
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
"@storybook/react": "^8.5.3",
"@storybook/react-webpack5": "^8.5.3",
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"gh-pages": "^6.2.0",
"postcss": "^8.4.49",
"gh-pages": "^6.3.0",
"postcss": "^8.5.1",
"postcss-url": "^10.1.3",
"prettier": "^3.4.2",
"rimraf": "^5.0.10",
"rollup": "^4.29.1",
"rollup": "^4.34.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^8.4.7",
"storybook": "^8.5.3",
"storybook-css-modules-preset": "^1.1.1",
"typescript": "~5.6.3",
"typescript-plugin-css-modules": "^5.1.0"
Expand Down
Loading

0 comments on commit a3c810d

Please sign in to comment.