Skip to content

Commit

Permalink
Update angular monorepo to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 24, 2023
1 parent bc1b50e commit 7de3be6
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 128 deletions.
4 changes: 2 additions & 2 deletions libs/jk-comps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@jk/components",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^13.0.0",
"@angular/core": "^13.0.0"
"@angular/common": "^13.0.0 || ^16.0.0",
"@angular/core": "^13.0.0 || ^16.0.0"
},
"dependencies": {
"tslib": "2.5.0"
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "13.4.0",
"@angular/common": "13.4.0",
"@angular/compiler": "13.4.0",
"@angular/core": "13.4.0",
"@angular/forms": "13.4.0",
"@angular/platform-browser": "13.4.0",
"@angular/platform-browser-dynamic": "13.4.0",
"@angular/router": "13.4.0",
"@angular/animations": "16.0.3",
"@angular/common": "16.0.3",
"@angular/compiler": "16.0.3",
"@angular/core": "16.0.3",
"@angular/forms": "16.0.3",
"@angular/platform-browser": "16.0.3",
"@angular/platform-browser-dynamic": "16.0.3",
"@angular/router": "16.0.3",
"@capacitor/app": "1.1.1",
"@capacitor/core": "3.9.0",
"@capacitor/haptics": "1.1.4",
Expand Down Expand Up @@ -60,8 +60,8 @@
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "13.3.11",
"@angular/compiler-cli": "13.4.0",
"@angular/language-service": "13.4.0",
"@angular/compiler-cli": "16.0.3",
"@angular/language-service": "16.0.3",
"@capacitor/cli": "3.9.0",
"@ionic/angular-toolkit": "6.1.0",
"@nestjs/schematics": "8.0.11",
Expand Down
Loading

0 comments on commit 7de3be6

Please sign in to comment.