@ukic/canary-react 2.0.0-canary.5 → 2.0.0-canary.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -6
package/package.json
CHANGED
@@ -3,14 +3,14 @@
|
|
3
3
|
"sideEffects": [
|
4
4
|
"*.css"
|
5
5
|
],
|
6
|
-
"version": "2.0.0-canary.
|
6
|
+
"version": "2.0.0-canary.7",
|
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",
|
10
10
|
"cypress": "cypress run --component --headed",
|
11
11
|
"cypress:open": "cypress open",
|
12
12
|
"cypress:component": "cypress run --component --headless",
|
13
|
-
"cypress:ci": "npm run cypress:component",
|
13
|
+
"cypress:ci": "cross-env CYPRESS_CI=true npm run cypress:component",
|
14
14
|
"clean": "rimraf dist",
|
15
15
|
"compile": "npm run tsc",
|
16
16
|
"tsc": "tsc -p .",
|
@@ -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.7",
|
32
|
+
"@ukic/react": "^2.13.0",
|
33
|
+
"@ukic/web-components": "^2.13.0"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
36
|
"@babel/core": "^7.16.0",
|
@@ -55,6 +55,7 @@
|
|
55
55
|
"@types/react": "^17.0.37",
|
56
56
|
"@types/react-dom": "^17.0.11",
|
57
57
|
"babel-loader": "^8.2.3",
|
58
|
+
"cross-env": "^7.0.3",
|
58
59
|
"cypress": "^13.3.1",
|
59
60
|
"cypress-axe": "^1.5.0",
|
60
61
|
"cypress-image-diff-js": "^1.32.0",
|
@@ -90,5 +91,5 @@
|
|
90
91
|
]
|
91
92
|
},
|
92
93
|
"license": "MIT",
|
93
|
-
"gitHead": "
|
94
|
+
"gitHead": "851d7863c504a1890a0d1a09f4bc8dbd5c94a4ba"
|
94
95
|
}
|