@o3r/testing 13.0.0-next.4 → 13.0.0-next.5
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 +10 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@o3r/testing",
|
3
|
-
"version": "13.0.0-next.
|
3
|
+
"version": "13.0.0-next.5",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -100,9 +100,9 @@
|
|
100
100
|
"@material/slider": "^14.0.0",
|
101
101
|
"@ngrx/store": "^19.0.0",
|
102
102
|
"@ngx-translate/core": "~16.0.4",
|
103
|
-
"@o3r/core": "^13.0.0-next.
|
104
|
-
"@o3r/localization": "^13.0.0-next.
|
105
|
-
"@o3r/schematics": "^13.0.0-next.
|
103
|
+
"@o3r/core": "^13.0.0-next.5",
|
104
|
+
"@o3r/localization": "^13.0.0-next.5",
|
105
|
+
"@o3r/schematics": "^13.0.0-next.5",
|
106
106
|
"@playwright/test": "^1.49.0",
|
107
107
|
"@schematics/angular": "^19.0.0",
|
108
108
|
"pixelmatch": "^6.0.0",
|
@@ -161,7 +161,7 @@
|
|
161
161
|
}
|
162
162
|
},
|
163
163
|
"dependencies": {
|
164
|
-
"@o3r/schematics": "^13.0.0-next.
|
164
|
+
"@o3r/schematics": "^13.0.0-next.5",
|
165
165
|
"esbuild": "~0.25.1",
|
166
166
|
"module-from-string": "^3.2.0",
|
167
167
|
"tslib": "^2.6.2"
|
@@ -188,11 +188,11 @@
|
|
188
188
|
"@ngx-translate/core": "~16.0.4",
|
189
189
|
"@nx/eslint-plugin": "~20.8.0",
|
190
190
|
"@nx/jest": "~20.8.0",
|
191
|
-
"@o3r/build-helpers": "^13.0.0-next.
|
192
|
-
"@o3r/core": "^13.0.0-next.
|
193
|
-
"@o3r/eslint-plugin": "^13.0.0-next.
|
194
|
-
"@o3r/localization": "^13.0.0-next.
|
195
|
-
"@o3r/test-helpers": "^13.0.0-next.
|
191
|
+
"@o3r/build-helpers": "^13.0.0-next.5",
|
192
|
+
"@o3r/core": "^13.0.0-next.5",
|
193
|
+
"@o3r/eslint-plugin": "^13.0.0-next.5",
|
194
|
+
"@o3r/localization": "^13.0.0-next.5",
|
195
|
+
"@o3r/test-helpers": "^13.0.0-next.5",
|
196
196
|
"@playwright/test": "~1.51.0",
|
197
197
|
"@schematics/angular": "~19.2.0",
|
198
198
|
"@stylistic/eslint-plugin": "~3.1.0",
|