Skip to content

Commit

Permalink
Resolve @webpack-cli/serve explicitly (redwoodjs#3524)
Browse files Browse the repository at this point in the history
* resolve webpack-cli/serve explicitly

* remove "@webpack-cli/serve": 1.6.0 from yarn.lock

Co-authored-by: David Price <[email protected]>
  • Loading branch information
jtoar and thedavidprice committed Oct 7, 2021
1 parent 7bfc697 commit 54b5ceb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@redwoodjs/eslint-config": "0.37.2",
"@redwoodjs/internal": "0.37.2",
"@redwoodjs/testing": "0.37.2",
"@webpack-cli/serve": "1.5.2",
"babel-loader": "8.2.2",
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-graphql-tag": "3.3.0",
Expand Down Expand Up @@ -76,5 +77,8 @@
"build:watch": "nodemon --watch src --ext \"js,ts,tsx,template\" --ignore dist --exec \"yarn build\"",
"test": "jest",
"test:watch": "yarn test --watch"
},
"resolutions": {
"@webpack-cli/serve": "1.5.2"
}
}

0 comments on commit 54b5ceb

Please sign in to comment.