|
14 | 14 | "*.js"
|
15 | 15 | ],
|
16 | 16 | "scripts": {
|
17 |
| - "build": "tsc", |
| 17 | + "dev": "tsc --pretty --watch", |
| 18 | + "build": "tsc --pretty", |
18 | 19 | "bump": "ncu -u -x coffeescript,execa,read-pkg-up,make-synchronous && pnpm update && pnpm dedupe",
|
19 | 20 | "clean": "shx rm -rf ./spec/fixtures/ ./dist",
|
20 | 21 | "format": "prettier --write .",
|
|
27 | 28 | },
|
28 | 29 | "prettier": "prettier-config-atomic",
|
29 | 30 | "dependencies": {
|
30 |
| - "@babel/core": "^7.24.7", |
31 |
| - "@babel/eslint-parser": "^7.24.7", |
32 |
| - "@babel/plugin-syntax-flow": "^7.24.7", |
33 |
| - "@babel/plugin-syntax-jsx": "^7.24.7", |
34 |
| - "@typescript-eslint/parser": "^7.13.1", |
| 31 | + "@babel/core": "^7.26.10", |
| 32 | + "@babel/eslint-parser": "^7.27.0", |
| 33 | + "@babel/plugin-syntax-flow": "^7.26.0", |
| 34 | + "@babel/plugin-syntax-jsx": "^7.25.9", |
| 35 | + "@typescript-eslint/parser": "^8.28.0", |
35 | 36 | "anymatch": "^3.1.3",
|
36 |
| - "eslint": "^9.5.0", |
37 |
| - "eslint-config-prettier": "^9.1.0", |
38 |
| - "eslint-plugin-astro": "^1.2.2", |
39 |
| - "eslint-plugin-html": "^8.1.1", |
40 |
| - "eslint-plugin-import": "^2.29.1", |
41 |
| - "eslint-plugin-json": "^4.0.0", |
| 37 | + "eslint": "^9.23.0", |
| 38 | + "eslint-config-prettier": "^10.1.1", |
| 39 | + "eslint-plugin-astro": "^1.3.1", |
| 40 | + "eslint-plugin-html": "^8.1.2", |
| 41 | + "eslint-plugin-import": "^2.31.0", |
| 42 | + "eslint-plugin-json": "^4.0.1", |
42 | 43 | "eslint-plugin-node": "^11.1.0",
|
43 | 44 | "eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
|
44 | 45 | "eslint-plugin-optimize-regex": "github:aminya/eslint-plugin-optimize-regex#16f9506ed2",
|
45 |
| - "eslint-plugin-react": "^7.34.3", |
46 |
| - "eslint-plugin-solid": "^0.14.1", |
47 |
| - "eslint-plugin-yaml": "^1.0.2", |
| 46 | + "eslint-plugin-react": "^7.37.4", |
| 47 | + "eslint-plugin-solid": "^0.14.5", |
| 48 | + "eslint-plugin-yaml": "^1.0.3", |
48 | 49 | "globify-gitignore": "^1.0.3",
|
49 | 50 | "make-synchronous": "^0.1.1",
|
50 |
| - "prettier": "3.3.2", |
| 51 | + "prettier": "3.5.3", |
51 | 52 | "read-pkg-up": "^7.0.1",
|
52 |
| - "semver": "^7.6.2", |
53 |
| - "typescript": "^5.4.5", |
54 |
| - "typescript-eslint": "^7.13.1" |
| 53 | + "semver": "^7.7.1", |
| 54 | + "typescript": "^5.8.2", |
| 55 | + "typescript-eslint": "^8.28.0" |
55 | 56 | },
|
56 | 57 | "devDependencies": {
|
57 | 58 | "@types/babel__core": "^7.20.5",
|
58 | 59 | "@types/coffeescript": "^2.5.7",
|
59 |
| - "@types/eslint": "^8.56.10", |
| 60 | + "@types/eslint": "^9.6.1", |
60 | 61 | "@types/eslint-config-prettier": "^6.11.3",
|
61 | 62 | "@types/eslint__js": "^8.42.3",
|
62 | 63 | "@types/execa": "^2.0.0",
|
63 |
| - "@types/node": "^20.14.2", |
| 64 | + "@types/node": "^22.13.13", |
64 | 65 | "@types/read-pkg-up": "^6.0.0",
|
65 |
| - "@types/semver": "^7.5.8", |
| 66 | + "@types/semver": "^7.7.0", |
66 | 67 | "@types/shelljs": "^0.8.15",
|
67 | 68 | "eslint-config-atomic": "link:",
|
68 | 69 | "execa": "^5.1.1",
|
69 |
| - "gitly": "^3.0.0", |
70 |
| - "npm-check-updates": "16.14.20", |
| 70 | + "gitly": "^3.1.0", |
| 71 | + "npm-check-updates": "17.1.16", |
71 | 72 | "prettier-config-atomic": "^4.0.0",
|
72 |
| - "shelljs": "^0.8.5", |
73 |
| - "shx": "^0.3.4" |
| 73 | + "shelljs": "^0.9.2", |
| 74 | + "shx": "^0.4.0" |
74 | 75 | },
|
75 | 76 | "peerDependencies": {
|
76 | 77 | "eslint": "^8 || ^7 || ^6"
|
77 | 78 | },
|
78 | 79 | "optionalDependencies": {
|
79 | 80 | "coffeescript": "^1.12.7",
|
80 | 81 | "eslint-plugin-coffee": "^0.1.15",
|
81 |
| - "eslint-plugin-react-hooks": "^4.6.2" |
| 82 | + "eslint-plugin-react-hooks": "^5.2.0" |
82 | 83 | },
|
83 | 84 | "keywords": [
|
84 | 85 | "eslint",
|
|
0 commit comments