@o3r/mcp 12.5.0-prerelease.58 → 13.0.0-next.28
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 +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/mcp",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.0-next.28",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -27,45 +27,45 @@
|
|
|
27
27
|
"zod": "~3.25.76"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@angular/common": "~
|
|
31
|
-
"@angular/compiler": "~
|
|
32
|
-
"@angular/compiler-cli": "~
|
|
33
|
-
"@angular/core": "~
|
|
34
|
-
"@angular/platform-browser": "~
|
|
35
|
-
"@angular/platform-browser-dynamic": "~
|
|
30
|
+
"@angular/common": "~20.0.0",
|
|
31
|
+
"@angular/compiler": "~20.0.0",
|
|
32
|
+
"@angular/compiler-cli": "~20.0.0",
|
|
33
|
+
"@angular/core": "~20.0.0",
|
|
34
|
+
"@angular/platform-browser": "~20.0.0",
|
|
35
|
+
"@angular/platform-browser-dynamic": "~20.0.0",
|
|
36
36
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
37
|
-
"@nx/eslint": "~
|
|
38
|
-
"@nx/eslint-plugin": "~
|
|
39
|
-
"@nx/jest": "~
|
|
40
|
-
"@nx/js": "~
|
|
41
|
-
"@o3r/build-helpers": "^
|
|
42
|
-
"@o3r/eslint-config": "^
|
|
43
|
-
"@o3r/eslint-plugin": "^
|
|
44
|
-
"@o3r/test-helpers": "^
|
|
45
|
-
"@stylistic/eslint-plugin": "~
|
|
37
|
+
"@nx/eslint": "~21.3.11",
|
|
38
|
+
"@nx/eslint-plugin": "~21.3.11",
|
|
39
|
+
"@nx/jest": "~21.3.11",
|
|
40
|
+
"@nx/js": "~21.3.11",
|
|
41
|
+
"@o3r/build-helpers": "^13.0.0-next.28",
|
|
42
|
+
"@o3r/eslint-config": "^13.0.0-next.28",
|
|
43
|
+
"@o3r/eslint-plugin": "^13.0.0-next.28",
|
|
44
|
+
"@o3r/test-helpers": "^13.0.0-next.28",
|
|
45
|
+
"@stylistic/eslint-plugin": "~5.2.0",
|
|
46
46
|
"@types/jest": "~29.5.2",
|
|
47
|
-
"@types/node": "^
|
|
47
|
+
"@types/node": "^22.0.0",
|
|
48
48
|
"@typescript-eslint/parser": "~8.39.0",
|
|
49
|
-
"angular-eslint": "~
|
|
49
|
+
"angular-eslint": "~20.1.0",
|
|
50
50
|
"cpy-cli": "^5.0.0",
|
|
51
51
|
"eslint": "~9.33.0",
|
|
52
52
|
"eslint-import-resolver-node": "~0.3.9",
|
|
53
|
-
"eslint-import-resolver-typescript": "~
|
|
53
|
+
"eslint-import-resolver-typescript": "~4.4.0",
|
|
54
54
|
"eslint-plugin-import": "~2.32.0",
|
|
55
55
|
"eslint-plugin-import-newlines": "~1.4.0",
|
|
56
|
-
"eslint-plugin-jest": "~
|
|
57
|
-
"eslint-plugin-jsdoc": "~
|
|
56
|
+
"eslint-plugin-jest": "~29.0.0",
|
|
57
|
+
"eslint-plugin-jsdoc": "~52.0.0",
|
|
58
58
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
59
|
-
"eslint-plugin-unicorn": "~
|
|
59
|
+
"eslint-plugin-unicorn": "~60.0.0",
|
|
60
60
|
"eslint-plugin-unused-imports": "~4.1.4",
|
|
61
|
-
"globals": "^
|
|
61
|
+
"globals": "^16.0.0",
|
|
62
62
|
"jest": "~29.7.0",
|
|
63
63
|
"jest-environment-jsdom": "~29.7.0",
|
|
64
64
|
"jest-junit": "~16.0.0",
|
|
65
|
-
"jest-preset-angular": "~14.
|
|
65
|
+
"jest-preset-angular": "~14.6.0",
|
|
66
66
|
"jest-util": "~29.7.0",
|
|
67
67
|
"jsonc-eslint-parser": "~2.4.0",
|
|
68
|
-
"nx": "~
|
|
68
|
+
"nx": "~21.3.11",
|
|
69
69
|
"rxjs": "^7.8.1",
|
|
70
70
|
"ts-jest": "~29.4.0",
|
|
71
71
|
"ts-node": "~10.9.2",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"zone.js": "~0.15.0"
|
|
76
76
|
},
|
|
77
77
|
"engines": {
|
|
78
|
-
"node": "^20.
|
|
78
|
+
"node": "^20.19.0 || ^22.17.0 || ^24.0.0"
|
|
79
79
|
},
|
|
80
80
|
"contributors": [
|
|
81
81
|
{
|