|
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": "^7.32.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", |
| 40 | + "prettier": "2.6.2", |
| 41 | + "read-pkg-up": "^7.0.1", |
42 | 42 | "semver": "^7.3.7",
|
43 |
| - "typescript": "^4" |
| 43 | + "typescript": "^4.7.3" |
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 | 46 | "@types/node": "^17.0.41",
|
47 | 47 | "@types/semver": "^7.3.9",
|
48 |
| - "eslint": "^7", |
| 48 | + "eslint": "^8", |
49 | 49 | "execa": "^5.1.1",
|
50 |
| - "gitly": "^2.1.6", |
51 |
| - "npm-check-updates": "12.5.3", |
52 |
| - "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", |
53 | 53 | "shelljs": "^0.8.5"
|
54 | 54 | },
|
55 | 55 | "peerDependencies": {
|
56 | 56 | "eslint": "^8.0.0"
|
57 | 57 | },
|
58 | 58 | "optionalDependencies": {
|
59 |
| - "coffeescript": "^1", |
| 59 | + "coffeescript": "^1.12.7", |
60 | 60 | "eslint-plugin-coffee": "^0.1.15",
|
61 |
| - "eslint-plugin-react-hooks": "^4.3.0" |
| 61 | + "eslint-plugin-react-hooks": "^4.5.0" |
62 | 62 | },
|
63 | 63 | "keywords": [
|
64 | 64 | "eslint",
|
|
0 commit comments