Skip to content

Commit

Permalink
chore: add resolution for webpack-dev-middleware (#5098)
Browse files Browse the repository at this point in the history
* add resolution

* update angular cli to 14.2.13
  • Loading branch information
hbuchel authored Mar 22, 2024
1 parent 97b39fd commit 8d79426
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 56 deletions.
4 changes: 2 additions & 2 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.12",
"@angular/cli": "^14.2.12",
"@angular-devkit/build-angular": "^14.2.13",
"@angular/cli": "^14.2.13",
"@angular/compiler-cli": "^14.3.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"socks": "^2.7.3",
"tough-cookie": "4.1.3",
"trim-newlines": "3.0.1",
"webpack-dev-middleware": "^5.3.4",
"yaml": "2.2.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.12",
"@angular-devkit/build-angular": "^14.2.13",
"@angular-eslint/builder": "~14.4.0",
"@angular-eslint/eslint-plugin": "~14.4.0",
"@angular-eslint/eslint-plugin-template": "~14.4.0",
"@angular-eslint/schematics": "~14.4.0",
"@angular-eslint/template-parser": "~14.4.0",
"@angular/animations": "^14.3.0",
"@angular/cli": "^14.2.12",
"@angular/cli": "^14.2.13",
"@angular/common": "^14.3.0",
"@angular/compiler": "^14.3.0",
"@angular/compiler-cli": "^14.3.0",
Expand Down
104 changes: 52 additions & 52 deletions yarn.lock

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

0 comments on commit 8d79426

Please sign in to comment.