Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot committed May 2, 2024
1 parent 59b69f5 commit a98483f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"magic-string": "0.30.10",
"mini-css-extract-plugin": "2.9.0",
"mrmime": "2.0.0",
"ng-packagr": "18.0.0-next.4",
"ng-packagr": "18.0.0-rc.0",
"npm": "^8.11.0",
"npm-package-arg": "11.0.2",
"open": "8.4.2",
Expand Down Expand Up @@ -203,7 +203,7 @@
"undici": "6.15.0",
"verdaccio": "5.30.3",
"verdaccio-auth-memory": "^10.0.0",
"vite": "5.2.10",
"vite": "5.2.11",
"watchpack": "2.4.1",
"webpack": "5.91.0",
"webpack-dev-middleware": "7.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"sass": "1.76.0",
"semver": "7.6.0",
"undici": "6.15.0",
"vite": "5.2.10",
"vite": "5.2.11",
"watchpack": "2.4.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"tree-kill": "1.2.2",
"tslib": "2.6.2",
"undici": "6.15.0",
"vite": "5.2.10",
"vite": "5.2.11",
"watchpack": "2.4.1",
"webpack": "5.91.0",
"webpack-dev-middleware": "7.2.1",
Expand Down
19 changes: 15 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9861,10 +9861,10 @@ netmask@^2.0.2:
resolved "https://registry.yarnpkg.com/netmask/-/netmask-2.0.2.tgz#8b01a07644065d536383835823bc52004ebac5e7"
integrity sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==

ng-packagr@18.0.0-next.4:
version "18.0.0-next.4"
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-18.0.0-next.4.tgz#ce6e8e1b9bbc8aadefab13e38be4092ded942a68"
integrity sha512-0YKQi6lvlEGezd7R2LUaTZi069Yqmcik+vgEHqCkUt23nVAWSgODiIMQCYo5VT7rY/ikbmtwDT4lq6F0IMZDvQ==
ng-packagr@18.0.0-rc.0:
version "18.0.0-rc.0"
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-18.0.0-rc.0.tgz#89658024df9d3abb4e4d5af65695ae5966e2df6c"
integrity sha512-Le+x6p5PRBvFK+bBuEwcWmOZ/FqPrF1/5MW8RfXAo9e6+rjEfguGAqss72XMnsRjdOkbseRKAJImqcv7+ZzZLg==
dependencies:
ajv "^8.12.0"
ansi-colors "^4.1.3"
Expand Down Expand Up @@ -13360,6 +13360,17 @@ vite@5.2.10:
optionalDependencies:
fsevents "~2.3.3"

vite@5.2.11:
version "5.2.11"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.11.tgz#726ec05555431735853417c3c0bfb36003ca0cbd"
integrity sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==
dependencies:
esbuild "^0.20.1"
postcss "^8.4.38"
rollup "^4.13.0"
optionalDependencies:
fsevents "~2.3.3"

void-elements@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
Expand Down

0 comments on commit a98483f

Please sign in to comment.