@o3r/workspace 13.0.0-next.27 → 13.0.0-next.28
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 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/workspace",
|
|
3
|
-
"version": "13.0.0-next.
|
|
3
|
+
"version": "13.0.0-next.28",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"@angular/common": "^20.0.0",
|
|
42
42
|
"@angular/compiler-cli": "^20.0.0",
|
|
43
43
|
"@angular/core": "^20.0.0",
|
|
44
|
-
"@o3r/schematics": "^13.0.0-next.
|
|
45
|
-
"@o3r/telemetry": "^13.0.0-next.
|
|
44
|
+
"@o3r/schematics": "^13.0.0-next.28",
|
|
45
|
+
"@o3r/telemetry": "^13.0.0-next.28",
|
|
46
46
|
"@schematics/angular": "^20.0.0",
|
|
47
47
|
"ts-node": "~10.9.2",
|
|
48
48
|
"type-fest": "^4.30.1",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@o3r/schematics": "^13.0.0-next.
|
|
66
|
+
"@o3r/schematics": "^13.0.0-next.28",
|
|
67
67
|
"commander": "^14.0.0",
|
|
68
68
|
"globby": "^11.1.0",
|
|
69
69
|
"semver": "^7.5.2",
|
|
@@ -96,11 +96,11 @@
|
|
|
96
96
|
"@nx/jest": "~21.3.11",
|
|
97
97
|
"@nx/js": "~21.3.11",
|
|
98
98
|
"@nx/workspace": "~21.3.11",
|
|
99
|
-
"@o3r/build-helpers": "^13.0.0-next.
|
|
100
|
-
"@o3r/core": "^13.0.0-next.
|
|
101
|
-
"@o3r/eslint-plugin": "^13.0.0-next.
|
|
102
|
-
"@o3r/telemetry": "^13.0.0-next.
|
|
103
|
-
"@o3r/test-helpers": "^13.0.0-next.
|
|
99
|
+
"@o3r/build-helpers": "^13.0.0-next.28",
|
|
100
|
+
"@o3r/core": "^13.0.0-next.28",
|
|
101
|
+
"@o3r/eslint-plugin": "^13.0.0-next.28",
|
|
102
|
+
"@o3r/telemetry": "^13.0.0-next.28",
|
|
103
|
+
"@o3r/test-helpers": "^13.0.0-next.28",
|
|
104
104
|
"@schematics/angular": "~20.0.0",
|
|
105
105
|
"@stylistic/eslint-plugin": "~5.2.0",
|
|
106
106
|
"@types/jest": "~29.5.2",
|
|
@@ -108,10 +108,10 @@
|
|
|
108
108
|
"@types/node": "^22.0.0",
|
|
109
109
|
"@types/pid-from-port": "^1.1.0",
|
|
110
110
|
"@types/semver": "^7.3.13",
|
|
111
|
-
"@typescript-eslint/parser": "~8.
|
|
111
|
+
"@typescript-eslint/parser": "~8.39.0",
|
|
112
112
|
"angular-eslint": "~20.1.0",
|
|
113
113
|
"cpy-cli": "^5.0.0",
|
|
114
|
-
"eslint": "~9.
|
|
114
|
+
"eslint": "~9.33.0",
|
|
115
115
|
"eslint-import-resolver-node": "~0.3.9",
|
|
116
116
|
"eslint-import-resolver-typescript": "~4.4.0",
|
|
117
117
|
"eslint-plugin-import": "~2.32.0",
|
|
@@ -126,16 +126,17 @@
|
|
|
126
126
|
"jest-environment-jsdom": "~29.7.0",
|
|
127
127
|
"jest-junit": "~16.0.0",
|
|
128
128
|
"jest-preset-angular": "~14.6.0",
|
|
129
|
+
"jest-util": "~29.7.0",
|
|
129
130
|
"jsonc-eslint-parser": "~2.4.0",
|
|
130
131
|
"minimist": "^1.2.6",
|
|
131
132
|
"nx": "~21.3.11",
|
|
132
133
|
"pid-from-port": "^1.1.3",
|
|
133
134
|
"rxjs": "^7.8.1",
|
|
134
|
-
"ts-jest": "~29.
|
|
135
|
+
"ts-jest": "~29.4.0",
|
|
135
136
|
"ts-node": "~10.9.2",
|
|
136
137
|
"type-fest": "^4.30.1",
|
|
137
138
|
"typescript": "~5.8.2",
|
|
138
|
-
"typescript-eslint": "~8.
|
|
139
|
+
"typescript-eslint": "~8.39.0",
|
|
139
140
|
"zone.js": "~0.15.0"
|
|
140
141
|
},
|
|
141
142
|
"generatorDependencies": {
|