@o3r/testing 12.4.19 → 12.4.23

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.
Files changed (1) hide show
  1. package/package.json +10 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/testing",
3
- "version": "12.4.19",
3
+ "version": "12.4.23",
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": {
@@ -112,9 +111,9 @@
112
111
  "@material/slider": "^14.0.0",
113
112
  "@ngrx/store": "^19.0.0",
114
113
  "@ngx-translate/core": "^15.0.0 || ~16.0.4",
115
- "@o3r/core": "^12.4.19",
116
- "@o3r/localization": "^12.4.19",
117
- "@o3r/schematics": "^12.4.19",
114
+ "@o3r/core": "^12.4.23",
115
+ "@o3r/localization": "^12.4.23",
116
+ "@o3r/schematics": "^12.4.23",
118
117
  "@playwright/test": "^1.49.0",
119
118
  "@schematics/angular": "^19.0.0",
120
119
  "pixelmatch": "^6.0.0",
@@ -183,7 +182,7 @@
183
182
  }
184
183
  },
185
184
  "dependencies": {
186
- "@o3r/schematics": "^12.4.19",
185
+ "@o3r/schematics": "^12.4.23",
187
186
  "esbuild": "~0.25.1",
188
187
  "module-from-string": "^3.2.0",
189
188
  "tslib": "^2.6.2"
@@ -210,11 +209,11 @@
210
209
  "@ngx-translate/core": "~16.0.4",
211
210
  "@nx/eslint-plugin": "~20.8.0",
212
211
  "@nx/jest": "~20.8.0",
213
- "@o3r/build-helpers": "^12.4.19",
214
- "@o3r/core": "^12.4.19",
215
- "@o3r/eslint-plugin": "^12.4.19",
216
- "@o3r/localization": "^12.4.19",
217
- "@o3r/test-helpers": "^12.4.19",
212
+ "@o3r/build-helpers": "^12.4.23",
213
+ "@o3r/core": "^12.4.23",
214
+ "@o3r/eslint-plugin": "^12.4.23",
215
+ "@o3r/localization": "^12.4.23",
216
+ "@o3r/test-helpers": "^12.4.23",
218
217
  "@playwright/test": "~1.54.0",
219
218
  "@schematics/angular": "~19.2.0",
220
219
  "@stylistic/eslint-plugin": "~3.1.0",