Skip to content

Commit

Permalink
semver babel ver sec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagoslar committed Oct 27, 2023
1 parent 9163f43 commit 7bbf1d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,11 @@
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"pnpm": {
"overrides": {
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
"@babel/traverse@<7.23.2": ">=7.23.2"
}
}
}
4 changes: 4 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 7bbf1d0

Please sign in to comment.