@ama-terasu/schematics 13.0.0-next.3 → 13.0.0-next.31
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
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ama-terasu/schematics",
|
3
|
-
"version": "13.0.0-next.
|
3
|
+
"version": "13.0.0-next.31",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -14,51 +14,52 @@
|
|
14
14
|
},
|
15
15
|
"schematics": "./collection.json",
|
16
16
|
"engines": {
|
17
|
-
"node": "^20.
|
17
|
+
"node": "^20.19.0 || ^22.17.0 || ^24.0.0",
|
18
18
|
"vscode": "^1.67.0"
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
|
-
"@angular-devkit/architect": "~0.
|
22
|
-
"@angular-devkit/core": "~
|
23
|
-
"@angular-devkit/schematics": "~
|
24
|
-
"@o3r/schematics": "^13.0.0-next.
|
21
|
+
"@angular-devkit/architect": "~0.2000.0",
|
22
|
+
"@angular-devkit/core": "~20.0.0",
|
23
|
+
"@angular-devkit/schematics": "~20.0.0",
|
24
|
+
"@o3r/schematics": "^13.0.0-next.31",
|
25
25
|
"tslib": "^2.6.2"
|
26
26
|
},
|
27
27
|
"devDependencies": {
|
28
|
-
"@angular-devkit/architect": "~0.
|
29
|
-
"@angular-devkit/core": "~
|
28
|
+
"@angular-devkit/architect": "~0.2000.0",
|
29
|
+
"@angular-devkit/core": "~20.0.0",
|
30
30
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
31
|
-
"@nx/eslint-plugin": "~
|
32
|
-
"@nx/jest": "~
|
33
|
-
"@o3r/build-helpers": "^13.0.0-next.
|
34
|
-
"@o3r/eslint-plugin": "^13.0.0-next.
|
35
|
-
"@o3r/test-helpers": "^13.0.0-next.
|
36
|
-
"@schematics/angular": "~
|
37
|
-
"@stylistic/eslint-plugin": "~
|
31
|
+
"@nx/eslint-plugin": "~21.3.11",
|
32
|
+
"@nx/jest": "~21.3.11",
|
33
|
+
"@o3r/build-helpers": "^13.0.0-next.31",
|
34
|
+
"@o3r/eslint-plugin": "^13.0.0-next.31",
|
35
|
+
"@o3r/test-helpers": "^13.0.0-next.31",
|
36
|
+
"@schematics/angular": "~20.0.0",
|
37
|
+
"@stylistic/eslint-plugin": "~5.2.0",
|
38
38
|
"@types/jest": "~29.5.2",
|
39
|
-
"@types/node": "^
|
40
|
-
"@typescript-eslint/parser": "~8.
|
41
|
-
"angular-eslint": "~
|
42
|
-
"cpy-cli": "^
|
43
|
-
"eslint": "~9.
|
39
|
+
"@types/node": "^22.0.0",
|
40
|
+
"@typescript-eslint/parser": "~8.39.0",
|
41
|
+
"angular-eslint": "~20.1.0",
|
42
|
+
"cpy-cli": "^6.0.0",
|
43
|
+
"eslint": "~9.33.0",
|
44
44
|
"eslint-import-resolver-node": "~0.3.9",
|
45
|
-
"eslint-import-resolver-typescript": "~
|
45
|
+
"eslint-import-resolver-typescript": "~4.4.0",
|
46
46
|
"eslint-plugin-import": "~2.32.0",
|
47
47
|
"eslint-plugin-import-newlines": "~1.4.0",
|
48
|
-
"eslint-plugin-jest": "~
|
49
|
-
"eslint-plugin-jsdoc": "~
|
48
|
+
"eslint-plugin-jest": "~29.0.0",
|
49
|
+
"eslint-plugin-jsdoc": "~54.1.0",
|
50
50
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
51
|
-
"eslint-plugin-unicorn": "~
|
51
|
+
"eslint-plugin-unicorn": "~60.0.0",
|
52
52
|
"eslint-plugin-unused-imports": "~4.1.4",
|
53
|
-
"globals": "^
|
53
|
+
"globals": "^16.0.0",
|
54
54
|
"jest": "~29.7.0",
|
55
55
|
"jest-junit": "~16.0.0",
|
56
|
+
"jest-util": "~29.7.0",
|
56
57
|
"jsonc-eslint-parser": "~2.4.0",
|
57
|
-
"nx": "~
|
58
|
+
"nx": "~21.3.11",
|
58
59
|
"rxjs": "^7.8.1",
|
59
|
-
"ts-jest": "~29.
|
60
|
+
"ts-jest": "~29.4.0",
|
60
61
|
"typescript": "~5.8.2",
|
61
|
-
"typescript-eslint": "~8.
|
62
|
+
"typescript-eslint": "~8.39.0"
|
62
63
|
},
|
63
64
|
"contributors": [
|
64
65
|
{
|