@o3r/telemetry 14.0.0-next.12 → 14.0.0-next.14
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 +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/telemetry",
|
|
3
|
-
"version": "14.0.0-next.
|
|
3
|
+
"version": "14.0.0-next.14",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"tslib": "^2.6.2"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@angular-devkit/architect": ">=0.
|
|
24
|
-
"@angular-devkit/core": "^
|
|
25
|
-
"@angular-devkit/schematics": "^
|
|
26
|
-
"@o3r/core": "~14.0.0-next.
|
|
23
|
+
"@angular-devkit/architect": ">=0.2100.0 <0.2200.0-0",
|
|
24
|
+
"@angular-devkit/core": "^21.0.0",
|
|
25
|
+
"@angular-devkit/schematics": "^21.0.0",
|
|
26
|
+
"@o3r/core": "~14.0.0-next.14",
|
|
27
27
|
"rxjs": "^7.8.1"
|
|
28
28
|
},
|
|
29
29
|
"peerDependenciesMeta": {
|
|
@@ -44,29 +44,29 @@
|
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@angular-devkit/architect": "0.
|
|
48
|
-
"@angular-devkit/core": "~
|
|
49
|
-
"@angular-devkit/schematics": "~
|
|
47
|
+
"@angular-devkit/architect": "~0.2100.2",
|
|
48
|
+
"@angular-devkit/core": "~21.0.2",
|
|
49
|
+
"@angular-devkit/schematics": "~21.0.2",
|
|
50
50
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
51
|
-
"@nx/eslint-plugin": "~
|
|
52
|
-
"@nx/jest": "~
|
|
53
|
-
"@nx/js": "~
|
|
54
|
-
"@o3r/build-helpers": "~14.0.0-next.
|
|
55
|
-
"@o3r/eslint-plugin": "~14.0.0-next.
|
|
56
|
-
"@o3r/test-helpers": "~14.0.0-next.
|
|
51
|
+
"@nx/eslint-plugin": "~22.3.3",
|
|
52
|
+
"@nx/jest": "~22.3.3",
|
|
53
|
+
"@nx/js": "~22.3.3",
|
|
54
|
+
"@o3r/build-helpers": "~14.0.0-next.14",
|
|
55
|
+
"@o3r/eslint-plugin": "~14.0.0-next.14",
|
|
56
|
+
"@o3r/test-helpers": "~14.0.0-next.14",
|
|
57
57
|
"@stylistic/eslint-plugin": "~5.6.0",
|
|
58
58
|
"@types/jest": "~30.0.0",
|
|
59
59
|
"@types/minimist": "^1.2.2",
|
|
60
60
|
"@types/node": "~24.10.0",
|
|
61
|
-
"@typescript-eslint/parser": "~8.
|
|
62
|
-
"angular-eslint": "~
|
|
61
|
+
"@typescript-eslint/parser": "~8.52.0",
|
|
62
|
+
"angular-eslint": "~21.0.1",
|
|
63
63
|
"cpy-cli": "^6.0.0",
|
|
64
64
|
"eslint": "~9.39.0",
|
|
65
65
|
"eslint-import-resolver-node": "~0.3.9",
|
|
66
66
|
"eslint-import-resolver-typescript": "~4.4.0",
|
|
67
67
|
"eslint-plugin-import": "~2.32.0",
|
|
68
68
|
"eslint-plugin-import-newlines": "~1.4.0",
|
|
69
|
-
"eslint-plugin-jest": "~29.
|
|
69
|
+
"eslint-plugin-jest": "~29.12.0",
|
|
70
70
|
"eslint-plugin-jsdoc": "~61.5.0",
|
|
71
71
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
72
72
|
"eslint-plugin-unicorn": "~62.0.0",
|
|
@@ -76,11 +76,11 @@
|
|
|
76
76
|
"jest-junit": "~16.0.0",
|
|
77
77
|
"jest-util": "~30.2.0",
|
|
78
78
|
"jsonc-eslint-parser": "~2.4.0",
|
|
79
|
-
"nx": "~
|
|
79
|
+
"nx": "~22.3.3",
|
|
80
80
|
"rxjs": "^7.8.1",
|
|
81
81
|
"ts-jest": "~29.4.0",
|
|
82
82
|
"typescript": "~5.9.2",
|
|
83
|
-
"typescript-eslint": "~8.
|
|
83
|
+
"typescript-eslint": "~8.52.0"
|
|
84
84
|
},
|
|
85
85
|
"schematics": "./collection.json",
|
|
86
86
|
"ng-update": {
|