Skip to content

Commit

Permalink
chore: upgrade mui packages
Browse files Browse the repository at this point in the history
  • Loading branch information
steven11329 committed Oct 29, 2024
1 parent 27be058 commit 95ba87a
Show file tree
Hide file tree
Showing 4 changed files with 329 additions and 236 deletions.
23 changes: 10 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beeinventor/dasiot-react-component-lib",
"version": "1.8.4",
"version": "1.9.0",
"type": "module",
"files": [
"lib",
Expand Down Expand Up @@ -31,17 +31,14 @@
]
},
"dependencies": {
"@rollup/plugin-terser": "^0.4.4",
"classnames": "^2.5.1",
"date-fns": "^2.30.0",
"upgrade": "^1.1.0"
"date-fns": "^4.1.0"
},
"peerDependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.3",
"@mui/material": "^5.0.3",
"@mui/styles": "^5.0.1",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand All @@ -54,11 +51,11 @@
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@eslint/js": "^9.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
"@mui/icons-material": "^6.1.5",
"@mui/material": "^6.1.5",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@rollup/plugin-url": "^8.0.2",
"@storybook/addon-actions": "^8.3.6",
Expand Down Expand Up @@ -94,7 +91,7 @@
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.1",
"vite": "^4.5.5"
"vite": "^5.4.10"
},
"publishConfig": {
"@beeinventor:registry": "https://npm.pkg.github.com"
Expand Down
Loading

0 comments on commit 95ba87a

Please sign in to comment.