Skip to content

Commit

Permalink
📐edited tests, upgrade versions for angular
Browse files Browse the repository at this point in the history
  • Loading branch information
Divergent-Caesar committed Jun 2, 2024
1 parent 800d9f7 commit 567a5e3
Show file tree
Hide file tree
Showing 2 changed files with 9,820 additions and 9,490 deletions.
32 changes: 16 additions & 16 deletions Frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.0",
"@angular/cdk": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.10",
"@angular/material": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/platform-server": "^17.3.0",
"@angular/router": "^17.3.0",
"@angular/service-worker": "^17.3.0",
"@angular/ssr": "^17.3.0",
"@angular/animations": "^18.0.1",
"@angular/cdk": "^18.0.1",
"@angular/common": "^18.0.1",
"@angular/compiler": "^18.0.1",
"@angular/core": "^18.0.1",
"@angular/forms": "^18.0.1",
"@angular/material": "^18.0.1",
"@angular/platform-browser": "^18.0.1",
"@angular/platform-browser-dynamic": "^18.0.1",
"@angular/platform-server": "^18.0.1",
"@angular/router": "^18.0.1",
"@angular/service-worker": "^18.0.1",
"@angular/ssr": "^18.0.2",
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.19",
"express": "^4.18.2",
Expand All @@ -35,9 +35,9 @@
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.0",
"@angular/cli": "^17.3.0",
"@angular/compiler-cli": "^17.3.0",
"@angular-devkit/build-angular": "^18.0.2",
"@angular/cli": "^18.0.2",
"@angular/compiler-cli": "^18.0.1",
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
Expand Down
Loading

0 comments on commit 567a5e3

Please sign in to comment.