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 Dec 28, 2024
1 parent 048acc7 commit 2631a1e
Show file tree
Hide file tree
Showing 4 changed files with 1,527 additions and 740 deletions.
6 changes: 3 additions & 3 deletions globals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"prepublish": "pnpm build"
},
"devDependencies": {
"@mui/material": "^6.1.9",
"@mui/styles": "^6.1.9",
"@mui/material": "^6.3.0",
"@mui/styles": "^6.3.0",
"react": "^18.3.1",
"tss-react": "^4.9.13"
"tss-react": "^4.9.14"
},
"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 @@ -47,7 +47,7 @@
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ts-patch": "^3.2.1",
"ts-patch": "^3.3.0",
"typia": "^6.12.2"
},
"peerDependencies": {
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,40 +14,40 @@
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@storybook/addon-actions": "^8.4.5",
"@storybook/addon-essentials": "^8.4.5",
"@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.5",
"@storybook/react-webpack5": "^8.4.5",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@storybook/react": "^8.4.7",
"@storybook/react-webpack5": "^8.4.7",
"@types/node": "^22.10.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"gh-pages": "^6.2.0",
"postcss": "^8.4.49",
"postcss-url": "^10.1.3",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"rimraf": "^5.0.10",
"rollup": "^4.27.4",
"rollup": "^4.29.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^8.4.5",
"storybook": "^8.4.7",
"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 2631a1e

Please sign in to comment.