@ama-terasu/cli 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.
Files changed (1) hide show
  1. package/package.json +26 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-terasu/cli",
3
- "version": "12.0.0-rc.8",
3
+ "version": "12.0.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -22,20 +22,20 @@
22
22
  "ama": "src/cli/ama.js"
23
23
  },
24
24
  "devDependencies": {
25
- "@angular-devkit/architect": "~0.1900.0",
26
- "@angular-devkit/core": "~19.0.0",
27
- "@angular-devkit/schematics": "~19.0.0",
25
+ "@angular-devkit/architect": "~0.1901.0",
26
+ "@angular-devkit/core": "~19.1.0",
27
+ "@angular-devkit/schematics": "~19.1.0",
28
28
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
29
29
  "@nx/eslint-plugin": "~20.2.0",
30
30
  "@nx/jest": "~20.2.0",
31
- "@o3r/amaterasu-api-spec": "^12.0.0-rc.8",
32
- "@o3r/amaterasu-dodo": "^12.0.0-rc.8",
33
- "@o3r/amaterasu-otter": "^12.0.0-rc.8",
34
- "@o3r/amaterasu-sdk": "^12.0.0-rc.8",
35
- "@o3r/build-helpers": "^12.0.0-rc.8",
36
- "@o3r/eslint-plugin": "^12.0.0-rc.8",
37
- "@o3r/telemetry": "^12.0.0-rc.8",
38
- "@schematics/angular": "~19.0.0",
31
+ "@o3r/amaterasu-api-spec": "^12.0.0",
32
+ "@o3r/amaterasu-dodo": "^12.0.0",
33
+ "@o3r/amaterasu-otter": "^12.0.0",
34
+ "@o3r/amaterasu-sdk": "^12.0.0",
35
+ "@o3r/build-helpers": "^12.0.0",
36
+ "@o3r/eslint-plugin": "^12.0.0",
37
+ "@o3r/telemetry": "^12.0.0",
38
+ "@schematics/angular": "~19.1.0",
39
39
  "@stylistic/eslint-plugin": "~3.0.0",
40
40
  "@types/jest": "~29.5.2",
41
41
  "@types/minimist": "^1.2.2",
@@ -43,16 +43,16 @@
43
43
  "@types/progress": "^2.0.5",
44
44
  "@types/prompts": "^2.0.14",
45
45
  "@types/yargs": "^17.0.20",
46
- "@typescript-eslint/parser": "~8.21.0",
46
+ "@typescript-eslint/parser": "~8.23.0",
47
47
  "angular-eslint": "~19.0.0",
48
48
  "cpy-cli": "^5.0.0",
49
- "eslint": "~9.17.0",
49
+ "eslint": "~9.19.0",
50
50
  "eslint-import-resolver-node": "^0.3.9",
51
51
  "eslint-import-resolver-typescript": "^3.6.3",
52
52
  "eslint-plugin-import": "^2.31.0",
53
53
  "eslint-plugin-import-newlines": "^1.4.0",
54
- "eslint-plugin-jest": "~28.8.0",
55
- "eslint-plugin-jsdoc": "~50.2.0",
54
+ "eslint-plugin-jest": "~28.11.0",
55
+ "eslint-plugin-jsdoc": "~50.6.0",
56
56
  "eslint-plugin-prefer-arrow": "~1.2.3",
57
57
  "eslint-plugin-unicorn": "^56.0.0",
58
58
  "eslint-plugin-unused-imports": "^4.1.4",
@@ -69,18 +69,18 @@
69
69
  "ts-loader": "^9.2.6",
70
70
  "tslib": "^2.6.2",
71
71
  "type-fest": "^4.30.1",
72
- "typescript": "~5.6.2",
73
- "typescript-eslint": "~8.21.0",
72
+ "typescript": "~5.7.3",
73
+ "typescript-eslint": "~8.23.0",
74
74
  "webpack": "~5.97.0",
75
75
  "webpack-cli": "~6.0.0"
76
76
  },
77
77
  "dependencies": {
78
- "@ama-terasu/core": "^12.0.0-rc.8",
79
- "@o3r/schematics": "^12.0.0-rc.8",
78
+ "@ama-terasu/core": "^12.0.0",
79
+ "@o3r/schematics": "^12.0.0",
80
80
  "chalk": "^4.1.2",
81
81
  "loglevel": "^1.8.0",
82
82
  "minimist": "^1.2.6",
83
- "ora": "~8.1.0",
83
+ "ora": "~8.2.0",
84
84
  "progress": "^2.0.3",
85
85
  "prompts": "^2.4.2",
86
86
  "tslib": "^2.6.2",
@@ -88,11 +88,11 @@
88
88
  "yargs": "^17.6.2"
89
89
  },
90
90
  "peerDependencies": {
91
- "@o3r/amaterasu-api-spec": "^12.0.0-rc.8",
92
- "@o3r/amaterasu-dodo": "^12.0.0-rc.8",
93
- "@o3r/amaterasu-otter": "^12.0.0-rc.8",
94
- "@o3r/amaterasu-sdk": "^12.0.0-rc.8",
95
- "@o3r/telemetry": "^12.0.0-rc.8"
91
+ "@o3r/amaterasu-api-spec": "^12.0.0",
92
+ "@o3r/amaterasu-dodo": "^12.0.0",
93
+ "@o3r/amaterasu-otter": "^12.0.0",
94
+ "@o3r/amaterasu-sdk": "^12.0.0",
95
+ "@o3r/telemetry": "^12.0.0"
96
96
  },
97
97
  "peerDependenciesMeta": {
98
98
  "@o3r/amaterasu-api-spec": {