Skip to content

Commit

Permalink
v3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 25, 2023
1 parent f745c57 commit ba5e74c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"version": "3.1.4"
"version": "3.1.5"
}
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.4",
"version": "3.1.5",
"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.4",
"version": "3.1.5",
"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.4",
"@kobakazu0429/eslint-config-typescript": "^3.1.5",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.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.4",
"version": "3.1.5",
"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.4",
"@kobakazu0429/eslint-config-typescript": "^3.1.5",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.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.4",
"version": "3.1.5",
"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.4",
"@kobakazu0429/eslint-config-base": "^3.1.5",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"eslint-config-airbnb-base": "15.0.0",
Expand Down

0 comments on commit ba5e74c

Please sign in to comment.