Skip to content

Commit 0e9b380

Browse files
author
Corentin Mors
authored
Missing node types for documentation build (#298)
1 parent 0791635 commit 0e9b380

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

documentation/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"sharp": "^0.33.5"
1212
},
1313
"devDependencies": {
14-
"@types/react": "18.3.12"
14+
"@types/node": "^22.9.0",
15+
"@types/react": "18.3.12",
16+
"typescript": "^5.6.3"
1517
}
1618
}

documentation/yarn.lock

+38
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,15 @@ __metadata:
7575
version: 0.0.0-use.local
7676
resolution: "@dashlane/cli-documentation@workspace:."
7777
dependencies:
78+
"@types/node": "npm:^22.9.0"
7879
"@types/react": "npm:18.3.12"
7980
next: "npm:^15.0.3"
8081
nextra: "npm:^3.2.3"
8182
nextra-theme-docs: "npm:^3.2.3"
8283
react: "npm:^18.3.1"
8384
react-dom: "npm:^18.3.1"
8485
sharp: "npm:^0.33.5"
86+
typescript: "npm:^5.6.3"
8587
languageName: unknown
8688
linkType: soft
8789

@@ -1185,6 +1187,15 @@ __metadata:
11851187
languageName: node
11861188
linkType: hard
11871189

1190+
"@types/node@npm:^22.9.0":
1191+
version: 22.9.1
1192+
resolution: "@types/node@npm:22.9.1"
1193+
dependencies:
1194+
undici-types: "npm:~6.19.8"
1195+
checksum: 10/43fadcb3a914a1daff8e559839f235eec65fe80bfef5016b361dbc7952c9bc9d79456c78d89beab275a9e9e5accff37e838c019ab519f821f12c953cd6c24b50
1196+
languageName: node
1197+
linkType: hard
1198+
11881199
"@types/prop-types@npm:*":
11891200
version: 15.7.13
11901201
resolution: "@types/prop-types@npm:15.7.13"
@@ -4675,13 +4686,40 @@ __metadata:
46754686
languageName: node
46764687
linkType: hard
46774688

4689+
"typescript@npm:^5.6.3":
4690+
version: 5.6.3
4691+
resolution: "typescript@npm:5.6.3"
4692+
bin:
4693+
tsc: bin/tsc
4694+
tsserver: bin/tsserver
4695+
checksum: 10/c328e418e124b500908781d9f7b9b93cf08b66bf5936d94332b463822eea2f4e62973bfb3b8a745fdc038785cb66cf59d1092bac3ec2ac6a3e5854687f7833f1
4696+
languageName: node
4697+
linkType: hard
4698+
4699+
"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
4700+
version: 5.6.3
4701+
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
4702+
bin:
4703+
tsc: bin/tsc
4704+
tsserver: bin/tsserver
4705+
checksum: 10/00504c01ee42d470c23495426af07512e25e6546bce7e24572e72a9ca2e6b2e9bea63de4286c3cfea644874da1467dcfca23f4f98f7caf20f8b03c0213bb6837
4706+
languageName: node
4707+
linkType: hard
4708+
46784709
"ufo@npm:^1.5.4":
46794710
version: 1.5.4
46804711
resolution: "ufo@npm:1.5.4"
46814712
checksum: 10/a885ed421e656aea6ca64e9727b8118a9488715460b6f1a0f0427118adfe2f2830fe7c1d5bd9c5c754a332e6807516551cd663ea67ce9ed6a4e3edc739916335
46824713
languageName: node
46834714
linkType: hard
46844715

4716+
"undici-types@npm:~6.19.8":
4717+
version: 6.19.8
4718+
resolution: "undici-types@npm:6.19.8"
4719+
checksum: 10/cf0b48ed4fc99baf56584afa91aaffa5010c268b8842f62e02f752df209e3dea138b372a60a963b3b2576ed932f32329ce7ddb9cb5f27a6c83040d8cd74b7a70
4720+
languageName: node
4721+
linkType: hard
4722+
46854723
"unified@npm:^11.0.0, unified@npm:^11.0.4, unified@npm:^11.0.5":
46864724
version: 11.0.5
46874725
resolution: "unified@npm:11.0.5"

0 commit comments

Comments
 (0)