Skip to content

Commit

Permalink
keep peerDependencies 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
maneki-admin committed Apr 1, 2024
1 parent 527fa8f commit 83717de
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lint": "eslint --fix 'src/**/*.ts'"
},
"peerDependencies": {
"@babel/runtime": "^7.24.1"
"@babel/runtime": "7.x"
},
"lint-staged": {
"!(*d).{js,ts}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-node-details/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint --fix 'src/**/*.ts'"
},
"peerDependencies": {
"@babel/runtime": "^7.24.1"
"@babel/runtime": "7.x"
},
"dependencies": {
"@toruslabs/constants": "^13.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fnd-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lint": "eslint --fix 'src/**/*.ts'"
},
"peerDependencies": {
"@babel/runtime": "^7.24.1"
"@babel/runtime": "7.x"
},
"dependencies": {
"@toruslabs/constants": "^13.2.0"
Expand Down

0 comments on commit 83717de

Please sign in to comment.