@o3r/schematics 8.2.0-alpha.73 → 8.2.0-alpha.76

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 +7 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/schematics",
3
- "version": "8.2.0-alpha.73",
3
+ "version": "8.2.0-alpha.76",
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.73",
31
+ "@o3r/dev-tools": "^8.2.0-alpha.76",
32
32
  "comment-json": "^4.1.0",
33
33
  "globby": "^11.1.0",
34
34
  "minimatch": "^6.1.6",
@@ -47,12 +47,15 @@
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
+ "@babel/core": "~7.21.0",
51
+ "@babel/preset-typescript": "~7.21.0",
52
+ "@compodoc/compodoc": "^1.1.19",
50
53
  "@nrwl/cli": "~15.9.0",
51
54
  "@nrwl/jest": "~15.9.0",
52
55
  "@nrwl/js": "~15.9.0",
53
56
  "@nrwl/linter": "~15.9.0",
54
- "@o3r/build-helpers": "^8.2.0-alpha.73",
55
- "@o3r/eslint-plugin": "^8.2.0-alpha.73",
57
+ "@o3r/build-helpers": "^8.2.0-alpha.76",
58
+ "@o3r/eslint-plugin": "^8.2.0-alpha.76",
56
59
  "@schematics/angular": "~15.2.0",
57
60
  "@types/jest": "~28.1.2",
58
61
  "@types/node": "^17.0.45",