|
11 | 11 | "*.js" |
12 | 12 | ], |
13 | 13 | "scripts": { |
14 | | - "bump": "ncu -u -x eslint,coffeescript,execa,read-pkg-up", |
| 14 | + "bump": "ncu -u -x coffeescript,execa,read-pkg-up", |
15 | 15 | "clean": "shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js", |
16 | 16 | "format": "prettier --write .", |
17 | 17 | "lint": "eslint . --ignore-pattern spec/fixtures/** --fix", |
|
21 | 21 | }, |
22 | 22 | "prettier": "prettier-config-atomic", |
23 | 23 | "dependencies": { |
24 | | - "@babel/core": "^7", |
25 | | - "@babel/eslint-parser": "^7.17.0", |
26 | | - "@babel/plugin-syntax-flow": "^7.16.7", |
27 | | - "@babel/plugin-syntax-jsx": "^7.16.7", |
28 | | - "@typescript-eslint/eslint-plugin": "^5.14.0", |
29 | | - "@typescript-eslint/parser": "^5.14.0", |
30 | | - "eslint": "^7", |
| 24 | + "@babel/core": "^7.18.2", |
| 25 | + "@babel/eslint-parser": "^7.18.2", |
| 26 | + "@babel/plugin-syntax-flow": "^7.17.12", |
| 27 | + "@babel/plugin-syntax-jsx": "^7.17.12", |
| 28 | + "@typescript-eslint/eslint-plugin": "^5.27.1", |
| 29 | + "@typescript-eslint/parser": "^5.27.1", |
| 30 | + "eslint": "^8.17.0", |
31 | 31 | "eslint-config-prettier": "^8.5.0", |
32 | 32 | "eslint-plugin-html": "^6.2.0", |
33 | | - "eslint-plugin-import": "^2.25.4", |
| 33 | + "eslint-plugin-import": "^2.26.0", |
34 | 34 | "eslint-plugin-json": "^3.1.0", |
35 | 35 | "eslint-plugin-node": "^11.1.0", |
36 | 36 | "eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2", |
37 | 37 | "eslint-plugin-optimize-regex": "^1.2.1", |
38 | | - "eslint-plugin-react": "^7.29.3", |
| 38 | + "eslint-plugin-react": "^7.30.0", |
39 | 39 | "eslint-plugin-yaml": "^0.5.0", |
40 | | - "prettier": "2.4.1", |
41 | | - "read-pkg-up": "^7", |
42 | | - "typescript": "^4" |
| 40 | + "prettier": "2.6.2", |
| 41 | + "read-pkg-up": "^7.0.1", |
| 42 | + "semver": "^7.3.7", |
| 43 | + "typescript": "^4.7.3" |
43 | 44 | }, |
44 | 45 | "devDependencies": { |
45 | | - "eslint": "^7", |
| 46 | + "@types/node": "^17.0.41", |
| 47 | + "@types/semver": "^7.3.9", |
| 48 | + "eslint": "^8", |
46 | 49 | "execa": "^5.1.1", |
47 | | - "gitly": "^2.1.6", |
48 | | - "npm-check-updates": "12.5.3", |
49 | | - "prettier-config-atomic": "^3.0.6", |
| 50 | + "gitly": "^2.2.0", |
| 51 | + "npm-check-updates": "13.1.2", |
| 52 | + "prettier-config-atomic": "^3.0.9", |
50 | 53 | "shelljs": "^0.8.5" |
51 | 54 | }, |
52 | 55 | "peerDependencies": { |
53 | | - "eslint": "^8.0.0" |
| 56 | + "eslint": "^8 || ^7 || ^6" |
54 | 57 | }, |
55 | 58 | "optionalDependencies": { |
56 | | - "coffeescript": "^1", |
| 59 | + "coffeescript": "^1.12.7", |
57 | 60 | "eslint-plugin-coffee": "^0.1.15", |
58 | | - "eslint-plugin-react-hooks": "^4.3.0" |
| 61 | + "eslint-plugin-react-hooks": "^4.5.0" |
59 | 62 | }, |
60 | 63 | "keywords": [ |
61 | 64 | "eslint", |
|
0 commit comments