1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Update ng-flutter dependencies for Angular 16.0.1 (#1815)

Tested by building and running full app locally.
This commit is contained in:
Parker Lougheed
2023-05-12 18:51:05 -05:00
committed by GitHub
parent 1d6e5a0ece
commit d032b90fd8
3 changed files with 708 additions and 625 deletions

View File

@@ -42,9 +42,9 @@ a moderately recent version of Angular:
```console
$ ng version
Angular CLI: 15.2.4
Node: 18.13.0
Package Manager: npm 9.4.2
Angular CLI: 16.0.1
Node: 18.16.0
Package Manager: npm 9.5.1
OS: linux x64
```

File diff suppressed because it is too large Load Diff

View File

@@ -11,25 +11,25 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.0",
"@angular/cdk": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/animations": "^16.0.1",
"@angular/cdk": "^16.0.1",
"@angular/common": "^16.0.1",
"@angular/compiler": "^16.0.1",
"@angular/core": "^16.0.1",
"@angular/forms": "^16.0.1",
"@angular/material": "^16.0.0",
"@angular/material": "^16.0.1",
"@angular/platform-browser": "^16.0.1",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.1",
"@angular/router": "^16.0.1",
"rxjs": "~7.8.1",
"tslib": "^2.3.0",
"tslib": "^2.5.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0",
"@angular-devkit/build-angular": "^16.0.1",
"@angular/cli": "~16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@types/jasmine": "~4.3.0",
"@angular/compiler-cli": "^16.0.1",
"@types/jasmine": "~4.3.1",
"jasmine-core": "~4.6.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",