@schematics/angular 15.1.2 → 15.1.4

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.
@@ -8,7 +8,7 @@
8
8
  # You can see what browsers were selected by your queries by running:
9
9
  # npx browserslist
10
10
 
11
- last 1 Chrome version
11
+ last 2 Chrome versions
12
12
  last 1 Firefox version
13
13
  last 2 Edge major versions
14
14
  last 2 Safari major versions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematics/angular",
3
- "version": "15.1.2",
3
+ "version": "15.1.4",
4
4
  "description": "Schematics specific to Angular",
5
5
  "homepage": "https://github.com/angular/angular-cli",
6
6
  "keywords": [
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "schematics": "./collection.json",
25
25
  "dependencies": {
26
- "@angular-devkit/core": "15.1.2",
27
- "@angular-devkit/schematics": "15.1.2",
26
+ "@angular-devkit/core": "15.1.4",
27
+ "@angular-devkit/schematics": "15.1.4",
28
28
  "jsonc-parser": "3.2.0"
29
29
  },
30
30
  "repository": {