@ukic/react 2.12.0 → 2.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -4
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sideEffects": [
4
4
  "*.css"
5
5
  ],
6
- "version": "2.12.0",
6
+ "version": "2.13.0",
7
7
  "description": "React-wrapped web components compiled using StencilJS",
8
8
  "author": "mi6",
9
9
  "bugs": {
@@ -19,7 +19,7 @@
19
19
  "cypress": "cypress run --component --headed",
20
20
  "cypress:open": "cypress open",
21
21
  "cypress:component": "cypress run --component --headless",
22
- "cypress:ci": "npm run cypress:component",
22
+ "cypress:ci": "cross-env CYPRESS_CI=true npm run cypress:component",
23
23
  "clean": "rimraf dist",
24
24
  "compile": "npm run tsc",
25
25
  "tsc": "tsc -p .",
@@ -40,7 +40,7 @@
40
40
  "dist/"
41
41
  ],
42
42
  "dependencies": {
43
- "@ukic/web-components": "^2.12.0"
43
+ "@ukic/web-components": "^2.13.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@babel/core": "^7.23.2",
@@ -63,9 +63,11 @@
63
63
  "@types/react-dom": "^17.0.11",
64
64
  "axe-core": "^4.8.2",
65
65
  "babel-loader": "^8.3.0",
66
+ "cross-env": "^7.0.3",
66
67
  "css-loader": "^6.8.1",
67
68
  "cypress": "^13.3.1",
68
69
  "cypress-axe": "^1.5.0",
70
+ "cypress-file-upload": "^5.0.8",
69
71
  "cypress-image-diff-js": "^2.1.3",
70
72
  "eslint-plugin-cypress": "^2.15.1",
71
73
  "mkdirp": "^1.0.4",
@@ -85,5 +87,5 @@
85
87
  "react-dom": "^16.7.0 || ^17.0.2 || ^18.2.0"
86
88
  },
87
89
  "license": "MIT",
88
- "gitHead": "4f477b247c85fdd12a6b5e82a907aec27b8b4697"
90
+ "gitHead": "851d7863c504a1890a0d1a09f4bc8dbd5c94a4ba"
89
91
  }