@natoora-libs/drawer-menu 0.1.7 → 0.1.8-packages-upgrade
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +19 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@natoora-libs/drawer-menu",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8-packages-upgrade",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"test:coverage": "jest --coverage --coverageReporters=text-summary --maxWorkers=25% --logHeapUsage"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@natoora-libs/core": "0.2.
|
|
34
|
+
"@natoora-libs/core": "0.2.16-packages-upgrade",
|
|
35
35
|
"tss-react": "^4.9.15"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
@@ -40,39 +40,32 @@
|
|
|
40
40
|
"@mui/icons-material": "^7.3.2",
|
|
41
41
|
"@mui/lab": "^7.0.0-beta.17",
|
|
42
42
|
"@mui/material": "^7.3.2",
|
|
43
|
-
"@mui/types": "^7.4.6",
|
|
44
43
|
"@mui/x-data-grid": "^8.11.3",
|
|
45
44
|
"@mui/x-date-pickers": "^8.11.3",
|
|
46
|
-
"@storybook/addon-docs": "^10.0
|
|
47
|
-
"@storybook/addon-links": "^10.0
|
|
48
|
-
"@storybook/addon-onboarding": "^10.0
|
|
49
|
-
"@storybook/builder-webpack5": "^10.0
|
|
50
|
-
"@storybook/react-webpack5": "^10.0
|
|
45
|
+
"@storybook/addon-docs": "^10.2.0",
|
|
46
|
+
"@storybook/addon-links": "^10.2.0",
|
|
47
|
+
"@storybook/addon-onboarding": "^10.2.0",
|
|
48
|
+
"@storybook/builder-webpack5": "^10.2.0",
|
|
49
|
+
"@storybook/react-webpack5": "^10.2.0",
|
|
51
50
|
"@testing-library/jest-dom": "^6.6.3",
|
|
52
51
|
"@testing-library/react": "16.3.0",
|
|
53
52
|
"@testing-library/user-event": "^14.4.3",
|
|
54
|
-
"@types/classnames": "^2.3.1",
|
|
55
53
|
"@types/jest": "^30.0.0",
|
|
56
|
-
"@types/
|
|
57
|
-
"@types/
|
|
58
|
-
"@types/
|
|
59
|
-
"@types/react": "^19.0.0",
|
|
60
|
-
"@types/react-dom": "^19.0.0",
|
|
61
|
-
"@types/react-test-renderer": "^19.1.0",
|
|
62
|
-
"@types/redux": "^3.6.0",
|
|
54
|
+
"@types/node": "^25.0.9",
|
|
55
|
+
"@types/react": "^19.2.8",
|
|
56
|
+
"@types/react-dom": "^19.1.7",
|
|
63
57
|
"@types/uuid": "^10.0.0",
|
|
64
58
|
"babel-jest": "^30.0.4",
|
|
65
59
|
"babel-plugin-named-exports-order": "^0.0.2",
|
|
66
60
|
"jest": "^30.0.4",
|
|
67
61
|
"jest-environment-jsdom": "^30.0.4",
|
|
68
62
|
"mdi-material-ui": "^7.9.3",
|
|
69
|
-
"react": "19.
|
|
70
|
-
"react-dom": "19.
|
|
71
|
-
"react-hook-form": "^7.
|
|
63
|
+
"react": "19.2.3",
|
|
64
|
+
"react-dom": "19.2.3",
|
|
65
|
+
"react-hook-form": "^7.71.1",
|
|
72
66
|
"react-query": "^3.19.6",
|
|
73
|
-
"react-router": "^7.
|
|
74
|
-
"
|
|
75
|
-
"storybook": "^10.0.8",
|
|
67
|
+
"react-router": "^7.12.0",
|
|
68
|
+
"storybook": "^10.2.0",
|
|
76
69
|
"ts-jest": "^29.4.0",
|
|
77
70
|
"ts-loader": "^9.5.2",
|
|
78
71
|
"tsup": "^8.5.1",
|
|
@@ -88,10 +81,10 @@
|
|
|
88
81
|
"@mui/x-data-grid": "^8.11.3",
|
|
89
82
|
"@mui/x-date-pickers": "^8.11.3",
|
|
90
83
|
"mdi-material-ui": "^7.9.3",
|
|
91
|
-
"react": "19.
|
|
92
|
-
"react-dom": "19.
|
|
93
|
-
"react-hook-form": "^7.
|
|
84
|
+
"react": "19.2.3",
|
|
85
|
+
"react-dom": "19.2.3",
|
|
86
|
+
"react-hook-form": "^7.71.1",
|
|
94
87
|
"react-query": "^3.19.6",
|
|
95
|
-
"react-router": "^7.
|
|
88
|
+
"react-router": "^7.12.0"
|
|
96
89
|
}
|
|
97
90
|
}
|