Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kobakazu0429 committed Nov 22, 2023
1 parent b86035e commit c6e2ccd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"npmClient": "yarn",
"packages": ["packages/*"],
"version": "3.1.5"
"packages": [
"packages/*"
],
"version": "4.0.0"
}
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": "3.1.5",
"version": "4.0.0",
"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": "3.1.5",
"version": "4.0.0",
"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": "^3.1.5",
"@kobakazu0429/eslint-config-typescript": "^4.0.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint-config-airbnb": "19.0.4",
Expand Down
4 changes: 2 additions & 2 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": "3.1.5",
"version": "4.0.0",
"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": "^3.1.5",
"@kobakazu0429/eslint-config-typescript": "^4.0.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint-config-airbnb-base": "15.0.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": "3.1.5",
"version": "4.0.0",
"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": "^3.1.5",
"@kobakazu0429/eslint-config-base": "^4.0.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint-config-airbnb-base": "15.0.0",
Expand Down

0 comments on commit c6e2ccd

Please sign in to comment.