File tree Expand file tree Collapse file tree 9 files changed +126
-98
lines changed Expand file tree Collapse file tree 9 files changed +126
-98
lines changed Original file line number Diff line number Diff line change 14
14
],
15
15
"devDependencies" : {
16
16
"@spotify/web-scripts" : " ^1.0.0" ,
17
- "husky" : " ^2.4.0" ,
18
- "lerna" : " ^3.15.0" ,
19
- "prettier" : " ^1.18.0" ,
20
- "eslint" : " ^5.0.0" ,
21
- "eslint-plugin-jsx-a11y" : " ^6.2.1" ,
22
- "eslint-plugin-react" : " ^7.14.2" ,
23
17
"@typescript-eslint/eslint-plugin" : " ^1.11.0" ,
24
18
"@typescript-eslint/parser" : " ^1.11.0" ,
25
- "typescript" :" *"
19
+ "eslint" : " ^5.16.0" ,
20
+ "eslint-plugin-jsx-a11y" : " ^6.2.1" ,
21
+ "eslint-plugin-react" : " ^7.14.2" ,
22
+ "husky" : " ^2.4.0" ,
23
+ "lerna" : " ^3.15.0" ,
24
+ "prettier" : " ^1.18.2" ,
25
+ "typescript" : " ^3.4.3"
26
26
},
27
27
"husky" : {
28
28
"hooks" : {
Original file line number Diff line number Diff line change 5
5
"description" : " Spotify's base ESLint config" ,
6
6
"main" : " index.js" ,
7
7
"peerDependencies" : {
8
- "eslint" : " ^5.0.0 "
8
+ "eslint" : " 5.x "
9
9
},
10
10
"publishConfig" : {
11
11
"access" : " public"
Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ module.exports = {
5
5
jsx : true ,
6
6
} ,
7
7
} ,
8
- settings : {
9
- react : {
10
- version : 'detect' ,
11
- } ,
12
- } ,
13
8
extends : [ 'plugin:jsx-a11y/recommended' ] ,
14
9
rules : {
15
10
// Prevent missing displayName in a React component definition
Original file line number Diff line number Diff line change 4
4
"license" : " Apache-2.0" ,
5
5
"description" : " Spotify's ESLint config for React projects" ,
6
6
"main" : " index.js" ,
7
- "peerDependencies " : {
8
- "eslint" : " ^5.0 .0" ,
7
+ "devDependencies " : {
8
+ "eslint" : " ^5.16 .0" ,
9
9
"eslint-plugin-jsx-a11y" : " ^6.2.1" ,
10
10
"eslint-plugin-react" : " ^7.14.2"
11
11
},
12
+ "peerDependencies" : {
13
+ "eslint" : " 5.x" ,
14
+ "eslint-plugin-jsx-a11y" : " 6.x" ,
15
+ "eslint-plugin-react" : " >=7.7.0 <8"
16
+ },
12
17
"publishConfig" : {
13
18
"access" : " public"
14
19
},
Original file line number Diff line number Diff line change 4
4
"license" : " Apache-2.0" ,
5
5
"description" : " Spotify's ESLint config for TypeScript" ,
6
6
"main" : " index.js" ,
7
- "peerDependencies " : {
7
+ "devDependencies " : {
8
8
"@typescript-eslint/eslint-plugin" : " ^1.11.0" ,
9
9
"@typescript-eslint/parser" : " ^1.11.0" ,
10
- "eslint" : " ^5.0.0"
10
+ "eslint" : " ^5.16.0"
11
+ },
12
+ "peerDependencies" : {
13
+ "@typescript-eslint/eslint-plugin" : " >=1.5 <2" ,
14
+ "@typescript-eslint/parser" : " >=1.5 <2" ,
15
+ "eslint" : " 5.x"
11
16
},
12
17
"publishConfig" : {
13
18
"access" : " public"
Original file line number Diff line number Diff line change 4
4
"license" : " Apache-2.0" ,
5
5
"description" : " Spotify's base Prettier config" ,
6
6
"main" : " index.js" ,
7
+ "devDependencies" : {
8
+ "prettier" : " ^1.18.2"
9
+ },
7
10
"peerDependencies" : {
8
- "prettier" : " ^1.18.0 "
11
+ "prettier" : " 1.x "
9
12
},
10
13
"publishConfig" : {
11
14
"access" : " public"
Original file line number Diff line number Diff line change 10
10
"test" : " ./run-tests.sh"
11
11
},
12
12
"devDependencies" : {
13
- "typescript" : " ^3.2.2"
13
+ "typescript" : " ^3.4.3"
14
+ },
15
+ "peerDependencies" : {
16
+ "typescript" : " >=3.2 <4"
14
17
},
15
18
"publishConfig" : {
16
19
"access" : " public"
Original file line number Diff line number Diff line change 38
38
"@types/jest" : " ^24.0.11" ,
39
39
"@types/react" : " ^16.8.19" ,
40
40
"@types/react-dom" : " ^16.8.4" ,
41
- "@typescript-eslint/eslint-plugin" : " ^1.7 .0" ,
42
- "@typescript-eslint/parser" : " ^1.7 .0" ,
41
+ "@typescript-eslint/eslint-plugin" : " ^1.11 .0" ,
42
+ "@typescript-eslint/parser" : " ^1.11 .0" ,
43
43
"commander" : " ^2.20.0" ,
44
44
"commitizen" : " ^3.1.1" ,
45
45
"cross-spawn-promise" : " ^0.10.1" ,
46
46
"cz-conventional-changelog" : " ^2.1.0" ,
47
47
"debug" : " ^4.1.1" ,
48
- "eslint" : " ^5.15.3 " ,
49
- "eslint-config-prettier" : " ^4.1 .0" ,
48
+ "eslint" : " ^5.16.0 " ,
49
+ "eslint-config-prettier" : " ^6.0 .0" ,
50
50
"eslint-plugin-jsx-a11y" : " ^6.2.1" ,
51
51
"eslint-plugin-react" : " ^7.12.4" ,
52
52
"jest" : " ^24.5.0" ,
53
53
"jest-junit" : " ^6.3.0" ,
54
54
"lint-staged" : " ^8.1.5" ,
55
- "prettier" : " ^1.16.4 " ,
56
- "semantic-release" : " 15 " ,
55
+ "prettier" : " ^1.18.2 " ,
56
+ "semantic-release" : " ^15.13.17 " ,
57
57
"ts-jest" : " ^24.0.2" ,
58
58
"typescript" : " ^3.4.3"
59
59
},
You can’t perform that action at this time.
0 commit comments