@ukic/canary-react 2.0.0-canary.11 → 2.0.0-canary.13
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
@@ -3,7 +3,7 @@
|
|
3
3
|
"sideEffects": [
|
4
4
|
"*.css"
|
5
5
|
],
|
6
|
-
"version": "2.0.0-canary.
|
6
|
+
"version": "2.0.0-canary.13",
|
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",
|
@@ -28,9 +28,9 @@
|
|
28
28
|
"dist/"
|
29
29
|
],
|
30
30
|
"dependencies": {
|
31
|
-
"@ukic/canary-web-components": "^2.0.0-canary.
|
32
|
-
"@ukic/react": "^2.
|
33
|
-
"@ukic/web-components": "^2.
|
31
|
+
"@ukic/canary-web-components": "^2.0.0-canary.13",
|
32
|
+
"@ukic/react": "^2.18.1",
|
33
|
+
"@ukic/web-components": "^2.18.1"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
36
|
"@babel/core": "^7.16.0",
|
@@ -91,5 +91,5 @@
|
|
91
91
|
]
|
92
92
|
},
|
93
93
|
"license": "MIT",
|
94
|
-
"gitHead": "
|
94
|
+
"gitHead": "8298ec16b376fac46b5102b294f694731a21329e"
|
95
95
|
}
|