diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index ebc4c99c7cfb..32ce901b03eb 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -75,11 +75,11 @@ "esbuild": "0.13.12" }, "peerDependencies": { - "@angular/compiler-cli": "^13.0.0 || ^13.0.0-next", - "@angular/localize": "^13.0.0 || ^13.0.0-next", - "@angular/service-worker": "^13.0.0 || ^13.0.0-next", + "@angular/compiler-cli": "^13.0.0 || ^13.1.0-next", + "@angular/localize": "^13.0.0 || ^13.1.0-next", + "@angular/service-worker": "^13.0.0 || ^13.1.0-next", "karma": "^6.3.0", - "ng-packagr": "^13.0.0 || ^13.0.0-next", + "ng-packagr": "^13.0.0 || ^13.1.0-next", "protractor": "^7.0.0", "tailwindcss": "^2.0.0", "typescript": "~4.4.3" diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 9a6ab45d5fcf..bd89aea2027e 100644 --- a/packages/ngtools/webpack/package.json +++ b/packages/ngtools/webpack/package.json @@ -22,7 +22,7 @@ "homepage": "https://github.com/angular/angular-cli/tree/master/packages/@ngtools/webpack", "dependencies": {}, "peerDependencies": { - "@angular/compiler-cli": "^13.0.0 || ^13.0.0-next", + "@angular/compiler-cli": "^13.0.0 || ^13.1.0-next", "typescript": "~4.4.3", "webpack": "^5.30.0" }, diff --git a/tests/legacy-cli/e2e/assets/webpack/test-app/package.json b/tests/legacy-cli/e2e/assets/webpack/test-app/package.json index c84084e4ddbc..7e3955edd876 100644 --- a/tests/legacy-cli/e2e/assets/webpack/test-app/package.json +++ b/tests/legacy-cli/e2e/assets/webpack/test-app/package.json @@ -2,14 +2,14 @@ "name": "test", "license": "MIT", "dependencies": { - "@angular/common": "^13.0.0-next", - "@angular/compiler": "^13.0.0-next", - "@angular/compiler-cli": "^13.0.0-next", - "@angular/core": "^13.0.0-next", - "@angular/platform-browser": "^13.0.0-next", - "@angular/platform-browser-dynamic": "^13.0.0-next", - "@angular/platform-server": "^13.0.0-next", - "@angular/router": "^13.0.0-next", + "@angular/common": "^13.1.0-next", + "@angular/compiler": "^13.1.0-next", + "@angular/compiler-cli": "^13.1.0-next", + "@angular/core": "^13.1.0-next", + "@angular/platform-browser": "^13.1.0-next", + "@angular/platform-browser-dynamic": "^13.1.0-next", + "@angular/platform-server": "^13.1.0-next", + "@angular/router": "^13.1.0-next", "@ngtools/webpack": "0.0.0", "core-js": "^3.10.0", "rxjs": "^6.6.7",