@ukic/canary-react 2.0.0-canary.13 → 2.0.0-canary.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.13",
6
+ "version": "2.0.0-canary.14",
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.13",
32
- "@ukic/react": "^2.18.1",
33
- "@ukic/web-components": "^2.18.1"
31
+ "@ukic/canary-web-components": "^2.0.0-canary.14",
32
+ "@ukic/react": "^2.19.0",
33
+ "@ukic/web-components": "^2.19.0"
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": "8298ec16b376fac46b5102b294f694731a21329e"
94
+ "gitHead": "5441c917fd593f7797ace93dc674a78006abb775"
95
95
  }