Skip to content

Commit

Permalink
Update Webpack version (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez authored Jan 9, 2024
1 parent 38e71ff commit 1d00a06
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 47 deletions.
94 changes: 50 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"terser-webpack-plugin": "^5.3.1",
"typescript": "^4.9.5",
"uuid": "^3.4.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-glob-entries": "^1.0.1"
},
"engines": {},
"scripts": {
"webpack": "webpack",
"webpack": "./node_modules/.bin/webpack",
"test": "npm run webpack && docker-compose down && docker-compose up --build -d && sleep 15 && k6 run tests/index.js",
"lint": "npx eslint src tests examples",
"ci-test": "npm run webpack && k6 run tests/index.js"
Expand Down

0 comments on commit 1d00a06

Please sign in to comment.