Skip to content

Commit b492a7d

Browse files
committed
Update @types/node to version 20.9.2 in package.json
1 parent 520b789 commit b492a7d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed
-215 KB
Binary file not shown.

samples/Hello World/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@google-labs/breadboard": "^0.5.0"
44
},
55
"devDependencies": {
6-
"@types/node": "^20.9.1",
6+
"@types/node": "^20.9.2",
77
"typescript": "^5.2.2"
88
},
99
"engines": {

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,16 @@ __metadata:
993993
languageName: node
994994
linkType: hard
995995

996+
"hello-breadboard@workspace:samples/Hello World":
997+
version: 0.0.0-use.local
998+
resolution: "hello-breadboard@workspace:samples/Hello World"
999+
dependencies:
1000+
"@google-labs/breadboard": "npm:^0.5.0"
1001+
"@types/node": "npm:^20.9.2"
1002+
typescript: "npm:^5.2.2"
1003+
languageName: unknown
1004+
linkType: soft
1005+
9961006
"hosted-git-info@npm:^2.1.4":
9971007
version: 2.8.9
9981008
resolution: "hosted-git-info@npm:2.8.9"
@@ -2263,4 +2273,4 @@ __metadata:
22632273
resolution: "yallist@npm:4.0.0"
22642274
checksum: 4cb02b42b8a93b5cf50caf5d8e9beb409400a8a4d85e83bb0685c1457e9ac0b7a00819e9f5991ac25ffabb56a78e2f017c1acc010b3a1babfe6de690ba531abd
22652275
languageName: node
2266-
linkType: hard
2276+
linkType: hard

0 commit comments

Comments
 (0)