ados-rcm 1.1.317 → 1.1.318
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AUtils/sF.d.ts +28 -28
- package/dist/index.cjs.js +26 -26
- package/dist/index.es.js +6024 -6298
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ados-rcm",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.318",
|
4
4
|
"private": false,
|
5
5
|
"license": "MIT",
|
6
6
|
"type": "module",
|
@@ -49,7 +49,6 @@
|
|
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",
|
53
52
|
"@types/react": "^18.2.67",
|
54
53
|
"@types/react-dom": "^18.2.22",
|
55
54
|
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
@@ -60,14 +59,15 @@
|
|
60
59
|
"eslint-plugin-react-hooks": "^4.6.0",
|
61
60
|
"eslint-plugin-react-refresh": "^0.4.6",
|
62
61
|
"eslint-plugin-storybook": "^0.8.0",
|
63
|
-
"sass": "^1.83.4",
|
64
62
|
"storybook": "^8.0.2",
|
65
63
|
"typescript": "^5.4.3",
|
66
|
-
"
|
67
|
-
"vite": "^5.4.11"
|
64
|
+
"vite": "^5.2.2"
|
68
65
|
},
|
69
66
|
"dependencies": {
|
70
|
-
"
|
67
|
+
"@storybook/addon-controls": "^8.5.0",
|
68
|
+
"@storybook/addon-docs": "^8.5.0",
|
69
|
+
"sass": "^1.83.4",
|
70
|
+
"vite-plugin-css-injected-by-js": "^3.5.0",
|
71
71
|
"vite-plugin-dts": "^4.5.0",
|
72
72
|
"vite-plugin-svgr": "^4.2.0",
|
73
73
|
"vite-tsconfig-paths": "^4.3.2"
|