|
11 | 11 | "*.js"
|
12 | 12 | ],
|
13 | 13 | "scripts": {
|
14 |
| - "bump": "ncu -u -x coffeescript", |
| 14 | + "bump": "ncu -u -x eslint,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",
|
|
22 | 22 | "prettier": "prettier-config-atomic",
|
23 | 23 | "dependencies": {
|
24 | 24 | "@babel/core": "^7",
|
25 |
| - "@babel/eslint-parser": "^7.16.0", |
26 |
| - "@babel/plugin-syntax-flow": "^7.16.0", |
27 |
| - "@babel/plugin-syntax-jsx": "^7.16.0", |
28 |
| - "@typescript-eslint/eslint-plugin": "^5.3.0", |
29 |
| - "@typescript-eslint/parser": "^5.3.0", |
| 25 | + "@babel/eslint-parser": "^7.16.5", |
| 26 | + "@babel/plugin-syntax-flow": "^7.16.7", |
| 27 | + "@babel/plugin-syntax-jsx": "^7.16.7", |
| 28 | + "@typescript-eslint/eslint-plugin": "^5.10.1", |
| 29 | + "@typescript-eslint/parser": "^5.10.1", |
30 | 30 | "coffeescript": "^1",
|
31 | 31 | "eslint": "^7",
|
32 | 32 | "eslint-config-prettier": "^8.3.0",
|
33 | 33 | "eslint-plugin-coffee": "^0.1.15",
|
34 | 34 | "eslint-plugin-html": "^6.2.0",
|
35 |
| - "eslint-plugin-import": "^2.25.2", |
| 35 | + "eslint-plugin-import": "^2.25.4", |
36 | 36 | "eslint-plugin-json": "^3.1.0",
|
37 | 37 | "eslint-plugin-node": "^11.1.0",
|
38 | 38 | "eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
|
39 | 39 | "eslint-plugin-optimize-regex": "^1.2.1",
|
40 |
| - "eslint-plugin-react": "^7.26.1", |
| 40 | + "eslint-plugin-react": "^7.28.0", |
| 41 | + "eslint-plugin-react-hooks": "^4.3.0", |
41 | 42 | "eslint-plugin-yaml": "^0.5.0",
|
42 | 43 | "prettier": "^2",
|
43 | 44 | "read-pkg-up": "^7",
|
44 | 45 | "typescript": "^4"
|
45 | 46 | },
|
46 | 47 | "devDependencies": {
|
47 |
| - "eslint": "^8.0.0", |
| 48 | + "eslint": "^7", |
48 | 49 | "execa": "^5.1.1",
|
49 | 50 | "gitly": "^2.1.5",
|
50 |
| - "npm-check-updates": "12.0.2", |
| 51 | + "npm-check-updates": "12.2.1", |
51 | 52 | "prettier-config-atomic": "^3.0.1",
|
52 |
| - "shelljs": "^0.8.4" |
| 53 | + "shelljs": "^0.8.5" |
53 | 54 | },
|
54 | 55 | "peerDependencies": {
|
55 | 56 | "eslint": "^7"
|
|
0 commit comments