@ws-test-realm/devkit 0.6.3-ng18 → 0.8.0-ng20
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ws-test-realm/devkit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0-ng20",
|
|
4
4
|
"description": "Build-time toolchain BOM + shared dev configs for ws-admin module workspaces. Declares the Angular CLI, builders, ng-packagr, TypeScript and the native-federation plugin as direct dependencies so they install at the consumer's node_modules top-level (hoisted) without relying on npm's auto-install-peers behavior. Ships a canonical prettier.config.js, tsconfig.base.json, and ws-pre-commit hook bin. Pairs with @ws-test-realm/shared (runtime BOM).",
|
|
5
5
|
"license": "Artistic-2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"npm": ">=10.0.0"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@angular-architects/native-federation": "^
|
|
23
|
-
"@angular-devkit/build-angular": "
|
|
24
|
-
"@angular/build": "
|
|
25
|
-
"@angular/cli": "
|
|
26
|
-
"@angular/compiler-cli": "
|
|
22
|
+
"@angular-architects/native-federation": "^20.0.0",
|
|
23
|
+
"@angular-devkit/build-angular": "20.3.26",
|
|
24
|
+
"@angular/build": "20.3.26",
|
|
25
|
+
"@angular/cli": "20.3.26",
|
|
26
|
+
"@angular/compiler-cli": "20.3.21",
|
|
27
27
|
"husky": "^9.0.0",
|
|
28
|
-
"ng-packagr": "^
|
|
28
|
+
"ng-packagr": "^20.3.0",
|
|
29
29
|
"prettier": "^3.0.0",
|
|
30
30
|
"pretty-quick": "^4.0.0",
|
|
31
|
-
"typescript": "~5.
|
|
31
|
+
"typescript": "~5.8.0"
|
|
32
32
|
}
|
|
33
33
|
}
|