ados-rcm 1.1.313 → 1.1.315
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +26 -26
- package/dist/index.es.js +6298 -6024
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ados-rcm",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.315",
|
4
4
|
"private": false,
|
5
5
|
"license": "MIT",
|
6
6
|
"type": "module",
|
@@ -49,6 +49,7 @@
|
|
49
49
|
"@storybook/react-vite": "^8.0.2",
|
50
50
|
"@storybook/test": "^8.0.2",
|
51
51
|
"@types/lodash": "^4.17.14",
|
52
|
+
"@types/node": "^22.10.7",
|
52
53
|
"@types/react": "^18.2.67",
|
53
54
|
"@types/react-dom": "^18.2.22",
|
54
55
|
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
@@ -59,10 +60,10 @@
|
|
59
60
|
"eslint-plugin-react-hooks": "^4.6.0",
|
60
61
|
"eslint-plugin-react-refresh": "^0.4.6",
|
61
62
|
"eslint-plugin-storybook": "^0.8.0",
|
62
|
-
"sass": "^1.
|
63
|
+
"sass": "^1.83.4",
|
63
64
|
"storybook": "^8.0.2",
|
64
65
|
"typescript": "^5.4.3",
|
65
|
-
"vite": "^5.
|
66
|
+
"vite": "^5.4.11"
|
66
67
|
},
|
67
68
|
"dependencies": {
|
68
69
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|