@ukic/canary-react 2.0.0-canary.24 → 2.0.0-canary.25
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -5
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"sideEffects": [
|
4
4
|
"*.css"
|
5
5
|
],
|
6
|
-
"version": "2.0.0-canary.
|
6
|
+
"version": "2.0.0-canary.25",
|
7
7
|
"description": "React-wrapped web components compiled using StencilJS",
|
8
8
|
"scripts": {
|
9
9
|
"build": "npm run clean && npm run compile && npm run copy:core-css && npm run copy:normalize-css",
|
@@ -30,9 +30,9 @@
|
|
30
30
|
"dist/"
|
31
31
|
],
|
32
32
|
"dependencies": {
|
33
|
-
"@ukic/canary-web-components": "^2.0.0-canary.
|
34
|
-
"@ukic/react": "^2.
|
35
|
-
"@ukic/web-components": "^2.
|
33
|
+
"@ukic/canary-web-components": "^2.0.0-canary.25",
|
34
|
+
"@ukic/react": "^2.28.0",
|
35
|
+
"@ukic/web-components": "^2.28.0"
|
36
36
|
},
|
37
37
|
"devDependencies": {
|
38
38
|
"@babel/core": "^7.16.0",
|
@@ -74,6 +74,7 @@
|
|
74
74
|
"react-router-dom": "^6.3.0",
|
75
75
|
"remark-gfm": "^3.0.1",
|
76
76
|
"storybook": "^7.6.10",
|
77
|
+
"storybook-addon-performance": "^0.17.3",
|
77
78
|
"ts-loader": "^9.5.0",
|
78
79
|
"typescript": "^4.5.2",
|
79
80
|
"url-loader": "^4.1.1",
|
@@ -93,5 +94,5 @@
|
|
93
94
|
]
|
94
95
|
},
|
95
96
|
"license": "MIT",
|
96
|
-
"gitHead": "
|
97
|
+
"gitHead": "9c268801ebc8da41901291fe13ff157a6211fbbd"
|
97
98
|
}
|