@griddo/core 11.11.0-rc.8 → 11.11.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.
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.8",
5
+ "version": "11.11.0",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -39,15 +39,13 @@
39
39
  "// DEV": "",
40
40
  "watch": "rollup -cw --bundleConfigAsCjs",
41
41
  "// TEST": "",
42
- "test": "jest",
43
- "test:watch": "jest --watch",
44
- "test:coverage": "jest --coverage",
45
- "test:clear": "jest --clearCache",
42
+ "test": "vitest run",
43
+ "test:watch": "vitest",
44
+ "test:coverage": "vitest run --coverage",
46
45
  "// TEST HOOKS": "",
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",
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",
51
49
  "// LINTER": "",
52
50
  "run:lint": "eslint .",
53
51
  "// FORMATTER": "",
@@ -69,10 +67,11 @@
69
67
  "@rollup/plugin-replace": "6.0.1",
70
68
  "@rollup/plugin-terser": "0.4.4",
71
69
  "@rollup/plugin-typescript": "9.0.2",
70
+ "@testing-library/jest-dom": "^6.6.3",
72
71
  "@typescript-eslint/eslint-plugin": "^8.0.0",
73
72
  "@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",
76
75
  "babel-preset-env": "1.7.0",
77
76
  "babel-preset-react": "6.24.1",
78
77
  "babel-preset-stage-0": "6.24.1",
@@ -85,18 +84,17 @@
85
84
  "eslint-plugin-react-hooks": "^4.6.0",
86
85
  "eslint-plugin-testing-library": "^6.2.0",
87
86
  "globals": "^16.0.0",
88
- "jest": "29.7.0",
89
- "jest-environment-jsdom": "29.7.0",
90
- "jest-fetch-mock": "^3.0.3",
87
+ "jsdom": "^25.0.0",
91
88
  "pkg-dir": "6.0.1",
92
89
  "postcss": "8.4.49",
93
90
  "rollup": "3.29.5",
94
91
  "rollup-plugin-local-resolve": "1.0.7",
95
92
  "rollup-plugin-postcss": "4.0.2",
96
93
  "rollup-plugin-preserve-shebang": "1.0.1",
97
- "ts-jest": "29.2.5",
98
94
  "typescript": "5.7.2",
99
- "uuid": "8.3.2"
95
+ "uuid": "8.3.2",
96
+ "vitest": "^3.0.0",
97
+ "vitest-fetch-mock": "^0.4.0"
100
98
  },
101
99
  "peerDependencies": {
102
100
  "@types/react": ">=18 <19",
@@ -117,5 +115,5 @@
117
115
  "publishConfig": {
118
116
  "access": "public"
119
117
  },
120
- "gitHead": "95662c55cbe61cce118184364d794c2d7160fdec"
118
+ "gitHead": "14af89d577b45eb30416cbd20a9e7e2bc91e796c"
121
119
  }
@@ -1,4 +0,0 @@
1
- import type { PageProviderProps } from "../../contexts/Page";
2
- export declare const pageProviderProps: ({ lang, }: {
3
- lang?: 1 | 2;
4
- }) => PageProviderProps;
@@ -1,2 +0,0 @@
1
- import type { SiteProviderProps } from "../../contexts/Site";
2
- export declare const siteProviderProps: () => SiteProviderProps;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};