Skip to content

Commit

Permalink
Revert "Use exact version of Angular"
Browse files Browse the repository at this point in the history
This reverts commit 2b5d968.
  • Loading branch information
Polina Gurina committed Sep 25, 2024
1 parent 2b5d968 commit 73b323f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.3",
"@angular/animations": "^18.2.3",
"@angular/cdk": "18.2.3",
"@angular/common": "18.2.3",
"@angular/compiler": "18.2.3",
"@angular/core": "18.2.3",
"@angular/forms": "18.2.3",
"@angular/common": "^18.2.3",
"@angular/compiler": "^18.2.3",
"@angular/core": "^18.2.3",
"@angular/forms": "^18.2.3",
"@angular/material": "18.2.3",
"@angular/platform-browser": "18.2.3",
"@angular/platform-browser-dynamic": "18.2.3",
"@angular/router": "18.2.3",
"@angular/platform-browser": "^18.2.3",
"@angular/platform-browser-dynamic": "^18.2.3",
"@angular/router": "^18.2.3",
"@ngneat/transloco": "^4.2.6",
"browser-image-compression": "^2.0.2",
"chart.js": "^4.4.4",
Expand All @@ -35,9 +35,9 @@
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.3",
"@angular/cli": "18.2.3",
"@angular/compiler-cli": "18.2.3",
"@angular-devkit/build-angular": "^18.2.3",
"@angular/cli": "~18.2.3",
"@angular/compiler-cli": "^18.2.3",
"@types/chart.js": "^2.9.41",
"@types/file-saver": "^2.0.7",
"@types/jasmine": "~5.1.4",
Expand Down

0 comments on commit 73b323f

Please sign in to comment.