@natoora-libs/core 0.2.46 → 0.2.48
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@natoora-libs/core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.48",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -46,8 +46,6 @@
|
|
|
46
46
|
"scripts": {
|
|
47
47
|
"dev": "yalc publish && NODE_OPTIONS=\"--max-old-space-size=8192\" tsup --watch --onSuccess \"yalc push --changed\"",
|
|
48
48
|
"build": "tsup",
|
|
49
|
-
"build-storybook": "storybook build",
|
|
50
|
-
"storybook": "storybook dev -p 6006",
|
|
51
49
|
"fix:all": "pnpm run format && pnpm run lint:fix",
|
|
52
50
|
"format": "prettier --config ./.prettierrc.cjs --write \"./src/**/*.{js,ts,tsx}\"",
|
|
53
51
|
"lint": "eslint --config ./eslint.config.js \"./src/**/*.{js,ts,tsx}\"",
|
|
@@ -75,11 +73,6 @@
|
|
|
75
73
|
"@mui/material": "^7.3.2",
|
|
76
74
|
"@mui/x-data-grid": "^8.11.3",
|
|
77
75
|
"@mui/x-date-pickers": "^8.11.3",
|
|
78
|
-
"@storybook/addon-docs": "^10.2.10",
|
|
79
|
-
"@storybook/addon-links": "^10.2.10",
|
|
80
|
-
"@storybook/addon-onboarding": "^10.2.10",
|
|
81
|
-
"@storybook/builder-webpack5": "^10.2.10",
|
|
82
|
-
"@storybook/react-webpack5": "^10.2.10",
|
|
83
76
|
"@testing-library/jest-dom": "^6.6.3",
|
|
84
77
|
"@testing-library/react": "16.3.0",
|
|
85
78
|
"@testing-library/user-event": "^14.4.3",
|
|
@@ -93,12 +86,11 @@
|
|
|
93
86
|
"jest": "^30.0.4",
|
|
94
87
|
"jest-environment-jsdom": "^30.0.4",
|
|
95
88
|
"mdi-material-ui": "^7.9.3",
|
|
96
|
-
"react": "19.2.
|
|
97
|
-
"react-dom": "19.2.
|
|
89
|
+
"react": "19.2.5",
|
|
90
|
+
"react-dom": "19.2.5",
|
|
98
91
|
"react-hook-form": "^7.71.1",
|
|
99
92
|
"react-query": "^3.19.6",
|
|
100
93
|
"react-router": "^7.12.0",
|
|
101
|
-
"storybook": "^10.2.10",
|
|
102
94
|
"ts-jest": "^29.4.0",
|
|
103
95
|
"ts-loader": "^9.5.2",
|
|
104
96
|
"tsup": "8.3.0",
|
|
@@ -113,8 +105,8 @@
|
|
|
113
105
|
"@mui/x-data-grid": "^8.11.3",
|
|
114
106
|
"@mui/x-date-pickers": "^8.11.3",
|
|
115
107
|
"mdi-material-ui": "^7.9.3",
|
|
116
|
-
"react": "19.2.
|
|
117
|
-
"react-dom": "19.2.
|
|
108
|
+
"react": "19.2.5",
|
|
109
|
+
"react-dom": "19.2.5",
|
|
118
110
|
"react-hook-form": "^7.71.1",
|
|
119
111
|
"react-query": "^3.19.6",
|
|
120
112
|
"react-router": "^7.12.0"
|