Skip to content

Commit

Permalink
sync(webpack): dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Aug 20, 2024
1 parent e191068 commit ae61203
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pnp.cjs

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

4 changes: 2 additions & 2 deletions webpack/webpack-start-server-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"postpack": "rm -rf dist"
},
"dependencies": {
"webpack": "^5.88.1"
"webpack": "5.93.0"
},
"devDependencies": {
"@types/node": "^20.14.9"
"@types/node": "22.4.1"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -879,8 +879,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@atls/webpack-start-server-plugin@workspace:webpack/webpack-start-server-plugin"
dependencies:
"@types/node": "npm:^20.14.9"
webpack: "npm:^5.88.1"
"@types/node": "npm:22.4.1"
webpack: "npm:5.93.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -15135,7 +15135,7 @@ pem@dexus/pem:
languageName: node
linkType: hard

"webpack@npm:*, webpack@npm:^5, webpack@npm:^5.88.1":
"webpack@npm:*, webpack@npm:^5":
version: 5.91.0
resolution: "webpack@npm:5.91.0"
dependencies:
Expand Down

0 comments on commit ae61203

Please sign in to comment.