Skip to content

Commit

Permalink
chore(deps): update (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Aug 15, 2024
1 parent b443f4d commit a516834
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 308 deletions.
187 changes: 28 additions & 159 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
"@babel/preset-env": "^7.16.7",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@fastify/express": "^2.3.0",
"@fastify/express": "^3.0.0",
"@hapi/hapi": "^21.3.7",
"@hono/node-server": "^1.12.0",
"@types/connect": "^3.4.35",
"@types/express": "^4.17.13",
"@types/mime-types": "^2.1.1",
"@types/node": "^20.11.16",
"@types/node": "^22.3.0",
"@types/on-finished": "^2.3.4",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^29.3.1",
Expand All @@ -81,7 +81,6 @@
"cross-env": "^7.0.3",
"cspell": "^8.3.2",
"deepmerge": "^4.2.2",
"del": "^6.0.0",
"del-cli": "^5.0.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -102,7 +101,7 @@
"router": "^1.3.8",
"standard-version": "^9.3.0",
"strip-ansi": "^6.0.0",
"supertest": "^6.1.3",
"supertest": "^7.0.0",
"typescript": "^5.3.3",
"webpack": "^5.93.0"
},
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/webpack.array.dev-server-false.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = [
entry: './bar.js',
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, '../outputs/array/js3'),
path: path.resolve(__dirname, '../outputs/dev-server-false/js3'),
publicPath: '/static-two/',
},
infrastructureLogging: {
Expand All @@ -24,7 +24,7 @@ module.exports = [
entry: './foo.js',
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, '../outputs/array/js4'),
path: path.resolve(__dirname, '../outputs/dev-server-false/js4'),
publicPath: '/static-one/',
},
module: {
Expand Down
Loading

0 comments on commit a516834

Please sign in to comment.