Skip to content

Commit 95ba87a

Browse files
committed
chore: upgrade mui packages
1 parent 27be058 commit 95ba87a

File tree

4 files changed

+329
-236
lines changed

4 files changed

+329
-236
lines changed

package.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beeinventor/dasiot-react-component-lib",
3-
"version": "1.8.4",
3+
"version": "1.9.0",
44
"type": "module",
55
"files": [
66
"lib",
@@ -31,17 +31,14 @@
3131
]
3232
},
3333
"dependencies": {
34-
"@rollup/plugin-terser": "^0.4.4",
3534
"classnames": "^2.5.1",
36-
"date-fns": "^2.30.0",
37-
"upgrade": "^1.1.0"
35+
"date-fns": "^4.1.0"
3836
},
3937
"peerDependencies": {
40-
"@emotion/react": "^11.4.1",
41-
"@emotion/styled": "^11.3.0",
42-
"@mui/icons-material": "^5.0.3",
43-
"@mui/material": "^5.0.3",
44-
"@mui/styles": "^5.0.1",
38+
"@emotion/react": "^11.0.0",
39+
"@emotion/styled": "^11.0.0",
40+
"@mui/icons-material": "^6.0.0",
41+
"@mui/material": "^6.0.0",
4542
"react": "^18.0.0",
4643
"react-dom": "^18.0.0"
4744
},
@@ -54,11 +51,11 @@
5451
"@emotion/react": "^11.13.3",
5552
"@emotion/styled": "^11.13.0",
5653
"@eslint/js": "^9.13.0",
57-
"@mui/icons-material": "^5.16.7",
58-
"@mui/material": "^5.16.7",
59-
"@mui/styles": "^5.16.7",
54+
"@mui/icons-material": "^6.1.5",
55+
"@mui/material": "^6.1.5",
6056
"@rollup/plugin-commonjs": "^28.0.1",
6157
"@rollup/plugin-node-resolve": "^15.3.0",
58+
"@rollup/plugin-terser": "^0.4.4",
6259
"@rollup/plugin-typescript": "^12.1.1",
6360
"@rollup/plugin-url": "^8.0.2",
6461
"@storybook/addon-actions": "^8.3.6",
@@ -94,7 +91,7 @@
9491
"tslib": "^2.8.0",
9592
"typescript": "^5.6.3",
9693
"typescript-eslint": "^8.12.1",
97-
"vite": "^4.5.5"
94+
"vite": "^5.4.10"
9895
},
9996
"publishConfig": {
10097
"@beeinventor:registry": "https://npm.pkg.github.com"

0 commit comments

Comments
 (0)