@o3r/schematics 12.0.0-next.12 → 12.0.0-next.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +14 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@o3r/schematics",
|
3
|
-
"version": "12.0.0-next.
|
3
|
+
"version": "12.0.0-next.14",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -30,7 +30,8 @@
|
|
30
30
|
"@angular-devkit/core": "^19.0.0",
|
31
31
|
"@angular-devkit/schematics": "^19.0.0",
|
32
32
|
"@angular/cli": "^19.0.0",
|
33
|
-
"@o3r/
|
33
|
+
"@o3r/core": "^12.0.0-next.14",
|
34
|
+
"@o3r/telemetry": "^12.0.0-next.14",
|
34
35
|
"@schematics/angular": "^19.0.0",
|
35
36
|
"eslint": "^9.14.0",
|
36
37
|
"rxjs": "^7.8.1",
|
@@ -48,6 +49,9 @@
|
|
48
49
|
"@angular/cli": {
|
49
50
|
"optional": true
|
50
51
|
},
|
52
|
+
"@o3r/core": {
|
53
|
+
"optional": true
|
54
|
+
},
|
51
55
|
"@o3r/telemetry": {
|
52
56
|
"optional": true
|
53
57
|
},
|
@@ -85,13 +89,13 @@
|
|
85
89
|
"@babel/preset-typescript": "~7.26.0",
|
86
90
|
"@compodoc/compodoc": "^1.1.19",
|
87
91
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
88
|
-
"@nx/eslint": "~
|
89
|
-
"@nx/eslint-plugin": "~
|
90
|
-
"@nx/jest": "~
|
91
|
-
"@nx/js": "~
|
92
|
-
"@o3r/build-helpers": "^12.0.0-next.
|
93
|
-
"@o3r/eslint-plugin": "^12.0.0-next.
|
94
|
-
"@o3r/telemetry": "^12.0.0-next.
|
92
|
+
"@nx/eslint": "~20.2.0",
|
93
|
+
"@nx/eslint-plugin": "~20.2.0",
|
94
|
+
"@nx/jest": "~20.2.0",
|
95
|
+
"@nx/js": "~20.2.0",
|
96
|
+
"@o3r/build-helpers": "^12.0.0-next.14",
|
97
|
+
"@o3r/eslint-plugin": "^12.0.0-next.14",
|
98
|
+
"@o3r/telemetry": "^12.0.0-next.14",
|
95
99
|
"@schematics/angular": "~19.0.0",
|
96
100
|
"@stylistic/eslint-plugin": "~2.7.0",
|
97
101
|
"@swc/helpers": "~0.5.0",
|
@@ -117,7 +121,7 @@
|
|
117
121
|
"jest-junit": "~16.0.0",
|
118
122
|
"jsonc-eslint-parser": "~2.4.0",
|
119
123
|
"jsonschema": "~1.5.0",
|
120
|
-
"nx": "~
|
124
|
+
"nx": "~20.2.0",
|
121
125
|
"rxjs": "^7.8.1",
|
122
126
|
"ts-jest": "~29.2.5",
|
123
127
|
"ts-node": "~10.9.2",
|