Skip to content

Commit f057f0c

Browse files
committedJun 10, 2022
fix: update dependencies
1 parent 1a2ecce commit f057f0c

File tree

2 files changed

+1424
-1068
lines changed

2 files changed

+1424
-1068
lines changed
 

‎package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"*.js"
1212
],
1313
"scripts": {
14-
"bump": "ncu -u -x eslint,coffeescript,execa,read-pkg-up",
14+
"bump": "ncu -u -x coffeescript,execa,read-pkg-up",
1515
"clean": "shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js",
1616
"format": "prettier --write .",
1717
"lint": "eslint . --ignore-pattern spec/fixtures/** --fix",
@@ -21,44 +21,44 @@
2121
},
2222
"prettier": "prettier-config-atomic",
2323
"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",
3131
"eslint-config-prettier": "^8.5.0",
3232
"eslint-plugin-html": "^6.2.0",
33-
"eslint-plugin-import": "^2.25.4",
33+
"eslint-plugin-import": "^2.26.0",
3434
"eslint-plugin-json": "^3.1.0",
3535
"eslint-plugin-node": "^11.1.0",
3636
"eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
3737
"eslint-plugin-optimize-regex": "^1.2.1",
38-
"eslint-plugin-react": "^7.29.3",
38+
"eslint-plugin-react": "^7.30.0",
3939
"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",
4242
"semver": "^7.3.7",
43-
"typescript": "^4"
43+
"typescript": "^4.7.3"
4444
},
4545
"devDependencies": {
4646
"@types/node": "^17.0.41",
4747
"@types/semver": "^7.3.9",
48-
"eslint": "^7",
48+
"eslint": "^8",
4949
"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",
5353
"shelljs": "^0.8.5"
5454
},
5555
"peerDependencies": {
5656
"eslint": "^8.0.0"
5757
},
5858
"optionalDependencies": {
59-
"coffeescript": "^1",
59+
"coffeescript": "^1.12.7",
6060
"eslint-plugin-coffee": "^0.1.15",
61-
"eslint-plugin-react-hooks": "^4.3.0"
61+
"eslint-plugin-react-hooks": "^4.5.0"
6262
},
6363
"keywords": [
6464
"eslint",

‎pnpm-lock.yaml

+1,405-1,049
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.