@o3r/schematics 8.2.0-alpha.4 → 8.2.0-alpha.6

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/schematics",
3
- "version": "8.2.0-alpha.4",
3
+ "version": "8.2.0-alpha.6",
4
4
  "description": "Schematics module of the Otter framework",
5
5
  "main": "./src/index.js",
6
6
  "keywords": [
@@ -28,7 +28,7 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@o3r/dev-tools": "^8.2.0-alpha.4",
31
+ "@o3r/dev-tools": "^8.2.0-alpha.6",
32
32
  "comment-json": "^4.1.0",
33
33
  "globby": "^11.1.0",
34
34
  "minimatch": "^6.1.6",
@@ -47,12 +47,12 @@
47
47
  "@angular/core": "~15.2.0",
48
48
  "@angular/platform-browser": "~15.2.0",
49
49
  "@angular/platform-browser-dynamic": "~15.2.0",
50
- "@nrwl/cli": "~15.8.0",
51
- "@nrwl/jest": "~15.8.0",
52
- "@nrwl/js": "~15.8.0",
53
- "@nrwl/linter": "~15.8.0",
54
- "@o3r/build-helpers": "^8.2.0-alpha.4",
55
- "@o3r/eslint-plugin": "^8.2.0-alpha.4",
50
+ "@nrwl/cli": "~15.9.0",
51
+ "@nrwl/jest": "~15.9.0",
52
+ "@nrwl/js": "~15.9.0",
53
+ "@nrwl/linter": "~15.9.0",
54
+ "@o3r/build-helpers": "^8.2.0-alpha.6",
55
+ "@o3r/eslint-plugin": "^8.2.0-alpha.6",
56
56
  "@schematics/angular": "~15.2.0",
57
57
  "@types/jest": "~28.1.2",
58
58
  "@types/node": "^17.0.45",
@@ -69,7 +69,7 @@
69
69
  "jest": "~28.1.1",
70
70
  "jest-junit": "^14.0.0",
71
71
  "jsonschema": "~1.4.1",
72
- "nx": "~15.8.0",
72
+ "nx": "~15.9.0",
73
73
  "rxjs": "^7.4.0",
74
74
  "ts-jest": "^28.0.5",
75
75
  "type-fest": "^3.6.1",