Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/kobakazu0429/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
kobakazu0429 committed Nov 22, 2023
2 parents ac40a1a + b140c2c commit c6996b3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "4.0.1"
"version": "4.0.2"
}
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobakazu0429/eslint-config-base",
"version": "4.0.1",
"version": "4.0.2",
"description": "",
"author": "kobakakzu0429 <[email protected]>",
"homepage": "https://github.com/kobakazu0429/eslint-config",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobakazu0429/eslint-config-typescript-react",
"version": "4.0.1",
"version": "4.0.2",
"description": "",
"author": "kobakakzu0429 <[email protected]>",
"homepage": "https://github.com/kobakazu0429/eslint-config",
Expand All @@ -13,7 +13,7 @@
"typescript": "^3.9.5 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@kobakazu0429/eslint-config-typescript": "^4.0.1",
"@kobakazu0429/eslint-config-typescript": "^4.0.2",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint-config-airbnb": "19.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-typescript-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobakazu0429/eslint-config-typescript-svelte",
"version": "4.0.1",
"version": "4.0.2",
"description": "",
"author": "kobakakzu0429 <[email protected]>",
"homepage": "https://github.com/kobakazu0429/eslint-config",
Expand All @@ -14,13 +14,13 @@
"typescript": "^3.9.5 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@kobakazu0429/eslint-config-typescript": "^4.0.1",
"@kobakazu0429/eslint-config-typescript": "^4.0.2",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-svelte": "^2.35.1",
"eslint-plugin-svelte": "2.35.1",
"prettier": "3.1.0",
"prettier-plugin-svelte": "3.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobakazu0429/eslint-config-typescript",
"version": "4.0.1",
"version": "4.0.2",
"description": "",
"author": "kobakakzu0429 <[email protected]>",
"homepage": "https://github.com/kobakazu0429/eslint-config",
Expand All @@ -13,7 +13,7 @@
"typescript": "^3.9.5 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@kobakazu0429/eslint-config-base": "^4.0.1",
"@kobakazu0429/eslint-config-base": "^4.0.2",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint-config-airbnb-base": "15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1936,7 +1936,7 @@ [email protected]:
semver "^6.3.1"
string.prototype.matchall "^4.0.8"

eslint-plugin-svelte@^2.35.1:
[email protected]:
version "2.35.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-svelte/-/eslint-plugin-svelte-2.35.1.tgz#7b1e3c263b09dbc9293c25fe02d03d309725d2b9"
integrity sha512-IF8TpLnROSGy98Z3NrsKXWDSCbNY2ReHDcrYTuXZMbfX7VmESISR78TWgO9zdg4Dht1X8coub5jKwHzP0ExRug==
Expand Down

0 comments on commit c6996b3

Please sign in to comment.