Skip to content

Commit

Permalink
pin test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachJW34 committed Aug 30, 2021
1 parent fce1537 commit 9a30e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/webpack-dev-server/test-wds-3.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const main = async () => {
process.exit(exitCode)
}

pkg.devDependencies['webpack-dev-server'] = '^3.11.0'
pkg.devDependencies['webpack-dev-server'] = '3.11.0'
// eslint-disable-next-line no-console
console.log('[@cypress/webpack-dev-server]: updating package.json...')
fs.writeFileSync('package.json', JSON.stringify(pkg, null, 2))
Expand Down

0 comments on commit 9a30e0a

Please sign in to comment.