|
11 | 11 | "pnpm": ">=9.x" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@babel/core": "7.26.9", |
15 | | - "@babel/eslint-parser": "7.26.8", |
16 | | - "@babel/plugin-transform-runtime": "7.26.9", |
17 | | - "@babel/preset-env": "7.26.9", |
18 | | - "@babel/preset-react": "7.26.3", |
19 | | - "@babel/preset-typescript": "7.26.0", |
20 | | - "@biomejs/biome": "1.9.4", |
21 | | - "@changesets/changelog-github": "0.5.1", |
22 | | - "@changesets/cli": "2.28.1", |
23 | | - "@commitlint/cli": "19.6.1", |
24 | | - "@commitlint/config-conventional": "19.6.0", |
25 | | - "@eslint/eslintrc": "3.3.0", |
| 14 | + "@babel/core": "catalog:", |
| 15 | + "@babel/eslint-parser": "catalog:", |
| 16 | + "@babel/plugin-transform-runtime": "catalog:", |
| 17 | + "@babel/preset-env": "catalog:", |
| 18 | + "@babel/preset-react": "catalog:", |
| 19 | + "@babel/preset-typescript": "catalog:", |
| 20 | + "@biomejs/biome": "catalog:", |
| 21 | + "@changesets/changelog-github": "catalog:", |
| 22 | + "@changesets/cli": "catalog:", |
| 23 | + "@commitlint/cli": "catalog:", |
| 24 | + "@commitlint/config-conventional": "catalog:", |
| 25 | + "@eslint/eslintrc": "catalog:", |
26 | 26 | "@scaleway/eslint-config-react": "workspace:*", |
27 | 27 | "@scaleway/tsconfig": "workspace:*", |
28 | | - "@testing-library/jest-dom": "6.6.3", |
29 | | - "@testing-library/react": "16.2.0", |
30 | | - "@types/jest": "29.5.14", |
31 | | - "@types/node": "22.13.10", |
32 | | - "@types/react": "19.0.10", |
33 | | - "@types/react-dom": "19.0.4", |
34 | | - "@vitejs/plugin-react": "4.3.4", |
35 | | - "@vitest/coverage-istanbul": "3.0.8", |
36 | | - "browserslist": "4.24.4", |
37 | | - "builtin-modules": "4.0.0", |
38 | | - "cross-env": "7.0.3", |
39 | | - "esbuild-plugin-browserslist": "0.16.0", |
40 | | - "eslint": "9.19.0", |
41 | | - "globals": "15.15.0", |
42 | | - "happy-dom": "17.1.4", |
43 | | - "husky": "9.1.7", |
44 | | - "lint-staged": "15.4.3", |
45 | | - "mockdate": "3.0.5", |
46 | | - "read-pkg": "9.0.1", |
47 | | - "shx": "0.3.4", |
48 | | - "tstyche": "3.5.0", |
49 | | - "typescript": "5.8.2", |
50 | | - "vite": "6.2.0", |
51 | | - "vitest": "3.0.8", |
52 | | - "vitest-localstorage-mock": "0.1.2", |
53 | | - "wait-for-expect": "3.0.2" |
| 28 | + "@testing-library/jest-dom": "catalog:", |
| 29 | + "@testing-library/react": "catalog:", |
| 30 | + "@types/jest": "catalog:", |
| 31 | + "@types/node": "catalog:", |
| 32 | + "@types/react": "catalog:", |
| 33 | + "@types/react-dom": "catalog:", |
| 34 | + "@vitejs/plugin-react": "catalog:", |
| 35 | + "@vitest/coverage-istanbul": "catalog:", |
| 36 | + "browserslist": "catalog:", |
| 37 | + "builtin-modules": "catalog:", |
| 38 | + "cross-env": "catalog:", |
| 39 | + "esbuild-plugin-browserslist": "catalog:", |
| 40 | + "eslint": "catalog:", |
| 41 | + "globals": "catalog:", |
| 42 | + "happy-dom": "catalog:", |
| 43 | + "husky": "catalog:", |
| 44 | + "lint-staged": "catalog:", |
| 45 | + "mockdate": "catalog:", |
| 46 | + "read-pkg": "catalog:", |
| 47 | + "shx": "catalog:", |
| 48 | + "tstyche": "catalog:", |
| 49 | + "typescript": "catalog:", |
| 50 | + "vite": "catalog:", |
| 51 | + "vitest": "catalog:", |
| 52 | + "vitest-localstorage-mock": "catalog:", |
| 53 | + "wait-for-expect": "catalog:" |
54 | 54 | }, |
55 | 55 | "scripts": { |
56 | 56 | "lint": "eslint --cache .", |
|
0 commit comments