Skip to content

Commit

Permalink
chore: clean codes
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Feb 19, 2025
1 parent 73950e6 commit 956044c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions dgs-subscription-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^19.1.5",
"@angular/animations": "^19.1.6",
"@angular/cdk": "^19.1.3",
"@angular/common": "^19.1.5",
"@angular/compiler": "^19.1.5",
"@angular/core": "^19.1.5",
"@angular/forms": "^19.1.5",
"@angular/material": "^19.1.3",
"@angular/platform-browser": "^19.1.5",
"@angular/platform-browser-dynamic": "^19.1.5",
"@angular/router": "^19.1.5",
"@apollo/client": "^3.12.11",
"apollo-angular": "^8.0.0",
"@angular/common": "^19.1.6",
"@angular/compiler": "^19.1.6",
"@angular/core": "^19.1.6",
"@angular/forms": "^19.1.6",
"@angular/material": "^19.1.4",
"@angular/platform-browser": "^19.1.6",
"@angular/platform-browser-dynamic": "^19.1.6",
"@angular/router": "^19.1.6",
"@apollo/client": "^3.13.1",
"apollo-angular": "^10.0.0",
"graphql": "^16.10.0",
"rxjs": "~6.6.0",
"subscriptions-transport-ws": "^0.11.0",
"tslib": "^2.7.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.6",
"@angular/cli": "^19.1.6",
"@angular/compiler-cli": "^19.1.5",
"@angular-devkit/build-angular": "^19.1.7",
"@angular/cli": "^19.1.7",
"@angular/compiler-cli": "^19.1.6",
"@types/jasmine": "~3.8.2",
"@types/node": "^22.10.10",
"@types/ws": "^7.4.7",
Expand Down

0 comments on commit 956044c

Please sign in to comment.