@cencomalls/cencob2b-storybook 1.0.6 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cencomalls/cencob2b-storybook",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.7",
|
4
4
|
"main": "dist/index.cjs.js",
|
5
5
|
"module": "dist/index.esm.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"author": "Jonas",
|
17
17
|
"license": "ISC",
|
18
18
|
"description": "",
|
19
|
-
"
|
19
|
+
"dependencies": {
|
20
20
|
"react": "^19.0.0",
|
21
21
|
"react-dom": "^19.0.0"
|
22
22
|
},
|