@o3r/create 12.4.0-prerelease.7 → 12.4.0-prerelease.9

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
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.io/cli/new#options).
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-prerelease.7",
3
+ "version": "12.4.0-prerelease.9",
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-prerelease.7"
20
+ "@o3r/telemetry": "^12.4.0-prerelease.9"
21
21
  },
22
22
  "peerDependenciesMeta": {
23
23
  "@o3r/telemetry": {
@@ -41,11 +41,11 @@
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-prerelease.7",
45
- "@o3r/eslint-config": "^12.4.0-prerelease.7",
46
- "@o3r/eslint-plugin": "^12.4.0-prerelease.7",
47
- "@o3r/schematics": "^12.4.0-prerelease.7",
48
- "@o3r/test-helpers": "^12.4.0-prerelease.7",
44
+ "@o3r/build-helpers": "^12.4.0-prerelease.9",
45
+ "@o3r/eslint-config": "^12.4.0-prerelease.9",
46
+ "@o3r/eslint-plugin": "^12.4.0-prerelease.9",
47
+ "@o3r/schematics": "^12.4.0-prerelease.9",
48
+ "@o3r/test-helpers": "^12.4.0-prerelease.9",
49
49
  "@stylistic/eslint-plugin": "~3.1.0",
50
50
  "@types/jest": "~29.5.2",
51
51
  "@types/minimist": "^1.2.2",