Skip to content

Commit

Permalink
Fixes issues with transitive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
geofflamrock committed Jan 12, 2024
1 parent 84b1759 commit fd48b89
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 172 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,12 @@
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.6.2",
"typescript": "4.6.4"
},
"pnpm": {
"overrides": {
"@babel/traverse@<7.23.2": ">=7.23.2",
"semver@<5.7.2": ">=5.7.2",
"semver@>=7.0.0 <7.5.2": ">=7.5.2"
}
}
}
Loading

0 comments on commit fd48b89

Please sign in to comment.