@deot/dev-tester 2.9.1 → 2.9.7

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 (2) hide show
  1. package/package.json +9 -9
  2. package/shared.config.ts +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deot/dev-tester",
3
- "version": "2.9.1",
3
+ "version": "2.9.7",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,13 +20,13 @@
20
20
  "access": "public"
21
21
  },
22
22
  "dependencies": {
23
- "@deot/dev-react": "^2.9.1",
24
- "@deot/dev-shared": "^2.9.1",
25
- "@deot/dev-vue": "^2.9.1",
26
- "@vitest/coverage-istanbul": "^3.1.1",
27
- "cross-env": "^7.0.3",
28
- "inquirer": "^12.5.2",
29
- "jsdom": "^26.0.0",
30
- "vitest": "^3.1.1"
23
+ "@deot/dev-react": "^2.9.7",
24
+ "@deot/dev-shared": "^2.9.7",
25
+ "@deot/dev-vue": "^2.9.7",
26
+ "@vitest/coverage-istanbul": "^4.0.7",
27
+ "cross-env": "^10.1.0",
28
+ "inquirer": "^12.10.0",
29
+ "jsdom": "^27.1.0",
30
+ "vitest": "^4.0.7"
31
31
  }
32
32
  }
package/shared.config.ts CHANGED
@@ -115,7 +115,6 @@ export default mergeConfig(getViteConfig(), defineConfig({
115
115
  enabled: true,
116
116
  provider: 'istanbul',
117
117
  reporter: ['text', 'html'],
118
- all: false,
119
118
  thresholds: {
120
119
  branches: 85,
121
120
  statements: 95,