Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent ba22ef1 commit 556be1a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.5",
"@angular/common": "^16.0.5",
"@angular/compiler": "^16.0.5",
"@angular/core": "^16.0.5",
"@angular/platform-browser": "^16.0.5",
"@angular/platform-browser-dynamic": "^16.0.5",
"@angular/animations": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@eisberg-labs/ngx-barcode-scanner": "../dist/ngx-barcode-scanner",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand All @@ -23,7 +23,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.5",
"@angular/cli": "^16.0.5",
"@angular/compiler-cli": "^16.0.5",
"@angular/compiler-cli": "^18.0.0",
"@types/node": "18.16.0",
"typescript": "~4.9.0"
}
Expand Down
4 changes: 2 additions & 2 deletions ngx-barcode-scanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "6.0.2",
"private": false,
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0"
"@angular/common": "^16.0.0 || ^18.0.0",
"@angular/core": "^16.0.0 || ^18.0.0"
},
"dependencies": {
"@ericblade/quagga2": "^1.8.1",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.5",
"@angular/common": "^16.0.5",
"@angular/compiler": "^16.0.5",
"@angular/core": "^16.0.5",
"@angular/platform-browser": "^16.0.5",
"@angular/platform-browser-dynamic": "^16.0.5",
"@angular/animations": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@ericblade/quagga2": "=1.8.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand All @@ -39,7 +39,7 @@
"@angular-eslint/schematics": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "~16.0.5",
"@angular/compiler-cli": "^16.0.5",
"@angular/compiler-cli": "^18.0.0",
"@types/jasmine": "~4.3.1",
"@types/node": "^18.16.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
Expand Down

0 comments on commit 556be1a

Please sign in to comment.