Skip to content

Commit 0418ea5

Browse files
authored
Merge pull request #3 from ExaDev-io/yarn-lock-fix
Yarn lock fix
2 parents b4f0451 + b492a7d commit 0418ea5

6 files changed

+15
-2
lines changed
3.39 MB
Binary file not shown.
3.76 MB
Binary file not shown.
-215 KB
Binary file not shown.

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ supportedArchitectures:
88
cpu:
99
- x64
1010
- arm64
11+
os:
12+
- darwin
13+
- linux
1114

1215
yarnPath: .yarn/releases/yarn-4.0.2.cjs

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)