Skip to content

Commit 84927f7

Browse files
authored
Chore update angular (#3977)
* chore: update angular * chore: update angular
1 parent 50fc11a commit 84927f7

File tree

33 files changed

+8484
-11664
lines changed

33 files changed

+8484
-11664
lines changed

output/angular/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
2+
"$schema": "../../node_modules/@angular/cli/lib/config/schema.json",
33
"version": 1,
44
"newProjectRoot": "projects",
55
"projects": {

output/angular/ng-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "node_modules/ng-packagr/ng-package.schema.json",
2+
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
33
"dest": "../../build-outputs/angular",
44
"lib": {
55
"entryFile": "src/index.ts"

output/angular/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
"start": "ng serve"
1717
},
1818
"devDependencies": {
19-
"@angular-devkit/build-angular": "17.3.15",
20-
"@angular/common": "17.3.12",
21-
"ng-packagr": "17.3.0",
2219
"typescript": "^5.4.5"
2320
},
2421
"publishConfig": {

0 commit comments

Comments
 (0)