@tight-embedded/react 6.1.0 → 6.3.1

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tight-embedded/react",
3
- "version": "6.1.0",
3
+ "version": "6.3.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.cjs",
6
6
  "module": "./dist/index.js",
@@ -42,6 +42,7 @@
42
42
  "lodash-es": "^4.17.21",
43
43
  "motion": "^12.35.0",
44
44
  "react-confirm": "^0.4.0",
45
+ "react-dropzone": "^14.3.8",
45
46
  "react-number-format": "^5.4.4",
46
47
  "recharts": "^3.1.2",
47
48
  "uuid": "^11.1.0",
@@ -54,7 +55,6 @@
54
55
  "@cypress/code-coverage": "^3.14.7",
55
56
  "@eslint/js": "^9.18.0",
56
57
  "@pandacss/dev": "^1.8.0",
57
- "@pandacss/eslint-plugin": "^0.3.0",
58
58
  "@redux-devtools/extension": "^3.3.0",
59
59
  "@rollup/plugin-terser": "^0.4.4",
60
60
  "@stylistic/eslint-plugin": "^5.5.0",
@@ -75,6 +75,7 @@
75
75
  "@vitest/ui": "^3.2.4",
76
76
  "aws-lambda": "^1.0.7",
77
77
  "cypress": "^15.5.0",
78
+ "eslint": "^9.23.0",
78
79
  "fake-indexeddb": "^6.2.2",
79
80
  "global-jsdom": "^26.0.0",
80
81
  "gulp": "^5.0.0",
@@ -96,14 +97,15 @@
96
97
  "vite-plugin-dts": "^4.5.4",
97
98
  "vite-plugin-istanbul": "^7.2.1",
98
99
  "vite-plugin-svgr": "^4.3.0",
99
- "vitest": "^3.2.4"
100
+ "vitest": "^3.2.4",
101
+ "@tight-embedded/eslint-config": "0.0.0"
100
102
  },
101
103
  "nyc": {
102
104
  "check-coverage": true,
103
- "branches": 35,
104
- "functions": 35,
105
- "lines": 35,
106
- "statements": 35
105
+ "branches": 30,
106
+ "functions": 30,
107
+ "lines": 30,
108
+ "statements": 30
107
109
  },
108
110
  "scripts": {
109
111
  "setup": "chmod -R +x ./scripts",
@@ -119,6 +121,7 @@
119
121
  "test": "vitest run --reporter=default --reporter=html --outputFile=./vitest/output/index.html",
120
122
  "vitest-coverage": "vitest run --coverage",
121
123
  "cytest": "cypress open",
124
+ "cypress:component": "cypress run --component --config screenshotOnRunFailure=false",
122
125
  "api-update": "./scripts/api-update.sh",
123
126
  "coverage": "./scripts/coverage.sh",
124
127
  "check-coverage": "./scripts/check-coverage.sh"