-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #954 from spotify/peer-deps
Fix peer dep issue with eslint + update deps
- Loading branch information
Showing
28 changed files
with
266 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@spotify/create-web-scripts-library", | ||
"version": "12.0.0", | ||
"version": "13.0.0", | ||
"description": "Project scaffolding script for @spotify/web-scripts libraries", | ||
"author": "Paul Marbach <[email protected]>", | ||
"homepage": "https://github.com/spotify/web-scripts#readme", | ||
|
@@ -41,7 +41,7 @@ | |
"read-pkg-up": "^7.0.1" | ||
}, | ||
"devDependencies": { | ||
"@spotify/web-scripts": "^12.0.0", | ||
"@spotify/web-scripts": "^13.0.0", | ||
"@types/fs-extra": "^9.0.13", | ||
"tempy": "^1.0.1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@spotify/eslint-config", | ||
"version": "12.0.0", | ||
"version": "13.0.0", | ||
"description": "Combined ESLint config for Spotify", | ||
"author": "Paul Marbach <[email protected]>", | ||
"homepage": "https://github.com/spotify/web-scripts#readme", | ||
|
@@ -18,11 +18,11 @@ | |
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@spotify/eslint-config-base": "^12.0.0", | ||
"@spotify/eslint-config-react": "^12.0.0", | ||
"@spotify/eslint-config-typescript": "^12.0.0", | ||
"@spotify/eslint-plugin": "^12.0.0", | ||
"@spotify/web-scripts-utils": "^12.0.0", | ||
"@spotify/eslint-config-base": "^13.0.0", | ||
"@spotify/eslint-config-react": "^13.0.0", | ||
"@spotify/eslint-config-typescript": "^13.0.0", | ||
"@spotify/eslint-plugin": "^13.0.0", | ||
"@spotify/web-scripts-utils": "^13.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.13.0", | ||
"@typescript-eslint/parser": "^5.13.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
|
@@ -36,7 +36,7 @@ | |
}, | ||
"peerDependencies": { | ||
"@spotify/eslint-plugin": ">=8.x", | ||
"eslint": ">=7.x" | ||
"eslint": "^8.10.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@spotify/eslint-plugin", | ||
"version": "12.0.0", | ||
"version": "13.0.0", | ||
"description": "Set of rules for Spotify's custom ESLint rules", | ||
"author": "Bilawal Hameed <[email protected]>", | ||
"homepage": "https://github.com/spotify/web-scripts/blob/master/packages/eslint-plugin#readme", | ||
|
@@ -34,7 +34,7 @@ | |
"format": "web-scripts format" | ||
}, | ||
"devDependencies": { | ||
"@spotify/web-scripts": "^12.0.0", | ||
"@spotify/web-scripts": "^13.0.0", | ||
"@types/eslint": "^8.4.1", | ||
"@types/jest": "^27.0.1", | ||
"@typescript-eslint/parser": "^5.13.0", | ||
|
@@ -43,8 +43,8 @@ | |
"typescript": "^4.2.3" | ||
}, | ||
"peerDependencies": { | ||
"@typescript-eslint/parser": ">=5.x", | ||
"eslint": ">=8.x" | ||
"@typescript-eslint/parser": "^5.13.0", | ||
"eslint": "^8.10.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.