@o3r/schematics 8.1.0-alpha.42 → 8.1.0-alpha.44

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +20 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/schematics",
3
- "version": "8.1.0-alpha.42",
3
+ "version": "8.1.0-alpha.44",
4
4
  "description": "Schematics module of the Otter framework",
5
5
  "main": "./src/index.js",
6
6
  "keywords": [
@@ -17,10 +17,10 @@
17
17
  "build:builders": "tsc -b tsconfig.builders.json --pretty"
18
18
  },
19
19
  "peerDependencies": {
20
- "@angular-devkit/core": "~15.1.3",
21
- "@angular-devkit/schematics": "~15.1.3",
22
- "@angular/cli": "~15.1.0",
23
- "@schematics/angular": "~15.1.3"
20
+ "@angular-devkit/core": "~15.2.0",
21
+ "@angular-devkit/schematics": "~15.2.0",
22
+ "@angular/cli": "~15.2.0",
23
+ "@schematics/angular": "~15.2.0"
24
24
  },
25
25
  "peerDependenciesMeta": {
26
26
  "@angular-devkit/core": {
@@ -28,7 +28,7 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@o3r/dev-tools": "^8.1.0-alpha.42",
31
+ "@o3r/dev-tools": "^8.1.0-alpha.44",
32
32
  "comment-json": "^4.1.0",
33
33
  "globby": "^11.1.0",
34
34
  "minimatch": "^6.1.6",
@@ -36,24 +36,24 @@
36
36
  "tslib": "^2.4.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@angular-devkit/build-angular": "~15.1.3",
40
- "@angular-devkit/core": "~15.1.3",
41
- "@angular-devkit/schematics": "~15.1.3",
39
+ "@angular-devkit/build-angular": "~15.2.0",
40
+ "@angular-devkit/core": "~15.2.0",
41
+ "@angular-devkit/schematics": "~15.2.0",
42
42
  "@angular-eslint/eslint-plugin": "~15.2.0",
43
- "@angular/cli": "~15.1.2",
44
- "@angular/common": "~15.1.2",
45
- "@angular/compiler": "~15.1.2",
46
- "@angular/compiler-cli": "~15.1.2",
47
- "@angular/core": "~15.1.2",
48
- "@angular/platform-browser": "~15.1.2",
49
- "@angular/platform-browser-dynamic": "~15.1.2",
43
+ "@angular/cli": "~15.2.0",
44
+ "@angular/common": "~15.2.0",
45
+ "@angular/compiler": "~15.2.0",
46
+ "@angular/compiler-cli": "~15.2.0",
47
+ "@angular/core": "~15.2.0",
48
+ "@angular/platform-browser": "~15.2.0",
49
+ "@angular/platform-browser-dynamic": "~15.2.0",
50
50
  "@nrwl/cli": "~15.8.0",
51
51
  "@nrwl/jest": "~15.8.0",
52
52
  "@nrwl/js": "^15.6.3",
53
53
  "@nrwl/linter": "~15.8.0",
54
- "@o3r/build-helpers": "^8.1.0-alpha.42",
55
- "@o3r/eslint-plugin": "^8.1.0-alpha.42",
56
- "@schematics/angular": "~15.1.3",
54
+ "@o3r/build-helpers": "^8.1.0-alpha.44",
55
+ "@o3r/eslint-plugin": "^8.1.0-alpha.44",
56
+ "@schematics/angular": "~15.2.0",
57
57
  "@types/jest": "~28.1.2",
58
58
  "@types/node": "^17.0.45",
59
59
  "@types/semver": "^7.3.13",
@@ -74,7 +74,7 @@
74
74
  "ts-jest": "^28.0.5",
75
75
  "type-fest": "^2.13.1",
76
76
  "typescript": "~4.9.4",
77
- "zone.js": "^0.12.0"
77
+ "zone.js": "^0.13.0"
78
78
  },
79
79
  "engines": {
80
80
  "node": ">=14.0.0"