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
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.14.0
22.15.0
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"express": "~4.21.0",
"globby": "~14.1.0",
"handlebars": "~4.7.8",
"inquirer": "~12.5.0",
"inquirer": "~12.6.0",
"is-ci": "~4.1.0",
"is-online": "~11.0.0",
"istextorbinary": "~9.5.0",
Expand Down Expand Up @@ -166,10 +166,10 @@
"topicSeparator": " "
},
"volta": {
"node": "22.14.0",
"yarn": "4.9.0"
"node": "22.15.0",
"yarn": "4.9.1"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"lint-staged": {
"*": "biome format --write --no-errors-on-unmatched",
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts",
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"unist-util-visit": "^5.0.0"
},
"volta": {
"node": "22.14.0",
"yarn": "4.9.0"
"node": "22.15.0",
"yarn": "4.9.1"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
69 changes: 63 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1703,6 +1703,29 @@ __metadata:
languageName: node
linkType: hard

"@inquirer/prompts@npm:^7.5.0":
version: 7.5.0
resolution: "@inquirer/prompts@npm:7.5.0"
dependencies:
"@inquirer/checkbox": "npm:^4.1.5"
"@inquirer/confirm": "npm:^5.1.9"
"@inquirer/editor": "npm:^4.2.10"
"@inquirer/expand": "npm:^4.0.12"
"@inquirer/input": "npm:^4.1.9"
"@inquirer/number": "npm:^3.0.12"
"@inquirer/password": "npm:^4.0.12"
"@inquirer/rawlist": "npm:^4.1.0"
"@inquirer/search": "npm:^3.0.12"
"@inquirer/select": "npm:^4.2.0"
peerDependencies:
"@types/node": ">=18"
peerDependenciesMeta:
"@types/node":
optional: true
checksum: 10c0/40faf282ec35a2b89258c65f8e55f1e9193a0f8bdfbb724641ce7c7036b4e995a84f685d311807ed18885b8e0231c278a40e90469d829eb165b4993b8edf101b
languageName: node
linkType: hard

"@inquirer/rawlist@npm:^4.0.12":
version: 4.0.12
resolution: "@inquirer/rawlist@npm:4.0.12"
Expand All @@ -1719,6 +1742,22 @@ __metadata:
languageName: node
linkType: hard

"@inquirer/rawlist@npm:^4.1.0":
version: 4.1.0
resolution: "@inquirer/rawlist@npm:4.1.0"
dependencies:
"@inquirer/core": "npm:^10.1.10"
"@inquirer/type": "npm:^3.0.6"
yoctocolors-cjs: "npm:^2.1.2"
peerDependencies:
"@types/node": ">=18"
peerDependenciesMeta:
"@types/node":
optional: true
checksum: 10c0/0e92e8ee7eebd6b6ba7a81d968701f398dd372638f51dd8e3cb1fd3a03520bc0f713e112488d37fdb813f18928f338d82527c575e18a9bebde7ac3273045898c
languageName: node
linkType: hard

"@inquirer/search@npm:^3.0.12":
version: 3.0.12
resolution: "@inquirer/search@npm:3.0.12"
Expand Down Expand Up @@ -1767,6 +1806,24 @@ __metadata:
languageName: node
linkType: hard

"@inquirer/select@npm:^4.2.0":
version: 4.2.0
resolution: "@inquirer/select@npm:4.2.0"
dependencies:
"@inquirer/core": "npm:^10.1.10"
"@inquirer/figures": "npm:^1.0.11"
"@inquirer/type": "npm:^3.0.6"
ansi-escapes: "npm:^4.3.2"
yoctocolors-cjs: "npm:^2.1.2"
peerDependencies:
"@types/node": ">=18"
peerDependenciesMeta:
"@types/node":
optional: true
checksum: 10c0/b3cfab393d54e48012336710b8e9267a0dd5551878a7727800da3d78602398720aab8777d5687b2138261fb731b0079d1c3ec0f4d0fee194bb1c4496c97b340b
languageName: node
linkType: hard

"@inquirer/type@npm:^1.5.3":
version: 1.5.5
resolution: "@inquirer/type@npm:1.5.5"
Expand Down Expand Up @@ -3953,7 +4010,7 @@ __metadata:
express: "npm:~4.21.0"
globby: "npm:~14.1.0"
handlebars: "npm:~4.7.8"
inquirer: "npm:~12.5.0"
inquirer: "npm:~12.6.0"
is-ci: "npm:~4.1.0"
is-online: "npm:~11.0.0"
istextorbinary: "npm:~9.5.0"
Expand Down Expand Up @@ -7561,12 +7618,12 @@ __metadata:
languageName: node
linkType: hard

"inquirer@npm:~12.5.0":
version: 12.5.2
resolution: "inquirer@npm:12.5.2"
"inquirer@npm:~12.6.0":
version: 12.6.0
resolution: "inquirer@npm:12.6.0"
dependencies:
"@inquirer/core": "npm:^10.1.10"
"@inquirer/prompts": "npm:^7.4.1"
"@inquirer/prompts": "npm:^7.5.0"
"@inquirer/type": "npm:^3.0.6"
ansi-escapes: "npm:^4.3.2"
mute-stream: "npm:^2.0.0"
Expand All @@ -7577,7 +7634,7 @@ __metadata:
peerDependenciesMeta:
"@types/node":
optional: true
checksum: 10c0/2ab4c0df551ce38d819742f2f4f93f5e110d080dc7e33c05ed0165a665e7ac1202160d33d87f970e2642b2a80813e8c049aa3ed933cba91a46076f4ac4f5c8f3
checksum: 10c0/560df0fc5dcdf0683b629ecd6e814bba4f5269a61b318c1ad8a4cf9647cfd5e9ff0a8b5fbbba2593e10642805cbf266618831bb046c2b90b12c0f4db1e353fe7
languageName: node
linkType: hard

Expand Down
Loading