@xyo-network/react-drawer 2.77.2 → 2.78.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -19,10 +19,10 @@
|
|
19
19
|
"react-dom": "^18"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@storybook/react": "^7.6.
|
23
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
24
|
-
"@xylabs/tsconfig-react": "^3.11.
|
25
|
-
"typescript": "^5.
|
22
|
+
"@storybook/react": "^7.6.20",
|
23
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.8",
|
24
|
+
"@xylabs/tsconfig-react": "^3.11.8",
|
25
|
+
"typescript": "^5.5.2"
|
26
26
|
},
|
27
27
|
"description": "Common React library for all XYO projects that use React",
|
28
28
|
"docs": "dist/docs.json",
|
@@ -75,6 +75,6 @@
|
|
75
75
|
},
|
76
76
|
"sideEffects": false,
|
77
77
|
"types": "dist/browser/index.d.ts",
|
78
|
-
"version": "2.
|
78
|
+
"version": "2.78.0",
|
79
79
|
"type": "module"
|
80
80
|
}
|