Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Jul 27, 2024
1 parent 07e02bb commit 81db78b
Show file tree
Hide file tree
Showing 3 changed files with 1,619 additions and 2,604 deletions.
6 changes: 3 additions & 3 deletions globals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"prepublish": "pnpm build"
},
"dependencies": {
"@mui/material": "^5.15.20",
"@mui/styles": "^5.15.20",
"tss-react": "^4.9.10"
"@mui/material": "^5.16.5",
"@mui/styles": "^5.16.5",
"tss-react": "^4.9.11"
},
"devDependencies": {
"react": "^18.3.1"
Expand Down
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.24.7",
"@babel/preset-env": "^7.25.0",
"@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.1.11",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-actions": "^8.2.6",
"@storybook/addon-essentials": "^8.2.6",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.1.11",
"@storybook/react-webpack5": "^8.1.11",
"@types/node": "^20.14.6",
"@storybook/react": "^8.2.6",
"@storybook/react-webpack5": "^8.2.6",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.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-react": "^7.34.3",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.38",
"postcss": "^8.4.40",
"postcss-url": "^10.1.3",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"prettier": "^3.3.3",
"rimraf": "^5.0.9",
"rollup": "^4.19.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^8.1.11",
"storybook": "^8.2.6",
"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 81db78b

Please sign in to comment.