@ukic/canary-react 3.0.0-canary.3 → 3.0.0-canary.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/core/core.css +934 -66
  2. package/package.json +5 -5
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sideEffects": [
4
4
  "*.css"
5
5
  ],
6
- "version": "3.0.0-canary.3",
6
+ "version": "3.0.0-canary.5",
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": "^3.0.0-canary.3",
34
- "@ukic/react": "^3.0.0-alpha.3",
35
- "@ukic/web-components": "^3.0.0-alpha.3"
33
+ "@ukic/canary-web-components": "^3.0.0-canary.5",
34
+ "@ukic/react": "^3.0.0-alpha.5",
35
+ "@ukic/web-components": "^3.0.0-alpha.5"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@babel/core": "^7.16.0",
@@ -94,5 +94,5 @@
94
94
  ]
95
95
  },
96
96
  "license": "MIT",
97
- "gitHead": "e2f5cd049a05214c50b3bb26dd3806318f18075f"
97
+ "gitHead": "7204bc78595a8f362dc1e58e830b8622b6085d45"
98
98
  }