@o3r/testing 13.1.1 → 13.1.3
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.1.
|
3
|
+
"version": "13.1.3",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -100,9 +100,9 @@
|
|
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.1.
|
104
|
-
"@o3r/localization": "^13.1.
|
105
|
-
"@o3r/schematics": "^13.1.
|
103
|
+
"@o3r/core": "^13.1.3",
|
104
|
+
"@o3r/localization": "^13.1.3",
|
105
|
+
"@o3r/schematics": "^13.1.3",
|
106
106
|
"@playwright/test": "^1.49.0",
|
107
107
|
"@schematics/angular": "^20.0.0",
|
108
108
|
"pixelmatch": "^7.0.0",
|
@@ -167,7 +167,7 @@
|
|
167
167
|
}
|
168
168
|
},
|
169
169
|
"dependencies": {
|
170
|
-
"@o3r/schematics": "^13.1.
|
170
|
+
"@o3r/schematics": "^13.1.3",
|
171
171
|
"esbuild": "~0.25.1",
|
172
172
|
"module-from-string": "^3.2.0",
|
173
173
|
"tslib": "^2.6.2"
|
@@ -194,11 +194,11 @@
|
|
194
194
|
"@ngx-translate/core": "~16.0.4",
|
195
195
|
"@nx/eslint-plugin": "~21.5.0",
|
196
196
|
"@nx/jest": "~21.5.0",
|
197
|
-
"@o3r/build-helpers": "^13.1.
|
198
|
-
"@o3r/core": "^13.1.
|
199
|
-
"@o3r/eslint-plugin": "^13.1.
|
200
|
-
"@o3r/localization": "^13.1.
|
201
|
-
"@o3r/test-helpers": "^13.1.
|
197
|
+
"@o3r/build-helpers": "^13.1.3",
|
198
|
+
"@o3r/core": "^13.1.3",
|
199
|
+
"@o3r/eslint-plugin": "^13.1.3",
|
200
|
+
"@o3r/localization": "^13.1.3",
|
201
|
+
"@o3r/test-helpers": "^13.1.3",
|
202
202
|
"@playwright/test": "~1.55.0",
|
203
203
|
"@schematics/angular": "~20.2.0",
|
204
204
|
"@stylistic/eslint-plugin": "~5.3.0",
|