-
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.
- Loading branch information
GitHub Action
committed
Jan 19, 2023
1 parent
5287cb3
commit 2468664
Showing
22 changed files
with
66 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@spotify/create-web-scripts-library", | ||
"version": "14.1.3", | ||
"version": "14.1.4", | ||
"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": "^14.1.3", | ||
"@spotify/web-scripts": "^14.1.4", | ||
"@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": "14.1.3", | ||
"version": "14.1.4", | ||
"description": "Combined ESLint config for Spotify", | ||
"author": "Paul Marbach <[email protected]>", | ||
"homepage": "https://github.com/spotify/web-scripts#readme", | ||
|
@@ -21,8 +21,8 @@ | |
"@spotify/eslint-config-base": "^13.0.1", | ||
"@spotify/eslint-config-react": "^13.0.1", | ||
"@spotify/eslint-config-typescript": "^13.0.1", | ||
"@spotify/eslint-plugin": "^14.1.3", | ||
"@spotify/web-scripts-utils": "^14.1.3", | ||
"@spotify/eslint-plugin": "^14.1.4", | ||
"@spotify/web-scripts-utils": "^14.1.4", | ||
"@typescript-eslint/eslint-plugin": "^5.13.0", | ||
"@typescript-eslint/parser": "^5.13.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
|
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": "14.1.3", | ||
"version": "14.1.4", | ||
"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": "^14.1.3", | ||
"@spotify/web-scripts": "^14.1.4", | ||
"@types/eslint": "^8.4.1", | ||
"@types/jest": "^28.1.4", | ||
"@typescript-eslint/parser": "^5.13.0", | ||
|
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