@o3r/schematics 9.0.0-rc.6 → 9.0.0-rc.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/schematics",
3
- "version": "9.0.0-rc.6",
3
+ "version": "9.0.0-rc.7",
4
4
  "description": "Schematics module of the Otter framework",
5
5
  "main": "./src/index.js",
6
6
  "keywords": [
@@ -59,9 +59,9 @@
59
59
  "@nx/jest": "~16.5.0",
60
60
  "@nx/js": "~16.5.0",
61
61
  "@nx/linter": "~16.5.0",
62
- "@o3r/build-helpers": "^9.0.0-rc.6",
63
- "@o3r/dev-tools": "^9.0.0-rc.6",
64
- "@o3r/eslint-plugin": "^9.0.0-rc.6",
62
+ "@o3r/build-helpers": "^9.0.0-rc.7",
63
+ "@o3r/dev-tools": "^9.0.0-rc.7",
64
+ "@o3r/eslint-plugin": "^9.0.0-rc.7",
65
65
  "@schematics/angular": "~16.0.5",
66
66
  "@types/jest": "~29.5.2",
67
67
  "@types/node": "^18.0.0",
@@ -9,7 +9,7 @@ const schematics_1 = require("@o3r/schematics");
9
9
  * Add Otter schematics to an Angular Project
10
10
  */
11
11
  function ngAdd() {
12
- const schematicsDependencies = ['@angular-devkit/architect', '@angular-devkit/schematics', '@angular-devkit/core', '@schematics/angular', 'comment-json', 'eslint', 'globby'];
12
+ const schematicsDependencies = ['@angular-devkit/architect', '@angular-devkit/schematics', '@angular-devkit/core', '@schematics/angular', 'comment-json', 'globby'];
13
13
  return async (tree, context) => {
14
14
  context.logger.info('Running ng add for schematics');
15
15
  const packageJsonPath = path.resolve(__dirname, '..', '..', 'package.json');