@o3r/create 12.0.0-rc.8 → 12.0.0
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 +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/create",
|
|
3
|
-
"version": "12.0.0
|
|
3
|
+
"version": "12.0.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"prepare:publish": "prepare-publish ./dist"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@o3r/telemetry": "^12.0.0
|
|
21
|
+
"@o3r/telemetry": "^12.0.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependenciesMeta": {
|
|
24
24
|
"@o3r/telemetry": {
|
|
@@ -26,42 +26,42 @@
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@angular/cli": "~19.
|
|
30
|
-
"@schematics/angular": "~19.
|
|
29
|
+
"@angular/cli": "~19.1.0",
|
|
30
|
+
"@schematics/angular": "~19.1.0",
|
|
31
31
|
"minimist": "^1.2.6",
|
|
32
32
|
"shell-quote": "^1.8.1",
|
|
33
33
|
"tslib": "^2.6.2",
|
|
34
34
|
"type-fest": "^4.30.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@angular-devkit/architect": "~0.
|
|
38
|
-
"@angular-devkit/core": "~19.
|
|
39
|
-
"@angular-devkit/schematics": "~19.
|
|
37
|
+
"@angular-devkit/architect": "~0.1901.0",
|
|
38
|
+
"@angular-devkit/core": "~19.1.0",
|
|
39
|
+
"@angular-devkit/schematics": "~19.1.0",
|
|
40
40
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
41
41
|
"@nx/eslint": "~20.2.0",
|
|
42
42
|
"@nx/eslint-plugin": "~20.2.0",
|
|
43
43
|
"@nx/jest": "~20.2.0",
|
|
44
44
|
"@nx/js": "~20.2.0",
|
|
45
|
-
"@o3r/build-helpers": "^12.0.0
|
|
46
|
-
"@o3r/eslint-config": "^12.0.0
|
|
47
|
-
"@o3r/eslint-plugin": "^12.0.0
|
|
48
|
-
"@o3r/schematics": "^12.0.0
|
|
49
|
-
"@o3r/test-helpers": "^12.0.0
|
|
45
|
+
"@o3r/build-helpers": "^12.0.0",
|
|
46
|
+
"@o3r/eslint-config": "^12.0.0",
|
|
47
|
+
"@o3r/eslint-plugin": "^12.0.0",
|
|
48
|
+
"@o3r/schematics": "^12.0.0",
|
|
49
|
+
"@o3r/test-helpers": "^12.0.0",
|
|
50
50
|
"@stylistic/eslint-plugin": "~3.0.0",
|
|
51
51
|
"@types/jest": "~29.5.2",
|
|
52
52
|
"@types/minimist": "^1.2.2",
|
|
53
53
|
"@types/node": "^20.0.0",
|
|
54
54
|
"@types/shell-quote": "^1.7.5",
|
|
55
|
-
"@typescript-eslint/parser": "~8.
|
|
55
|
+
"@typescript-eslint/parser": "~8.23.0",
|
|
56
56
|
"angular-eslint": "~19.0.0",
|
|
57
57
|
"cpy-cli": "^5.0.0",
|
|
58
|
-
"eslint": "~9.
|
|
58
|
+
"eslint": "~9.19.0",
|
|
59
59
|
"eslint-import-resolver-node": "^0.3.9",
|
|
60
60
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
61
61
|
"eslint-plugin-import": "^2.31.0",
|
|
62
62
|
"eslint-plugin-import-newlines": "^1.4.0",
|
|
63
|
-
"eslint-plugin-jest": "~28.
|
|
64
|
-
"eslint-plugin-jsdoc": "~50.
|
|
63
|
+
"eslint-plugin-jest": "~28.11.0",
|
|
64
|
+
"eslint-plugin-jsdoc": "~50.6.0",
|
|
65
65
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
66
66
|
"eslint-plugin-unicorn": "^56.0.0",
|
|
67
67
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"semver": "^7.5.2",
|
|
77
77
|
"ts-jest": "~29.2.5",
|
|
78
78
|
"type-fest": "^4.30.1",
|
|
79
|
-
"typescript": "~5.
|
|
80
|
-
"typescript-eslint": "~8.
|
|
79
|
+
"typescript": "~5.7.3",
|
|
80
|
+
"typescript-eslint": "~8.23.0"
|
|
81
81
|
},
|
|
82
82
|
"engines": {
|
|
83
83
|
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
|