@o3r/schematics 12.0.0-next.0 → 12.0.0-next.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -9
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.1",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -30,13 +30,12 @@
|
|
30
30
|
"@angular-devkit/core": "^18.2.0",
|
31
31
|
"@angular-devkit/schematics": "^18.2.0",
|
32
32
|
"@angular/cli": "^18.2.0",
|
33
|
-
"@o3r/telemetry": "^12.0.0-next.
|
33
|
+
"@o3r/telemetry": "^12.0.0-next.1",
|
34
34
|
"@schematics/angular": "^18.2.0",
|
35
35
|
"eslint": "^9.14.0",
|
36
36
|
"rxjs": "^7.8.1",
|
37
37
|
"type-fest": "^4.10.2",
|
38
|
-
"typescript": "^5.5.4"
|
39
|
-
"ts-node": "~10.9.2"
|
38
|
+
"typescript": "^5.5.4"
|
40
39
|
},
|
41
40
|
"peerDependenciesMeta": {
|
42
41
|
"@angular-devkit/architect": {
|
@@ -89,9 +88,9 @@
|
|
89
88
|
"@nx/eslint-plugin": "~19.8.0",
|
90
89
|
"@nx/jest": "~19.8.0",
|
91
90
|
"@nx/js": "~19.8.0",
|
92
|
-
"@o3r/build-helpers": "^12.0.0-next.
|
93
|
-
"@o3r/eslint-plugin": "^12.0.0-next.
|
94
|
-
"@o3r/telemetry": "^12.0.0-next.
|
91
|
+
"@o3r/build-helpers": "^12.0.0-next.1",
|
92
|
+
"@o3r/eslint-plugin": "^12.0.0-next.1",
|
93
|
+
"@o3r/telemetry": "^12.0.0-next.1",
|
95
94
|
"@schematics/angular": "~18.2.0",
|
96
95
|
"@stylistic/eslint-plugin": "~2.7.0",
|
97
96
|
"@swc/helpers": "~0.5.0",
|
@@ -99,7 +98,7 @@
|
|
99
98
|
"@types/jest": "~29.5.2",
|
100
99
|
"@types/node": "^20.0.0",
|
101
100
|
"@types/semver": "^7.3.13",
|
102
|
-
"@typescript-eslint/parser": "~8.
|
101
|
+
"@typescript-eslint/parser": "~8.18.0",
|
103
102
|
"angular-eslint": "~18.4.0",
|
104
103
|
"cpy-cli": "^5.0.0",
|
105
104
|
"eslint": "~9.14.0",
|
@@ -123,7 +122,7 @@
|
|
123
122
|
"ts-node": "~10.9.2",
|
124
123
|
"type-fest": "^4.10.2",
|
125
124
|
"typescript": "~5.5.4",
|
126
|
-
"typescript-eslint": "~8.
|
125
|
+
"typescript-eslint": "~8.18.0",
|
127
126
|
"zone.js": "~0.14.2"
|
128
127
|
},
|
129
128
|
"engines": {
|