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 May 22, 2024
1 parent b1caff6 commit 2b8631c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions packages/mongoose-acl-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"author": "Junmin Ahn",
"license": "MIT",
"devDependencies": {
"@angular/common": "^14.2.2",
"@angular/core": "^14.2.2",
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"rxjs": "^7.5.6",
"typescript": "^4.8.3"
},
"peerDependencies": {
"@angular/common": "^13.1.1",
"@angular/core": "^13.1.1",
"@angular/common": "^13.1.1 || ^18.0.0",
"@angular/core": "^13.1.1 || ^18.0.0",
"rxjs": "^7.5.1"
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==

"@angular/common@^14.2.2":
version "14.3.0"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-14.3.0.tgz#dcf675e1db3016cdb605a05be6182a8cea71e139"
integrity sha512-pV9oyG3JhGWeQ+TFB0Qub6a1VZWMNZ6/7zEopvYivdqa5yDLLDSBRWb6P80RuONXyGnM1pa7l5nYopX+r/23GQ==
"@angular/common@^18.0.0":
version "18.0.0"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-18.0.0.tgz#7c9cf7bcc12b69c3350be788e628d281d4ddbca2"
integrity sha512-s43ZcOhXTUlkdOPMiMtr4Pz1qKIS8nClXhaahY0JBQZYGsOSn7NR42SoEeB8/ixktfY60s3SLhizXTKMAYtOTA==
dependencies:
tslib "^2.3.0"

"@angular/core@^14.2.2":
version "14.3.0"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-14.3.0.tgz#7f44c59b6e866fa4cee7221495040c1ead433895"
integrity sha512-wYiwItc0Uyn4FWZ/OAx/Ubp2/WrD3EgUJ476y1XI7yATGPF8n9Ld5iCXT08HOvc4eBcYlDfh90kTXR6/MfhzdQ==
"@angular/core@^18.0.0":
version "18.0.0"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-18.0.0.tgz#30c29763d86128131ae7c767769c09523224d350"
integrity sha512-tpR7HIY4MJuM9ETpG15IvBr1wsI8Cyec3ZxYFe/27FKHARvxDbqIrT9QevmC6lxg1NdfD990G2XphYML1EyJ8g==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit 2b8631c

Please sign in to comment.