Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed May 26, 2024
1 parent 64add10 commit b1ae839
Show file tree
Hide file tree
Showing 4 changed files with 3,539 additions and 5,158 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"eh-tag-editor": {
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"builder": "@angular/build:application",
"configurations": {
"production": {
"extractLicenses": true,
Expand Down Expand Up @@ -55,7 +55,7 @@
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"configurations": {
"production": {
"buildTarget": "eh-tag-editor:build:production"
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,21 @@
"tslib": "~2.6.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.7",
"@angular/animations": "^17.3.9",
"@angular/animations": "^18.0.0",
"@angular/build": "^18.0.1",
"@angular/cdk": "^16.2.14",
"@angular/cli": "^17.3.7",
"@angular/common": "^17.3.9",
"@angular/compiler": "^17.3.9",
"@angular/compiler-cli": "^17.3.9",
"@angular/core": "^17.3.9",
"@angular/forms": "^17.3.9",
"@angular/language-service": "^17.3.9",
"@angular/cli": "^18.0.1",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/language-service": "^18.0.0",
"@angular/material": "^16.2.14",
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@angular/router": "^17.3.9",
"@angular/service-worker": "^17.3.9",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"@angular/service-worker": "^18.0.0",
"@commander-js/extra-typings": "^12.1.0",
"@nestjs/cli": "~10.3.2",
"@nestjs/schematics": "~10.1.1",
Expand Down
Loading

0 comments on commit b1ae839

Please sign in to comment.