Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent dccee5a commit 71f470b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"packages/*"
],
"peerDependencies": {
"eslint": "8.43.0"
"eslint": "8.54.0"
},
"devDependencies": {
"lerna": "5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "3.1.5",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"eslint-config-airbnb": "19.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "3.1.5",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"eslint-config-airbnb-base": "15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "3.1.5",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"eslint-config-airbnb-base": "15.0.0",
Expand Down

0 comments on commit 71f470b

Please sign in to comment.