@ukic/canary-react 2.0.0-canary.16 → 2.0.0-canary.17

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.16",
6
+ "version": "2.0.0-canary.17",
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.16",
34
- "@ukic/react": "^2.21.0",
35
- "@ukic/web-components": "^2.21.0"
33
+ "@ukic/canary-web-components": "^2.0.0-canary.17",
34
+ "@ukic/react": "^2.22.0",
35
+ "@ukic/web-components": "^2.22.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@babel/core": "^7.16.0",
@@ -93,5 +93,5 @@
93
93
  ]
94
94
  },
95
95
  "license": "MIT",
96
- "gitHead": "5dd43dde5edbcd9f62e6fa706e762fd95ff19935"
96
+ "gitHead": "d514f0b7ea02cad6e1f5f13aba34b7e8a3c162dd"
97
97
  }