Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ The following npm packages may be included in this product:
- @types/markdown-it@14.1.2
- @types/mdast@4.0.4
- @types/mdurl@2.0.0
- @types/node@25.9.3
- @types/node@20.19.43
- @types/prop-types@15.7.15
- @types/react@18.3.28
- @types/unist@3.0.3
Expand Down Expand Up @@ -8317,7 +8317,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

The following npm package may be included in this product:

- undici-types@7.24.6
- undici-types@6.21.0

This package contains the following license:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.202",
"@types/minimist": "^1.2.5",
"@types/node": "^24.0.0",
"@types/node": "^20.0.0",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.6",
"execa": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@types/glob": "^8.1.0",
"@types/lodash": "^4.17.0",
"@types/mime-types": "^2.1.4",
"@types/node": "^25.9.3",
"@types/node": "^20.0.0",
Comment thread
asanehisa marked this conversation as resolved.
"@types/prompts": "^2.4.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
Loading
Loading