|
25 | 25 | "test.format": "prettier . --check", |
26 | 26 | "test.lint": "eslint . --ignore-pattern spec/fixtures/**" |
27 | 27 | }, |
28 | | - "prettier": "prettier-config-atomic", |
29 | 28 | "dependencies": { |
30 | | - "@babel/core": "^7.24.0", |
31 | | - "@babel/eslint-parser": "^7.23.10", |
32 | | - "@babel/plugin-syntax-flow": "^7.23.3", |
33 | | - "@babel/plugin-syntax-jsx": "^7.23.3", |
34 | | - "@typescript-eslint/eslint-plugin": "7.1.1", |
35 | | - "@typescript-eslint/parser": "7.1.1", |
| 29 | + "@babel/core": "^7.24.6", |
| 30 | + "@babel/eslint-parser": "^7.24.6", |
| 31 | + "@babel/plugin-syntax-flow": "^7.24.6", |
| 32 | + "@babel/plugin-syntax-jsx": "^7.24.6", |
| 33 | + "@eslint/js": "^9.3.0", |
| 34 | + "@typescript-eslint/eslint-plugin": "7.10.0", |
| 35 | + "@typescript-eslint/parser": "7.10.0", |
36 | 36 | "anymatch": "^3.1.3", |
37 | | - "eslint": "^8.57.0", |
| 37 | + "eslint": "^9.3.0", |
38 | 38 | "eslint-config-prettier": "^9.1.0", |
39 | | - "eslint-plugin-astro": "^0.31.4", |
40 | | - "eslint-plugin-html": "^8.0.0", |
| 39 | + "eslint-plugin-astro": "^1.2.0", |
| 40 | + "eslint-plugin-html": "^8.1.1", |
41 | 41 | "eslint-plugin-import": "^2.29.1", |
42 | | - "eslint-plugin-json": "^3.1.0", |
| 42 | + "eslint-plugin-json": "^4.0.0", |
43 | 43 | "eslint-plugin-node": "^11.1.0", |
44 | 44 | "eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2", |
45 | 45 | "eslint-plugin-optimize-regex": "^1.2.1", |
46 | | - "eslint-plugin-react": "^7.34.0", |
47 | | - "eslint-plugin-solid": "^0.13.1", |
| 46 | + "eslint-plugin-react": "^7.34.1", |
| 47 | + "eslint-plugin-solid": "^0.14.0", |
48 | 48 | "eslint-plugin-yaml": "^0.5.0", |
49 | 49 | "globify-gitignore": "^1.0.3", |
50 | 50 | "make-synchronous": "^0.1.1", |
51 | 51 | "prettier": "3.2.5", |
52 | 52 | "read-pkg-up": "^7.0.1", |
53 | | - "semver": "^7.6.0", |
54 | | - "typescript": "^5.3.3" |
| 53 | + "semver": "^7.6.2", |
| 54 | + "typescript": "^5.4.5" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | 57 | "@types/babel__core": "^7.20.5", |
58 | 58 | "@types/coffeescript": "^2.5.7", |
59 | | - "@types/eslint": "^8.56.5", |
| 59 | + "@types/eslint": "^8.56.10", |
60 | 60 | "@types/eslint-config-prettier": "^6.11.3", |
| 61 | + "@types/eslint__js": "~8.42.3", |
61 | 62 | "@types/execa": "^2.0.0", |
62 | | - "@types/node": "^20.11.24", |
| 63 | + "@types/node": "^20.12.12", |
63 | 64 | "@types/read-pkg-up": "^6.0.0", |
64 | 65 | "@types/semver": "^7.5.8", |
65 | 66 | "@types/shelljs": "^0.8.15", |
66 | 67 | "eslint-config-atomic": "link:", |
67 | 68 | "execa": "^5.1.1", |
68 | | - "gitly": "^2.5.2", |
69 | | - "npm-check-updates": "16.14.15", |
| 69 | + "gitly": "^3.0.0", |
| 70 | + "npm-check-updates": "16.14.20", |
70 | 71 | "prettier-config-atomic": "^4.0.0", |
71 | 72 | "shelljs": "^0.8.5", |
72 | 73 | "shx": "^0.3.4" |
73 | 74 | }, |
74 | 75 | "peerDependencies": { |
75 | | - "eslint": "^8 || ^7 || ^6" |
| 76 | + "eslint": "^9 || ^8 || ^7 || ^6" |
76 | 77 | }, |
77 | 78 | "optionalDependencies": { |
78 | 79 | "coffeescript": "^1.12.7", |
79 | 80 | "eslint-plugin-coffee": "^0.1.15", |
80 | | - "eslint-plugin-react-hooks": "^4.6.0" |
| 81 | + "eslint-plugin-react-hooks": "^4.6.2" |
81 | 82 | }, |
82 | 83 | "keywords": [ |
83 | 84 | "eslint", |
|
0 commit comments