@griddo/core 11.11.0-rc.21 → 11.11.0-rc.23

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@griddo/core",
3
3
  "description": "Reload version of Griddo Core",
4
4
  "license": "UNLICENSED",
5
- "version": "11.11.0-rc.21",
5
+ "version": "11.11.0-rc.23",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -39,13 +39,15 @@
39
39
  "// DEV": "",
40
40
  "watch": "rollup -cw --bundleConfigAsCjs",
41
41
  "// TEST": "",
42
- "test": "vitest run",
43
- "test:watch": "vitest",
44
- "test:coverage": "vitest run --coverage",
42
+ "test": "jest",
43
+ "test:watch": "jest --watch",
44
+ "test:coverage": "jest --coverage",
45
+ "test:clear": "jest --clearCache",
45
46
  "// TEST HOOKS": "",
46
- "test:hooks": "vitest run src/hooks/__tests__",
47
- "test:hooks:watch": "vitest src/hooks/__tests__",
48
- "test:hooks:coverage": "vitest run src/hooks/__tests__ --coverage",
47
+ "test:hooks": "jest src/hooks/__tests__",
48
+ "test:hooks:watch": "jest --watch src/hooks/__tests__",
49
+ "test:hooks:coverage": "jest src/hooks/__tests__ --coverage",
50
+ "test:hooks:clear": "jest src/hooks/__tests__ --clearCache",
49
51
  "// LINTER": "",
50
52
  "run:lint": "eslint .",
51
53
  "// FORMATTER": "",
@@ -67,11 +69,10 @@
67
69
  "@rollup/plugin-replace": "6.0.1",
68
70
  "@rollup/plugin-terser": "0.4.4",
69
71
  "@rollup/plugin-typescript": "9.0.2",
70
- "@testing-library/jest-dom": "^6.6.3",
71
72
  "@typescript-eslint/eslint-plugin": "^8.0.0",
72
73
  "@typescript-eslint/parser": "^8.0.0",
73
- "@vitest/coverage-v8": "^3.0.0",
74
74
  "babel-core": "6.26.3",
75
+ "babel-jest": "^29.7.0",
75
76
  "babel-preset-env": "1.7.0",
76
77
  "babel-preset-react": "6.24.1",
77
78
  "babel-preset-stage-0": "6.24.1",
@@ -84,17 +85,18 @@
84
85
  "eslint-plugin-react-hooks": "^4.6.0",
85
86
  "eslint-plugin-testing-library": "^6.2.0",
86
87
  "globals": "^16.0.0",
87
- "jsdom": "^25.0.0",
88
+ "jest": "29.7.0",
89
+ "jest-environment-jsdom": "29.7.0",
90
+ "jest-fetch-mock": "^3.0.3",
88
91
  "pkg-dir": "6.0.1",
89
92
  "postcss": "8.4.49",
90
93
  "rollup": "3.29.5",
91
94
  "rollup-plugin-local-resolve": "1.0.7",
92
95
  "rollup-plugin-postcss": "4.0.2",
93
96
  "rollup-plugin-preserve-shebang": "1.0.1",
97
+ "ts-jest": "29.2.5",
94
98
  "typescript": "5.7.2",
95
- "uuid": "8.3.2",
96
- "vitest": "^3.0.0",
97
- "vitest-fetch-mock": "^0.4.0"
99
+ "uuid": "8.3.2"
98
100
  },
99
101
  "peerDependencies": {
100
102
  "@types/react": ">=18 <19",
@@ -115,5 +117,5 @@
115
117
  "publishConfig": {
116
118
  "access": "public"
117
119
  },
118
- "gitHead": "d7162960f4b15a047274add00fa9e61f22360eb9"
120
+ "gitHead": "b86c104b8b96d38bcc1d544313c95b30285da3f4"
119
121
  }