Skip to content

Commit

Permalink
fix(deps): test workbox-webpack-plugin resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Apr 15, 2024
1 parent 67da6cf commit 3c2392d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"config",
"src"
],
"devDependencies": {
"outdent": "^0.8.0"
},
"dependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.8.3",
Expand Down Expand Up @@ -70,6 +73,9 @@
"workbox-build": "6.5.4",
"workbox-webpack-plugin": "6.5.4"
},
"resolutions": {
"workbox-webpack-plugin": "6.5.4"
},
"bin": {
"d2-app-scripts": "./bin/d2-app-scripts"
},
Expand All @@ -81,8 +87,5 @@
"src/commands/test.js"
],
"testEnvironment": "node"
},
"devDependencies": {
"outdent": "^0.8.0"
}
}

0 comments on commit 3c2392d

Please sign in to comment.