Skip to content

Commit

Permalink
chore: update to Angular 16
Browse files Browse the repository at this point in the history
  • Loading branch information
toedter committed May 5, 2023
1 parent 40bb53b commit 685fd3a
Show file tree
Hide file tree
Showing 3 changed files with 1,214 additions and 944 deletions.
40 changes: 2 additions & 38 deletions lab7/complete/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,42 +19,6 @@
"type": "git",
"url": "git+https://github.com/toedter/webapp-tutorial.git"
},
"dependencies": {
"@angular/animations": "^15.2.8",
"@angular/common": "^15.2.8",
"@angular/compiler": "^15.2.8",
"@angular/core": "^15.2.8",
"@angular/forms": "^15.2.8",
"@angular/platform-browser": "^15.2.8",
"@angular/platform-browser-dynamic": "^15.2.8",
"@angular/router": "^15.2.8",
"bootstrap": "^5.2.3",
"core-js": "^3.30.1",
"rxjs": "~7.8.0",
"tslib": "^2.5.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.6",
"@angular/cli": "^15.2.6",
"@angular/compiler-cli": "^15.2.8",
"@angular/language-service": "^15.2.8",
"@types/jasmine": "~4.3.1",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^18.15.13",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"link-parent-bin": "^2.0.0",
"protractor": "^7.0.0",
"ts-node": "~10.9.1",
"tslint": "~6.1.3",
"typescript": "~4.9.5"
}
"dependencies": {},
"devDependencies": {}
}

0 comments on commit 685fd3a

Please sign in to comment.