Skip to content

Commit

Permalink
fix: test peerDep on wwp to avoid broken version
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Apr 15, 2024
1 parent 4189052 commit 3ddff89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"workbox-build": "6.5.4",
"workbox-webpack-plugin": "6.5.4"
},
"resolutions": {
"workbox-webpack-plugin": "6.5.4"
"peerDependencies": {
"workbox-webpack-plugin": "<6.6.0"
},
"bin": {
"d2-app-scripts": "./bin/d2-app-scripts"
Expand Down

0 comments on commit 3ddff89

Please sign in to comment.