File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 44
44
"@semantic-release/changelog" : " ^5.0.1" ,
45
45
"@semantic-release/exec" : " ^5.0.0" ,
46
46
"@semantic-release/git" : " ^9.0.0" ,
47
- "@types/node" : " ^18.14.0 " ,
47
+ "@types/node" : " ^20.19.3 " ,
48
48
"@typescript-eslint/eslint-plugin" : " ^6.15.0" ,
49
49
"@typescript-eslint/parser" : " ^6.15.0" ,
50
50
"eslint" : " ^8.56.0" ,
Original file line number Diff line number Diff line change 177
177
});
178
178
179
179
function isContent(c ? : iPage <T , C >): boolean {
180
- const hasContent = !! c ?.edges .length ;
180
+ const hasContent = !! c ?.edges ? .length ;
181
181
182
182
emit (" hasContent" , hasContent );
183
183
Original file line number Diff line number Diff line change 3766
3766
dependencies:
3767
3767
undici-types "~6.20.0"
3768
3768
3769
- "@types/node@^18.14.0 ":
3770
- version "18 .19.84 "
3771
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18 .19.84 .tgz#29a1c36a9241a76351397993635f5b5fdbc2504c "
3772
- integrity sha512-ACYy2HGcZPHxEeWTqowTF7dhXN+JU1o7Gr4b41klnn6pj2LD6rsiGqSZojMdk1Jh2ys3m76ap+ae1vvE4+5+vg ==
3769
+ "@types/node@^20.19.3 ":
3770
+ version "20 .19.7 "
3771
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20 .19.7 .tgz#1d3656e25ec91731c1cce21889e4754ebc988b4e "
3772
+ integrity sha512-1GM9z6BJOv86qkPvzh2i6VW5+VVrXxCLknfmTkWEqz+6DqosiY28XUWCTmBcJ0ACzKqx/iwdIREfo1fwExIlkA ==
3773
3773
dependencies:
3774
- undici-types "~5.26.4 "
3774
+ undici-types "~6.21.0 "
3775
3775
3776
3776
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.3":
3777
3777
version "2.4.4"
@@ -16602,16 +16602,16 @@ unctx@^2.4.1:
16602
16602
magic-string "^0.30.17"
16603
16603
unplugin "^2.1.0"
16604
16604
16605
- undici-types@~5.26.4:
16606
- version "5.26.5"
16607
- resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
16608
- integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
16609
-
16610
16605
undici-types@~6.20.0:
16611
16606
version "6.20.0"
16612
16607
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
16613
16608
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
16614
16609
16610
+ undici-types@~6.21.0:
16611
+ version "6.21.0"
16612
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
16613
+ integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
16614
+
16615
16615
undici@^6.19.5:
16616
16616
version "6.21.2"
16617
16617
resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.2.tgz#49c5884e8f9039c65a89ee9018ef3c8e2f1f4928"
You can’t perform that action at this time.
0 commit comments