Skip to content

Commit 0acbce0

Browse files
committedOct 22, 2021
fix: update dependencies
1 parent bf1d8f8 commit 0acbce0

File tree

2 files changed

+553
-318
lines changed

2 files changed

+553
-318
lines changed
 

‎package.json

+30-29
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,68 @@
11
{
22
"name": "eslint-config-atomic",
33
"version": "1.15.0",
4+
"description": "Eslint config used in atom-ide-community",
5+
"repository": "https://github.com/atom-ide-community/eslint-config-atomic",
6+
"license": "MIT",
47
"author": "Amin Yahyaabadi",
58
"main": "index.js",
6-
"react": "react.js",
7-
"strict": "strict.js",
8-
"strict-react": "strict-react.js",
99
"files": [
1010
"src",
1111
"*.js"
1212
],
13-
"description": "Eslint config used in atom-ide-community",
14-
"keywords": [
15-
"eslint",
16-
"config",
17-
"atomic",
18-
"plugin",
19-
"lint",
20-
"prettier"
21-
],
22-
"repository": "https://github.com/atom-ide-community/eslint-config-atomic",
23-
"license": "MIT",
24-
"prettier": "prettier-config-atomic",
2513
"scripts": {
14+
"bump": "ncu -u -x coffeescript",
15+
"clean": "shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js",
2616
"format": "prettier --write .",
27-
"test.format": "prettier . --check",
2817
"lint": "eslint . --ignore-pattern spec/fixtures/** --fix",
29-
"test.lint": "eslint . --ignore-pattern spec/fixtures/**",
3018
"test": "node ./spec/test.js",
31-
"clean": "shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js",
32-
"bump": "ncu -u -x coffeescript"
19+
"test.format": "prettier . --check",
20+
"test.lint": "eslint . --ignore-pattern spec/fixtures/**"
3321
},
22+
"prettier": "prettier-config-atomic",
3423
"dependencies": {
3524
"@babel/core": "^7",
36-
"@babel/eslint-parser": "^7.15.7",
25+
"@babel/eslint-parser": "^7.15.8",
3726
"@babel/plugin-syntax-flow": "^7.14.5",
3827
"@babel/plugin-syntax-jsx": "^7.14.5",
39-
"@typescript-eslint/eslint-plugin": "^4.31.2",
40-
"@typescript-eslint/parser": "^4.31.2",
28+
"@typescript-eslint/eslint-plugin": "^5.1.0",
29+
"@typescript-eslint/parser": "^5.1.0",
4130
"coffeescript": "^1",
4231
"eslint": "^7",
4332
"eslint-config-prettier": "^8.3.0",
4433
"eslint-plugin-coffee": "^0.1.15",
4534
"eslint-plugin-html": "^6.2.0",
46-
"eslint-plugin-import": "^2.24.2",
35+
"eslint-plugin-import": "^2.25.2",
4736
"eslint-plugin-json": "^3.1.0",
4837
"eslint-plugin-node": "^11.1.0",
4938
"eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
5039
"eslint-plugin-optimize-regex": "^1.2.1",
51-
"eslint-plugin-react": "^7.26.0",
40+
"eslint-plugin-react": "^7.26.1",
5241
"eslint-plugin-yaml": "^0.5.0",
5342
"prettier": "^2",
43+
"read-pkg-up": "^7",
5444
"typescript": "^4"
5545
},
56-
"peerDependencies": {
57-
"eslint": ">=7"
58-
},
5946
"devDependencies": {
6047
"eslint": "^7.22.0",
6148
"execa": "^5.1.1",
6249
"gitly": "^2.1.5",
6350
"npm-check-updates": "11.8.5",
64-
"prettier-config-atomic": "^2.0.5",
51+
"prettier-config-atomic": "^3.0.1",
6552
"shelljs": "^0.8.4"
66-
}
53+
},
54+
"peerDependencies": {
55+
"eslint": "^7"
56+
},
57+
"keywords": [
58+
"eslint",
59+
"config",
60+
"atomic",
61+
"plugin",
62+
"lint",
63+
"prettier"
64+
],
65+
"react": "react.js",
66+
"strict": "strict.js",
67+
"strict-react": "strict-react.js"
6768
}

‎pnpm-lock.yaml

+523-289
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.