|
27 | 27 | "bugs": { |
28 | 28 | "url": "https://github.com/best-shot/babel-preset-evergreen/issues" |
29 | 29 | }, |
30 | | - "main": "index.cjs", |
| 30 | + "main": "index.mjs", |
31 | 31 | "files": [ |
32 | | - "mini.cjs" |
| 32 | + "mini.mjs" |
33 | 33 | ], |
34 | | - "type": "commonjs", |
| 34 | + "type": "module", |
35 | 35 | "scripts": { |
36 | 36 | "lint:eslint": "eslint . --quiet --fix --concurrency=auto", |
37 | 37 | "lint:staged": "nice-move lint staged", |
38 | 38 | "lint:type": "tsc -p tsconfig.json", |
39 | 39 | "lint:version": "syncpack lint", |
40 | 40 | "prepare": "nice-move git hooks", |
41 | 41 | "prepublishOnly": "pnpm run lint:staged && pnpm run lint:type && pnpm test", |
42 | | - "snapshot": "ava --fail-fast -u", |
| 42 | + "snapshot": "ava --fail-fast -u -w", |
43 | 43 | "test": "ava --fail-fast", |
44 | 44 | "version:pin": "syncpack fix-mismatches" |
45 | 45 | }, |
46 | 46 | "dependencies": { |
47 | | - "@babel/helper-plugin-utils": "^7.29.7", |
48 | | - "@babel/preset-env": "^7.29.7", |
49 | | - "babel-plugin-polyfill-corejs3": "^0.14.2", |
| 47 | + "@babel/helper-plugin-utils": "^8.0.1", |
| 48 | + "@babel/preset-env": "^8.0.2", |
| 49 | + "babel-plugin-polyfill-corejs3": "^1.0.0", |
50 | 50 | "core-js": "^3.49.0", |
51 | 51 | "core-js-compat": "^3.49.0", |
52 | 52 | "miniprogram-compat": "^1.0.5" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@babel/core": "^7.29.7", |
| 55 | + "@babel/core": "^8.0.1", |
56 | 56 | "@bring-it/npm": "^0.9.3", |
57 | 57 | "@nice-move/all-in-base": "^0.8.6", |
58 | | - "@types/babel__core": "^7.20.5", |
59 | 58 | "ava": "^8.0.1", |
60 | 59 | "eslint": "^9.39.4", |
61 | 60 | "garou": "^0.9.21", |
62 | 61 | "prettier": "~3.8.4", |
63 | 62 | "typescript": "~6.0.3" |
64 | 63 | }, |
65 | 64 | "peerDependencies": { |
66 | | - "@babel/core": "^7.29.0" |
| 65 | + "@babel/core": "^8.0.1" |
67 | 66 | }, |
68 | | - "packageManager": "pnpm@10.28.2", |
| 67 | + "packageManager": "pnpm@10.34.4", |
69 | 68 | "engines": { |
70 | 69 | "node": ">=20.18.0", |
71 | 70 | "pnpm": "^10.28.0" |
|
0 commit comments