Skip to content

Commit 05ca583

Browse files
chore(deps): update angular monorepo to v17
1 parent 01b44e8 commit 05ca583

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

packages/mongoose-acl-adapters/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"author": "Junmin Ahn",
1313
"license": "MIT",
1414
"devDependencies": {
15-
"@angular/common": "^14.2.2",
16-
"@angular/core": "^14.2.2",
15+
"@angular/common": "^17.0.0",
16+
"@angular/core": "^17.0.0",
1717
"rxjs": "^7.5.6",
1818
"typescript": "^4.8.3"
1919
},
2020
"peerDependencies": {
21-
"@angular/common": "^13.1.1",
22-
"@angular/core": "^13.1.1",
21+
"@angular/common": "^13.1.1 || ^17.0.0",
22+
"@angular/core": "^13.1.1 || ^17.0.0",
2323
"rxjs": "^7.5.1"
2424
}
2525
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
88
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
99

10-
"@angular/common@^14.2.2":
11-
version "14.3.0"
12-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-14.3.0.tgz#dcf675e1db3016cdb605a05be6182a8cea71e139"
13-
integrity sha512-pV9oyG3JhGWeQ+TFB0Qub6a1VZWMNZ6/7zEopvYivdqa5yDLLDSBRWb6P80RuONXyGnM1pa7l5nYopX+r/23GQ==
10+
"@angular/common@^17.0.0":
11+
version "17.0.9"
12+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-17.0.9.tgz#f8b591b3db8ff8eb188f38110d7d7f3c27853f90"
13+
integrity sha512-xNS7DDfvFqfLr6xeZNJ+jORuGXP6hhv2HsYD3jb6ZQ8+QuMg+3MDij4a0L5npn72gH/Zz4JRKZ3Bt4Cq6cUqUA==
1414
dependencies:
1515
tslib "^2.3.0"
1616

17-
"@angular/core@^14.2.2":
18-
version "14.3.0"
19-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-14.3.0.tgz#7f44c59b6e866fa4cee7221495040c1ead433895"
20-
integrity sha512-wYiwItc0Uyn4FWZ/OAx/Ubp2/WrD3EgUJ476y1XI7yATGPF8n9Ld5iCXT08HOvc4eBcYlDfh90kTXR6/MfhzdQ==
17+
"@angular/core@^17.0.0":
18+
version "17.0.9"
19+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-17.0.9.tgz#407f8ee879af777f092f64886fc7b82ccf6e8b80"
20+
integrity sha512-LtDWzyx19XNmAjXju9xjw//rDZPUFu2bllHqzS6NVO1bE4PwJHIs0zfvygh0j46ubKp1gUICNk3jvYK9FMVinA==
2121
dependencies:
2222
tslib "^2.3.0"
2323

0 commit comments

Comments
 (0)