|
1 | 1 | {
|
2 | 2 | "name": "@beeinventor/dasiot-react-component-lib",
|
3 |
| - "version": "1.8.4", |
| 3 | + "version": "1.9.0", |
4 | 4 | "type": "module",
|
5 | 5 | "files": [
|
6 | 6 | "lib",
|
|
31 | 31 | ]
|
32 | 32 | },
|
33 | 33 | "dependencies": {
|
34 |
| - "@rollup/plugin-terser": "^0.4.4", |
35 | 34 | "classnames": "^2.5.1",
|
36 |
| - "date-fns": "^2.30.0", |
37 |
| - "upgrade": "^1.1.0" |
| 35 | + "date-fns": "^4.1.0" |
38 | 36 | },
|
39 | 37 | "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", |
45 | 42 | "react": "^18.0.0",
|
46 | 43 | "react-dom": "^18.0.0"
|
47 | 44 | },
|
|
54 | 51 | "@emotion/react": "^11.13.3",
|
55 | 52 | "@emotion/styled": "^11.13.0",
|
56 | 53 | "@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", |
60 | 56 | "@rollup/plugin-commonjs": "^28.0.1",
|
61 | 57 | "@rollup/plugin-node-resolve": "^15.3.0",
|
| 58 | + "@rollup/plugin-terser": "^0.4.4", |
62 | 59 | "@rollup/plugin-typescript": "^12.1.1",
|
63 | 60 | "@rollup/plugin-url": "^8.0.2",
|
64 | 61 | "@storybook/addon-actions": "^8.3.6",
|
|
94 | 91 | "tslib": "^2.8.0",
|
95 | 92 | "typescript": "^5.6.3",
|
96 | 93 | "typescript-eslint": "^8.12.1",
|
97 |
| - "vite": "^4.5.5" |
| 94 | + "vite": "^5.4.10" |
98 | 95 | },
|
99 | 96 | "publishConfig": {
|
100 | 97 | "@beeinventor:registry": "https://npm.pkg.github.com"
|
|
0 commit comments