@o3r/testing 13.1.4 → 13.1.10
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 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/testing",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.10",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"otter-module"
|
|
12
12
|
],
|
|
13
13
|
"main": "public_api.js",
|
|
14
|
-
"typings": "public_api.d.ts",
|
|
15
14
|
"types": "public_api.d.ts",
|
|
16
15
|
"sideEffects": false,
|
|
17
16
|
"scripts": {
|
|
@@ -100,9 +99,9 @@
|
|
|
100
99
|
"@material/slider": "^14.0.0",
|
|
101
100
|
"@ngrx/store": "^20.0.0",
|
|
102
101
|
"@ngx-translate/core": "^15.0.0 || ~16.0.4",
|
|
103
|
-
"@o3r/core": "^13.1.
|
|
104
|
-
"@o3r/localization": "^13.1.
|
|
105
|
-
"@o3r/schematics": "^13.1.
|
|
102
|
+
"@o3r/core": "^13.1.10",
|
|
103
|
+
"@o3r/localization": "^13.1.10",
|
|
104
|
+
"@o3r/schematics": "^13.1.10",
|
|
106
105
|
"@playwright/test": "^1.49.0",
|
|
107
106
|
"@schematics/angular": "^20.0.0",
|
|
108
107
|
"pixelmatch": "^7.0.0",
|
|
@@ -167,7 +166,7 @@
|
|
|
167
166
|
}
|
|
168
167
|
},
|
|
169
168
|
"dependencies": {
|
|
170
|
-
"@o3r/schematics": "^13.1.
|
|
169
|
+
"@o3r/schematics": "^13.1.10",
|
|
171
170
|
"esbuild": "~0.25.1",
|
|
172
171
|
"module-from-string": "^3.2.0",
|
|
173
172
|
"tslib": "^2.6.2"
|
|
@@ -194,11 +193,11 @@
|
|
|
194
193
|
"@ngx-translate/core": "~16.0.4",
|
|
195
194
|
"@nx/eslint-plugin": "~21.5.0",
|
|
196
195
|
"@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.
|
|
196
|
+
"@o3r/build-helpers": "^13.1.10",
|
|
197
|
+
"@o3r/core": "^13.1.10",
|
|
198
|
+
"@o3r/eslint-plugin": "^13.1.10",
|
|
199
|
+
"@o3r/localization": "^13.1.10",
|
|
200
|
+
"@o3r/test-helpers": "^13.1.10",
|
|
202
201
|
"@playwright/test": "~1.55.0",
|
|
203
202
|
"@schematics/angular": "~20.2.0",
|
|
204
203
|
"@stylistic/eslint-plugin": "~5.3.0",
|