Skip to content

Commit

Permalink
Add resolutions for specific package versions in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed Nov 14, 2024
1 parent e2defe6 commit 015fd94
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 434 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,15 @@
"typescript": "5.4.5",
"wait-on": "7.2.0"
},
"resolutions": {
"webpack": "^5.94.0",
"http-proxy-middleware": "2.0.7",
"rollup": "4.22.4",
"cookie": "0.7.0",
"ws": "8.17.1",
"elliptic": "6.6.0",
"vite": "5.3.6"
},
"engines": {
"node": ">= 14.20.0 || >= 16.13.0 || >= 18.10.0"
},
Expand Down
Loading

0 comments on commit 015fd94

Please sign in to comment.