@o3r/schematics 8.3.0-alpha.0 → 8.3.0-alpha.2

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 +8 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/schematics",
3
- "version": "8.3.0-alpha.0",
3
+ "version": "8.3.0-alpha.2",
4
4
  "description": "Schematics module of the Otter framework",
5
5
  "main": "./src/index.js",
6
6
  "keywords": [
@@ -17,12 +17,16 @@
17
17
  "build:builders": "tsc -b tsconfig.builders.json --pretty"
18
18
  },
19
19
  "peerDependencies": {
20
+ "@angular-devkit/architect": "~0.1502.0",
20
21
  "@angular-devkit/core": "~15.2.0",
21
22
  "@angular-devkit/schematics": "~15.2.0",
22
23
  "@angular/cli": "~15.2.0",
23
24
  "@schematics/angular": "~15.2.0"
24
25
  },
25
26
  "peerDependenciesMeta": {
27
+ "@angular-devkit/architect": {
28
+ "optional": true
29
+ },
26
30
  "@angular-devkit/core": {
27
31
  "optional": true
28
32
  }
@@ -53,9 +57,9 @@
53
57
  "@nrwl/jest": "~15.9.0",
54
58
  "@nrwl/js": "~15.9.0",
55
59
  "@nrwl/linter": "~15.9.0",
56
- "@o3r/build-helpers": "^8.3.0-alpha.0",
57
- "@o3r/dev-tools": "^8.3.0-alpha.0",
58
- "@o3r/eslint-plugin": "^8.3.0-alpha.0",
60
+ "@o3r/build-helpers": "^8.3.0-alpha.2",
61
+ "@o3r/dev-tools": "^8.3.0-alpha.2",
62
+ "@o3r/eslint-plugin": "^8.3.0-alpha.2",
59
63
  "@schematics/angular": "~15.2.0",
60
64
  "@types/jest": "~28.1.2",
61
65
  "@types/node": "^17.0.45",