|
23 | 23 | "devDependencies": { |
24 | 24 | "$repo-utils": "link:./scripts/repo-utils", |
25 | 25 | "@actions/github": "6.0.1", |
26 | | - "@babel/cli": "next", |
27 | | - "@babel/core": "next", |
| 26 | + "@babel/cli": "8.0.0-rc.3", |
| 27 | + "@babel/core": "8.0.0-rc.3", |
28 | 28 | "@babel/eslint-parser": "workspace:^", |
29 | 29 | "@babel/eslint-plugin-development": "workspace:^", |
30 | 30 | "@babel/eslint-plugin-development-internal": "workspace:^", |
31 | | - "@babel/plugin-transform-dynamic-import": "next", |
32 | | - "@babel/plugin-transform-export-namespace-from": "next", |
33 | | - "@babel/plugin-transform-json-modules": "next", |
34 | | - "@babel/plugin-transform-modules-commonjs": "next", |
35 | | - "@babel/plugin-transform-object-rest-spread": "next", |
36 | | - "@babel/plugin-transform-runtime": "next", |
37 | | - "@babel/preset-env": "next", |
38 | | - "@babel/preset-typescript": "next", |
39 | | - "@babel/runtime": "next", |
| 31 | + "@babel/plugin-transform-dynamic-import": "8.0.0-rc.3", |
| 32 | + "@babel/plugin-transform-export-namespace-from": "8.0.0-rc.3", |
| 33 | + "@babel/plugin-transform-json-modules": "8.0.0-rc.3", |
| 34 | + "@babel/plugin-transform-modules-commonjs": "8.0.0-rc.3", |
| 35 | + "@babel/plugin-transform-object-rest-spread": "8.0.0-rc.3", |
| 36 | + "@babel/plugin-transform-runtime": "8.0.0-rc.3", |
| 37 | + "@babel/preset-env": "8.0.0-rc.3", |
| 38 | + "@babel/preset-typescript": "8.0.0-rc.3", |
| 39 | + "@babel/runtime": "8.0.0-rc.3", |
40 | 40 | "@cspotcode/source-map-support": "^0.8.1", |
41 | 41 | "@eslint/js": "^10.0.1", |
42 | 42 | "@rollup/plugin-babel": "^6.0.4", |
|
118 | 118 | }, |
119 | 119 | "lint-staged": { |
120 | 120 | "./Makefile.source.ts": [ |
121 | | - "node ./scripts/pack-script.js --auto", |
| 121 | + "node ./scripts/pack-script.ts --auto", |
122 | 122 | "git add Makefile.js" |
123 | 123 | ], |
124 | 124 | "*.{js,cjs,mjs,ts,cts,mts}": [ |
|
0 commit comments