@ukic/canary-react 2.0.0-canary.5 → 2.0.0-canary.6

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.5",
6
+ "version": "2.0.0-canary.6",
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.5",
32
- "@ukic/react": "^2.11.0",
33
- "@ukic/web-components": "^2.11.0"
31
+ "@ukic/canary-web-components": "^2.0.0-canary.6",
32
+ "@ukic/react": "^2.12.0",
33
+ "@ukic/web-components": "^2.12.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@babel/core": "^7.16.0",
@@ -90,5 +90,5 @@
90
90
  ]
91
91
  },
92
92
  "license": "MIT",
93
- "gitHead": "6ac000067e82fa960a43cefa7762c21ab56f3be3"
93
+ "gitHead": "4f477b247c85fdd12a6b5e82a907aec27b8b4697"
94
94
  }