mirror of
https://github.com/tomfong/simple-qr.git
synced 2025-06-28 12:09:58 +00:00
chore: upgrade to Angular 16
This commit is contained in:
parent
4e5134bdaf
commit
043d5b3462
2 changed files with 1344 additions and 1719 deletions
3027
package-lock.json
generated
3027
package-lock.json
generated
File diff suppressed because it is too large
Load diff
26
package.json
26
package.json
|
@ -16,17 +16,17 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^15.2.9",
|
||||
"@angular/animations": "^16.1.3",
|
||||
"@angular/cdk": "^15.2.9",
|
||||
"@angular/common": "^15.2.9",
|
||||
"@angular/core": "^15.2.9",
|
||||
"@angular/forms": "^15.2.9",
|
||||
"@angular/localize": "^15.2.9",
|
||||
"@angular/common": "^16.1.3",
|
||||
"@angular/core": "^16.1.3",
|
||||
"@angular/forms": "^16.1.3",
|
||||
"@angular/localize": "^16.1.3",
|
||||
"@angular/material": "^15.2.9",
|
||||
"@angular/material-moment-adapter": "^15.2.9",
|
||||
"@angular/platform-browser": "^15.2.9",
|
||||
"@angular/platform-browser-dynamic": "^15.2.9",
|
||||
"@angular/router": "^15.2.9",
|
||||
"@angular/platform-browser": "^16.1.3",
|
||||
"@angular/platform-browser-dynamic": "^16.1.3",
|
||||
"@angular/router": "^16.1.3",
|
||||
"@awesome-cordova-plugins/aes-256": "^6.3.0",
|
||||
"@awesome-cordova-plugins/chooser": "^6.2.0",
|
||||
"@awesome-cordova-plugins/core": "^6.3.0",
|
||||
|
@ -79,11 +79,11 @@
|
|||
"zone.js": "^0.13.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^15.2.9",
|
||||
"@angular/cli": "^15.2.9",
|
||||
"@angular/compiler": "^15.2.9",
|
||||
"@angular/compiler-cli": "^15.2.9",
|
||||
"@angular/language-service": "^15.2.9",
|
||||
"@angular-devkit/build-angular": "^16.1.3",
|
||||
"@angular/cli": "^16.1.3",
|
||||
"@angular/compiler": "^16.1.3",
|
||||
"@angular/compiler-cli": "^16.1.3",
|
||||
"@angular/language-service": "^16.1.3",
|
||||
"@capacitor/cli": "^5.0.0",
|
||||
"@ionic/angular-toolkit": "^9.0.0",
|
||||
"@ionic/cli": "6.20.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue