@o3r/create 12.4.0-prerelease.8 → 12.4.0-rc.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/README.md +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
@@ -54,7 +54,7 @@ If the specified package manager is `yarn`, it will also configure the `.yarnrc.
|
|
54
54
|
|
55
55
|
### Others available options
|
56
56
|
|
57
|
-
The generator accepts all the configurations from the Angular `ng new` command, see the [options list](https://angular.
|
57
|
+
The generator accepts all the configurations from the Angular `ng new` command, see the [options list](https://angular.dev/cli/new#options).
|
58
58
|
On top of them, the following options can be provided to the initializer:
|
59
59
|
|
60
60
|
- `--yarn`: Enforce `yarn` package manager. This option will be ignored if `--package-manager` is already specified.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@o3r/create",
|
3
|
-
"version": "12.4.0-
|
3
|
+
"version": "12.4.0-rc.0",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -17,7 +17,7 @@
|
|
17
17
|
"postbuild": "cpy package.json dist/"
|
18
18
|
},
|
19
19
|
"peerDependencies": {
|
20
|
-
"@o3r/telemetry": "^12.4.0-
|
20
|
+
"@o3r/telemetry": "^12.4.0-rc.0"
|
21
21
|
},
|
22
22
|
"peerDependenciesMeta": {
|
23
23
|
"@o3r/telemetry": {
|
@@ -41,26 +41,26 @@
|
|
41
41
|
"@nx/eslint-plugin": "~20.8.0",
|
42
42
|
"@nx/jest": "~20.8.0",
|
43
43
|
"@nx/js": "~20.8.0",
|
44
|
-
"@o3r/build-helpers": "^12.4.0-
|
45
|
-
"@o3r/eslint-config": "^12.4.0-
|
46
|
-
"@o3r/eslint-plugin": "^12.4.0-
|
47
|
-
"@o3r/schematics": "^12.4.0-
|
48
|
-
"@o3r/test-helpers": "^12.4.0-
|
44
|
+
"@o3r/build-helpers": "^12.4.0-rc.0",
|
45
|
+
"@o3r/eslint-config": "^12.4.0-rc.0",
|
46
|
+
"@o3r/eslint-plugin": "^12.4.0-rc.0",
|
47
|
+
"@o3r/schematics": "^12.4.0-rc.0",
|
48
|
+
"@o3r/test-helpers": "^12.4.0-rc.0",
|
49
49
|
"@stylistic/eslint-plugin": "~3.1.0",
|
50
50
|
"@types/jest": "~29.5.2",
|
51
51
|
"@types/minimist": "^1.2.2",
|
52
52
|
"@types/node": "^20.0.0",
|
53
53
|
"@types/shell-quote": "^1.7.5",
|
54
|
-
"@typescript-eslint/parser": "~8.
|
54
|
+
"@typescript-eslint/parser": "~8.34.0",
|
55
55
|
"angular-eslint": "~19.4.0",
|
56
56
|
"cpy-cli": "^5.0.0",
|
57
|
-
"eslint": "~9.
|
57
|
+
"eslint": "~9.28.0",
|
58
58
|
"eslint-import-resolver-node": "~0.3.9",
|
59
59
|
"eslint-import-resolver-typescript": "~3.10.0",
|
60
60
|
"eslint-plugin-import": "~2.31.0",
|
61
61
|
"eslint-plugin-import-newlines": "~1.4.0",
|
62
|
-
"eslint-plugin-jest": "~28.
|
63
|
-
"eslint-plugin-jsdoc": "~50.
|
62
|
+
"eslint-plugin-jest": "~28.13.0",
|
63
|
+
"eslint-plugin-jsdoc": "~50.7.0",
|
64
64
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
65
65
|
"eslint-plugin-unicorn": "~56.0.0",
|
66
66
|
"eslint-plugin-unused-imports": "~4.1.4",
|
@@ -76,7 +76,7 @@
|
|
76
76
|
"ts-jest": "~29.3.0",
|
77
77
|
"type-fest": "^4.30.1",
|
78
78
|
"typescript": "~5.8.2",
|
79
|
-
"typescript-eslint": "~8.
|
79
|
+
"typescript-eslint": "~8.34.0"
|
80
80
|
},
|
81
81
|
"engines": {
|
82
82
|
"node": "^20.11.1 || >=22.0.0",
|