Skip to content

Commit

Permalink
fix(api): fix webpack-cli version
Browse files Browse the repository at this point in the history
refs #88
  • Loading branch information
ygrishajev committed May 27, 2024
1 parent e7a494f commit d46b7af
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 88 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"ts-loader": "^9.2.5",
"typescript": "^5.3.3",
"webpack": "^5.33.2",
"webpack-cli": "^4.7.2",
"webpack-cli": "4.7.2",
"webpack-node-externals": "^3.0.0"
}
}
120 changes: 33 additions & 87 deletions package-lock.json

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

0 comments on commit d46b7af

Please sign in to comment.