Skip to content

Commit

Permalink
chore(deps): update angular monorepo to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent c4ccf5f commit 34ac849
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
},
"private": true,
"devDependencies": {
"@angular/animations": "^17.2.0",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
"@angular/core": "^17.2.0",
"@angular/forms": "^17.2.0",
"@angular/platform-browser": "^17.2.0",
"@angular/platform-browser-dynamic": "^17.2.0",
"@angular/router": "^17.2.0",
"@angular/animations": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"@angular-devkit/build-angular": "^17.3.8",
"@angular-eslint/builder": "17.5.3",
"@angular-eslint/eslint-plugin": "17.5.3",
"@angular-eslint/eslint-plugin-template": "17.5.3",
"@angular-eslint/schematics": "17.5.3",
"@angular-eslint/template-parser": "17.5.3",
"@angular/cli": "^17.2.2",
"@angular/compiler-cli": "^17.2.0",
"@angular/compiler-cli": "^18.0.0",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"eslint": "^8.57.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/angular/projects/angular-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"prepack": "shx cp ./../../../../LICENSE ./LICENSE"
},
"peerDependencies": {
"@angular/common": "^16.2.12 || ^17.3.0",
"@angular/core": "^16.2.12 || ^17.3.0",
"@angular/common": "^16.2.12 || ^17.3.0 || ^18.0.0",
"@angular/core": "^16.2.12 || ^17.3.0 || ^18.0.0",
"@openfeature/web-sdk": "^1.2.3"
},
"dependencies": {
Expand All @@ -18,8 +18,8 @@
"devDependencies": {
"@openfeature/core": "*",
"@openfeature/web-sdk": "*",
"@angular/common": "^17.3.0",
"@angular/core": "^17.3.0"
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0"
},
"sideEffects": false,
"keywords": [
Expand Down

0 comments on commit 34ac849

Please sign in to comment.