|
1 | 1 | { |
2 | 2 | "name": "babel-preset-evergreen", |
3 | | - "version": "0.11.9", |
| 3 | + "version": "0.11.10", |
4 | 4 | "description": "A `babel` preset for modern javascript syntaxes", |
5 | 5 | "license": "MIT", |
6 | 6 | "author": { |
|
33 | 33 | ], |
34 | 34 | "type": "commonjs", |
35 | 35 | "scripts": { |
| 36 | + "lint:eslint": "eslint . --quiet --fix --concurrency=auto", |
36 | 37 | "lint:staged": "nice-move lint staged", |
| 38 | + "lint:type": "tsc -p tsconfig.json", |
| 39 | + "lint:version": "syncpack lint", |
37 | 40 | "prepare": "nice-move git hooks", |
38 | | - "prepublishOnly": "pnpm run lint:staged && pnpm test", |
39 | | - "snapshot": "ava --fail-fast -u -w", |
40 | | - "test": "ava --fail-fast" |
| 41 | + "prepublishOnly": "pnpm run lint:staged && pnpm run lint:type && pnpm test", |
| 42 | + "snapshot": "ava --fail-fast -u", |
| 43 | + "test": "ava --fail-fast", |
| 44 | + "version:pin": "syncpack fix-mismatches" |
41 | 45 | }, |
42 | 46 | "dependencies": { |
43 | | - "@babel/helper-plugin-utils": "^7.27.1", |
44 | | - "@babel/preset-env": "^7.28.5", |
| 47 | + "@babel/helper-plugin-utils": "^7.28.6", |
| 48 | + "@babel/preset-env": "^7.28.6", |
45 | 49 | "babel-plugin-polyfill-corejs3": "^0.13.0", |
46 | 50 | "core-js": "^3.47.0", |
47 | 51 | "core-js-compat": "^3.47.0", |
48 | 52 | "miniprogram-compat": "^1.0.5" |
49 | 53 | }, |
50 | 54 | "devDependencies": { |
51 | | - "@babel/core": "^7.28.5", |
| 55 | + "@babel/core": "^7.28.6", |
52 | 56 | "@bring-it/npm": "^0.9.3", |
53 | | - "@nice-move/all-in-base": "^0.6.30", |
| 57 | + "@nice-move/all-in-base": "^0.6.33", |
| 58 | + "@types/babel__core": "^7.20.5", |
54 | 59 | "ava": "^6.4.1", |
55 | 60 | "eslint": "^9.39.2", |
56 | 61 | "garou": "^0.9.17", |
57 | | - "prettier": "~3.7.4", |
58 | | - "typescript": "^5.9.3" |
| 62 | + "prettier": "~3.8.0", |
| 63 | + "typescript": "~5.9.3" |
59 | 64 | }, |
60 | 65 | "peerDependencies": { |
61 | | - "@babel/core": "^7.28.5" |
| 66 | + "@babel/core": "^7.28.6" |
62 | 67 | }, |
63 | | - "packageManager": "pnpm@10.23.0", |
| 68 | + "packageManager": "pnpm@10.28.1", |
64 | 69 | "engines": { |
65 | 70 | "node": ">=20.18.0", |
66 | | - "pnpm": "^10.23.0" |
| 71 | + "pnpm": "^10.28.0" |
67 | 72 | }, |
68 | 73 | "publishConfig": { |
69 | 74 | "access": "public", |
70 | 75 | "registry": "https://registry.npmjs.org/" |
71 | 76 | }, |
| 77 | + "ava": { |
| 78 | + "extensions": [ |
| 79 | + "mts" |
| 80 | + ] |
| 81 | + }, |
72 | 82 | "prettier": "@nice-move/prettier-config", |
73 | 83 | "x-readme": { |
74 | 84 | "logo": "https://cdn.jsdelivr.net/gh/babel/logo/babel.png" |
|
0 commit comments