@o3r/testing 13.2.0-rc.1 → 13.3.0-prerelease.2
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 +16 -16
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@o3r/testing",
|
3
|
-
"version": "13.
|
3
|
+
"version": "13.3.0-prerelease.2",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -100,13 +100,13 @@
|
|
100
100
|
"@material/slider": "^14.0.0",
|
101
101
|
"@ngrx/store": "^20.0.0",
|
102
102
|
"@ngx-translate/core": "^15.0.0 || ~16.0.4",
|
103
|
-
"@o3r/core": "^13.
|
104
|
-
"@o3r/eslint-config": "^13.
|
105
|
-
"@o3r/localization": "^13.
|
106
|
-
"@o3r/schematics": "^13.
|
103
|
+
"@o3r/core": "^13.3.0-prerelease.2",
|
104
|
+
"@o3r/eslint-config": "^13.3.0-prerelease.2",
|
105
|
+
"@o3r/localization": "^13.3.0-prerelease.2",
|
106
|
+
"@o3r/schematics": "^13.3.0-prerelease.2",
|
107
107
|
"@playwright/test": "^1.49.0",
|
108
108
|
"@schematics/angular": "^20.0.0",
|
109
|
-
"eslint": "~9.
|
109
|
+
"eslint": "~9.37.0",
|
110
110
|
"pixelmatch": "^7.0.0",
|
111
111
|
"pngjs": "^7.0.0",
|
112
112
|
"rxjs": "^7.8.1",
|
@@ -172,7 +172,7 @@
|
|
172
172
|
}
|
173
173
|
},
|
174
174
|
"dependencies": {
|
175
|
-
"@o3r/schematics": "^13.
|
175
|
+
"@o3r/schematics": "^13.3.0-prerelease.2",
|
176
176
|
"esbuild": "~0.25.1",
|
177
177
|
"module-from-string": "^3.2.0",
|
178
178
|
"tslib": "^2.6.2"
|
@@ -199,24 +199,24 @@
|
|
199
199
|
"@ngx-translate/core": "~16.0.4",
|
200
200
|
"@nx/eslint-plugin": "~21.6.0",
|
201
201
|
"@nx/jest": "~21.6.0",
|
202
|
-
"@o3r/build-helpers": "^13.
|
203
|
-
"@o3r/core": "^13.
|
204
|
-
"@o3r/eslint-plugin": "^13.
|
205
|
-
"@o3r/localization": "^13.
|
206
|
-
"@o3r/test-helpers": "^13.
|
202
|
+
"@o3r/build-helpers": "^13.3.0-prerelease.2",
|
203
|
+
"@o3r/core": "^13.3.0-prerelease.2",
|
204
|
+
"@o3r/eslint-plugin": "^13.3.0-prerelease.2",
|
205
|
+
"@o3r/localization": "^13.3.0-prerelease.2",
|
206
|
+
"@o3r/test-helpers": "^13.3.0-prerelease.2",
|
207
207
|
"@playwright/test": "~1.55.0",
|
208
208
|
"@schematics/angular": "~20.3.0",
|
209
|
-
"@stylistic/eslint-plugin": "~5.
|
209
|
+
"@stylistic/eslint-plugin": "~5.4.0",
|
210
210
|
"@swc/helpers": "~0.5.0",
|
211
211
|
"@types/jest": "~29.5.2",
|
212
212
|
"@types/node": "~22.18.0",
|
213
213
|
"@types/pixelmatch": "^5.2.3",
|
214
214
|
"@types/pngjs": "^6.0.0",
|
215
|
-
"@typescript-eslint/parser": "~8.
|
215
|
+
"@typescript-eslint/parser": "~8.45.0",
|
216
216
|
"angular-eslint": "~20.3.0",
|
217
217
|
"concurrently": "^9.1.0",
|
218
218
|
"cpy-cli": "^6.0.0",
|
219
|
-
"eslint": "~9.
|
219
|
+
"eslint": "~9.37.0",
|
220
220
|
"eslint-import-resolver-node": "~0.3.9",
|
221
221
|
"eslint-import-resolver-typescript": "~4.4.0",
|
222
222
|
"eslint-plugin-import": "~2.32.0",
|
@@ -245,7 +245,7 @@
|
|
245
245
|
"ts-node": "~10.9.2",
|
246
246
|
"type-fest": "^4.30.1",
|
247
247
|
"typescript": "~5.9.2",
|
248
|
-
"typescript-eslint": "~8.
|
248
|
+
"typescript-eslint": "~8.45.0",
|
249
249
|
"zone.js": "~0.15.0"
|
250
250
|
},
|
251
251
|
"generatorDependencies": {
|