Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): update Angular peer dependencies …
Browse files Browse the repository at this point in the history
…to 14.0 stable

Only stable versions are officially supported.
  • Loading branch information
clydin committed Jun 8, 2022
1 parent 0cca363 commit 651adad
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"magic-string": "0.26.1",
"mini-css-extract-plugin": "2.6.0",
"minimatch": "5.0.1",
"ng-packagr": "14.0.0-next.10",
"ng-packagr": "14.0.0",
"node-fetch": "^2.2.0",
"npm-package-arg": "9.0.2",
"open": "8.4.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
"esbuild": "0.14.38"
},
"peerDependencies": {
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-rc",
"@angular/localize": "^14.0.0 || ^14.0.0-rc",
"@angular/service-worker": "^14.0.0 || ^14.0.0-rc",
"@angular/compiler-cli": "^14.0.0",
"@angular/localize": "^14.0.0",
"@angular/service-worker": "^14.0.0",
"karma": "^6.3.0",
"ng-packagr": "^14.0.0 || ^14.0.0-next",
"ng-packagr": "^14.0.0",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"typescript": ">=4.6.2 <4.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
"dependencies": {},
"peerDependencies": {
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-rc",
"@angular/compiler-cli": "^14.0.0",
"typescript": ">=4.6.2 <4.8",
"webpack": "^5.54.0"
},
Expand Down
23 changes: 17 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7216,10 +7216,10 @@ next-tick@1, next-tick@^1.1.0:
resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.1.0.tgz#1836ee30ad56d67ef281b22bd199f709449b35eb"
integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==

ng-packagr@14.0.0-next.10:
version "14.0.0-next.10"
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-14.0.0-next.10.tgz#2f287e822a699467c369ccd06d6916786e31b41c"
integrity sha512-xLrWiRT4if1NgqJ42H13rnuodEKzAHeJRmaXnn/NWXEj4xZseZ1A3HclMWgA/u+HtyeHuWrNvvuR5vCKLrzIpA==
ng-packagr@14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-14.0.0.tgz#ce54d2c065f188d8c6230c03d3e20c37de5adc5d"
integrity sha512-jHkpWm2yEpMPbY0Qz3sfDh+7uAfyskEMesEPA1aGQXxvwiIaCl+8RFRdPQxObYOj8Uv7ZJxoyUkqi8KqI5RV9g==
dependencies:
"@rollup/plugin-json" "^4.1.0"
"@rollup/plugin-node-resolve" "^13.1.3"
Expand All @@ -7244,7 +7244,7 @@ ng-packagr@14.0.0-next.10:
rollup-plugin-sourcemaps "^0.6.3"
rxjs "^7.5.5"
sass "^1.49.9"
stylus "^0.57.0"
stylus "^0.58.0"
optionalDependencies:
esbuild "^0.14.29"

Expand Down Expand Up @@ -9712,7 +9712,7 @@ stylus-loader@6.2.0:
klona "^2.0.4"
normalize-path "^3.0.0"

stylus@0.57.0, stylus@^0.57.0:
stylus@0.57.0:
version "0.57.0"
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.57.0.tgz#a46f04f426c19ceef54abb1a9d189fd4e886df41"
integrity sha512-yOI6G8WYfr0q8v8rRvE91wbxFU+rJPo760Va4MF6K0I6BZjO4r+xSynkvyPBP9tV1CIEUeRsiidjIs2rzb1CnQ==
Expand All @@ -9724,6 +9724,17 @@ stylus@0.57.0, stylus@^0.57.0:
sax "~1.2.4"
source-map "^0.7.3"

stylus@^0.58.0:
version "0.58.1"
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.58.1.tgz#7e425bb493c10dde94cf427a138d3eae875a3b44"
integrity sha512-AYiCHm5ogczdCPMfe9aeQa4NklB2gcf4D/IhzYPddJjTgPc+k4D/EVE0yfQbZD43MHP3lPy+8NZ9fcFxkrgs/w==
dependencies:
css "^3.0.0"
debug "^4.3.2"
glob "^7.1.6"
sax "~1.2.4"
source-map "^0.7.3"

supports-color@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
Expand Down

0 comments on commit 651adad

Please # to comment.