@schematics/angular 18.0.0-rc.3 → 18.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,4 +21,4 @@ Run `ng test <%= name %>` to execute the unit tests via [Karma](https://karma-ru
21
21
 
22
22
  ## Further help
23
23
 
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematics/angular",
3
- "version": "18.0.0-rc.3",
3
+ "version": "18.0.1",
4
4
  "description": "Schematics specific to Angular",
5
5
  "homepage": "https://github.com/angular/angular-cli",
6
6
  "keywords": [
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "schematics": "./collection.json",
24
24
  "dependencies": {
25
- "@angular-devkit/core": "18.0.0-rc.3",
26
- "@angular-devkit/schematics": "18.0.0-rc.3",
25
+ "@angular-devkit/core": "18.0.1",
26
+ "@angular-devkit/schematics": "18.0.1",
27
27
  "jsonc-parser": "3.2.1"
28
28
  },
29
29
  "repository": {
@@ -3,7 +3,7 @@
3
3
  "comment": "This file is needed so that dependencies are synced by Renovate.",
4
4
  "private": true,
5
5
  "dependencies": {
6
- "@angular/core": "^18.0.0-next.0",
6
+ "@angular/core": "^18.0.0",
7
7
  "@types/express": "^4.17.17",
8
8
  "@types/jasmine": "~5.1.0",
9
9
  "@types/node": "^18.18.0",
@@ -17,7 +17,7 @@
17
17
  "karma-jasmine": "~5.1.0",
18
18
  "karma": "~6.4.0",
19
19
  "less": "^4.2.0",
20
- "ng-packagr": "^18.0.0-next.0",
20
+ "ng-packagr": "^18.0.0",
21
21
  "postcss": "^8.4.38",
22
22
  "protractor": "~7.0.0",
23
23
  "rxjs": "~7.8.0",
@@ -15,6 +15,6 @@ exports.latestVersions = {
15
15
  ...dependencies,
16
16
  // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
17
17
  Angular: dependencies['@angular/core'],
18
- DevkitBuildAngular: '^18.0.0-rc.3',
19
- AngularSSR: '^18.0.0-rc.3',
18
+ DevkitBuildAngular: '^18.0.1',
19
+ AngularSSR: '^18.0.1',
20
20
  };
@@ -24,4 +24,4 @@ Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To u
24
24
 
25
25
  ## Further help
26
26
 
27
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
27
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.