|
43 | 43 | "test:build": "jiti scripts/buildFixtures.ts" |
44 | 44 | }, |
45 | 45 | "dependencies": { |
46 | | - "acorn": "^8.15.0", |
47 | | - "picomatch": "^4.0.2", |
48 | | - "webpack-virtual-modules": "^0.6.2" |
| 46 | + "acorn": "catalog:prod", |
| 47 | + "picomatch": "catalog:prod", |
| 48 | + "webpack-virtual-modules": "catalog:prod" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | | - "@ampproject/remapping": "^2.3.0", |
52 | | - "@antfu/eslint-config": "^4.16.1", |
53 | | - "@antfu/ni": "^25.0.0", |
54 | | - "@farmfe/cli": "^1.0.5", |
55 | | - "@farmfe/core": "^1.7.8", |
56 | | - "@rspack/cli": "^1.4.2", |
57 | | - "@rspack/core": "^1.4.2", |
58 | | - "@types/fs-extra": "^11.0.4", |
59 | | - "@types/node": "^24.0.9", |
60 | | - "@types/picomatch": "^4.0.0", |
61 | | - "ansis": "^4.1.0", |
62 | | - "bumpp": "^10.2.0", |
63 | | - "esbuild": "^0.25.5", |
64 | | - "esbuild-plugin-copy": "^2.1.1", |
65 | | - "eslint": "^9.30.0", |
66 | | - "eslint-plugin-format": "^1.0.1", |
67 | | - "fast-glob": "^3.3.3", |
68 | | - "fs-extra": "^11.3.0", |
69 | | - "jiti": "^2.4.2", |
70 | | - "lint-staged": "^16.1.2", |
71 | | - "magic-string": "^0.30.17", |
72 | | - "rolldown": "^1.0.0-beta.23", |
73 | | - "rollup": "^4.44.1", |
74 | | - "simple-git-hooks": "^2.13.0", |
75 | | - "tsdown": "^0.12.9", |
76 | | - "typescript": "~5.8.3", |
77 | | - "unloader": "^0.4.5", |
| 51 | + "@ampproject/remapping": "catalog:", |
| 52 | + "@antfu/eslint-config": "catalog:", |
| 53 | + "@antfu/ni": "catalog:", |
| 54 | + "@farmfe/cli": "catalog:", |
| 55 | + "@farmfe/core": "catalog:", |
| 56 | + "@rspack/cli": "catalog:", |
| 57 | + "@rspack/core": "catalog:", |
| 58 | + "@types/fs-extra": "catalog:", |
| 59 | + "@types/node": "catalog:", |
| 60 | + "@types/picomatch": "catalog:", |
| 61 | + "ansis": "catalog:", |
| 62 | + "bumpp": "catalog:", |
| 63 | + "esbuild": "catalog:", |
| 64 | + "esbuild-plugin-copy": "catalog:", |
| 65 | + "eslint": "catalog:", |
| 66 | + "eslint-plugin-format": "catalog:", |
| 67 | + "fast-glob": "catalog:", |
| 68 | + "fs-extra": "catalog:", |
| 69 | + "jiti": "catalog:", |
| 70 | + "lint-staged": "catalog:", |
| 71 | + "magic-string": "catalog:", |
| 72 | + "rolldown": "catalog:", |
| 73 | + "rollup": "catalog:", |
| 74 | + "simple-git-hooks": "catalog:", |
| 75 | + "tsdown": "catalog:", |
| 76 | + "typescript": "catalog:", |
| 77 | + "unloader": "catalog:", |
78 | 78 | "unplugin": "workspace:*", |
79 | | - "unplugin-unused": "^0.5.1", |
80 | | - "vite": "^7.0.0", |
81 | | - "vitest": "^3.2.4", |
82 | | - "webpack": "^5.99.9", |
83 | | - "webpack-cli": "^6.0.1" |
| 79 | + "unplugin-unused": "catalog:", |
| 80 | + "vite": "catalog:", |
| 81 | + "vitest": "catalog:", |
| 82 | + "webpack": "catalog:", |
| 83 | + "webpack-cli": "catalog:" |
84 | 84 | }, |
85 | 85 | "resolutions": { |
86 | | - "esbuild": "^0.25.5" |
| 86 | + "esbuild": "catalog:" |
87 | 87 | }, |
88 | 88 | "simple-git-hooks": { |
89 | 89 | "pre-commit": "pnpm i --frozen-lockfile --ignore-scripts --offline && npx lint-staged" |
|
0 commit comments