Skip to content

Commit

Permalink
Merge "ExaDev-io/develop" into "GoogleChromeLabs/main" (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mearman authored Dec 25, 2023
2 parents e654673 + 8e89ef8 commit ee0616f
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 10,218 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10,174 changes: 0 additions & 10,174 deletions package-lock.json

This file was deleted.

45 changes: 32 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,46 @@
{
"config": {
"WIREIT_FAILURES": "continue",
"WIREIT_LOGGER": "metrics"
},
"dependencies": {
"@exadev/breadboard-kits": "^0.9.0",
"@exadev/breadboard-kits": "^0.9.1",
"@google-labs/breadboard": "^0.6.0"
},
"devDependencies": {
"@types/node": "^20.10.4",
"tsx": "^4.6.2",
"typescript": "^5.3.3"
"@types/node": "^20.10.5",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"wireit": "^0.14.1"
},
"engineStrict": true,
"engines": {
"node": ">=19"
},
"engineStrict": true,
"name": "breadboard-samples",
"packageManager": "[email protected]",
"private": true,
"workspaces": [
"./samples/**/*"
],
"repository": "https://github.com/GoogleChromeLabs/breadboard-samples",
"scripts": {
"start": "yarn workspaces foreach -A run start",
"watch": "yarn workspaces foreach -A run watch",
"build": "yarn workspaces foreach -A run build"
"build": "wireit",
"start": "wireit",
"watch": "wireit"
},
"repository": "https://github.com/GoogleChromeLabs/breadboard-samples",
"packageManager": "[email protected]"
"wireit": {
"build": {
"command": "yarn workspaces foreach -A run build"
},
"start": {
"command": "yarn workspaces foreach -A run start",
"dependencies": [
"./samples/Breadboard Walkthrough:start"
]
},
"watch": {
"command": "yarn workspaces foreach -A run watch"
}
},
"workspaces": [
"./samples/**/*"
]
}
17 changes: 9 additions & 8 deletions samples/Breadboard Walkthrough/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"config": {
"WIREIT_FAILURES": "continue",
"WIREIT_LOGGER": "metrics"
},
"dependencies": {
"@exadev/breadboard-kits": "^0.9.1",
"@google-labs/breadboard": "^0.6.0"
"@google-labs/breadboard": "^0.6.0",
"@google-labs/core-kit": "^0.1.0"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"npm-run-all": "^4.1.5",
"tsx": "^4.6.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"wireit": "^0.14.1"
},
Expand Down Expand Up @@ -53,14 +55,13 @@
"type": "module",
"wireit": {
"disabled": {
"dependencies": [
"adding-slot-to-a-board",
"adding-slot-to-a-board-with-url",
"include-board-as-a-node-with-url"
]
"command": "node -e \"console.log('Disabled tests)\""
},
"start": {
"dependencies": [
"adding-slot-to-a-board",
"adding-slot-to-a-board-with-url",
"include-board-as-a-node-with-url",
"arrow-directions",
"custom-kit-node-values-and-handlers",
"hello-world",
Expand Down
3 changes: 2 additions & 1 deletion samples/Breadboard Walkthrough/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"noEmit": true,
"module": "NodeNext",
"moduleResolution": "NodeNext"
"moduleResolution": "NodeNext",
"target": "ESNext"
}
}
39 changes: 17 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@ __metadata:
linkType: hard

"@ant-design/cssinjs@npm:^1.18.1":
version: 1.18.1
resolution: "@ant-design/cssinjs@npm:1.18.1"
version: 1.18.2
resolution: "@ant-design/cssinjs@npm:1.18.2"
dependencies:
"@babel/runtime": "npm:^7.11.1"
"@emotion/hash": "npm:^0.8.0"
"@emotion/unitless": "npm:^0.7.5"
classnames: "npm:^2.3.1"
csstype: "npm:3.1.2"
csstype: "npm:^3.1.3"
rc-util: "npm:^5.35.0"
stylis: "npm:^4.0.13"
peerDependencies:
react: ">=16.0.0"
react-dom: ">=16.0.0"
checksum: 3fba9e43cb672ca722f774350834e30fd6ac4c648e329a458e8a5564e595d879b2bf8c7a5a14b9156e606bfbb02cd188a137f40d1f28f411d184e9eee767579f
checksum: 2b11d7013ac95f0c5b1877c34beb1f509f620b793967a289f35f9e8f1d5bf398bb7a1c4d2e4e0b2007b68fde691a8ad9526d1b0c7009f1e65c77251524e35f71
languageName: node
linkType: hard

Expand Down Expand Up @@ -2511,7 +2511,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:>=13.7.0, @types/node@npm:^20.10.0, @types/node@npm:^20.10.4, @types/node@npm:^20.9.3":
"@types/node@npm:*, @types/node@npm:>=13.7.0, @types/node@npm:^20.10.0, @types/node@npm:^20.10.4, @types/node@npm:^20.10.5, @types/node@npm:^20.9.3":
version: 20.10.5
resolution: "@types/node@npm:20.10.5"
dependencies:
Expand Down Expand Up @@ -3220,11 +3220,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "breadboard-samples@workspace:."
dependencies:
"@exadev/breadboard-kits": "npm:^0.9.0"
"@exadev/breadboard-kits": "npm:^0.9.1"
"@google-labs/breadboard": "npm:^0.6.0"
"@types/node": "npm:^20.10.4"
tsx: "npm:^4.6.2"
"@types/node": "npm:^20.10.5"
tsx: "npm:^4.7.0"
typescript: "npm:^5.3.3"
wireit: "npm:^0.14.1"
languageName: unknown
linkType: soft

Expand All @@ -3234,9 +3235,10 @@ __metadata:
dependencies:
"@exadev/breadboard-kits": "npm:^0.9.1"
"@google-labs/breadboard": "npm:^0.6.0"
"@types/node": "npm:^20.10.4"
"@google-labs/core-kit": "npm:^0.1.0"
"@types/node": "npm:^20.10.5"
npm-run-all: "npm:^4.1.5"
tsx: "npm:^4.6.2"
tsx: "npm:^4.7.0"
typescript: "npm:^5.3.3"
wireit: "npm:^0.14.1"
languageName: unknown
Expand Down Expand Up @@ -3435,9 +3437,9 @@ __metadata:
linkType: hard

"classnames@npm:2.x, classnames@npm:^2.2.1, classnames@npm:^2.2.3, classnames@npm:^2.2.5, classnames@npm:^2.2.6, classnames@npm:^2.3.1, classnames@npm:^2.3.2":
version: 2.3.2
resolution: "classnames@npm:2.3.2"
checksum: ba3151c12e8b6a84c64b340ab4259ad0408947652009314462d828e94631505989c6a7d7e796bec1d309be9295d3111b498ad18a9d533fe3e6f859e51e574cbb
version: 2.3.3
resolution: "classnames@npm:2.3.3"
checksum: 3b9732dde0acdb9f8a6680eab54b34e567e9049769046aeeca270220fee806e0320e8c32bc2223b1a6f3fef7982ce98055719ff2a3d0183775ccc5646de39451
languageName: node
linkType: hard

Expand Down Expand Up @@ -3687,14 +3689,7 @@ __metadata:
languageName: node
linkType: hard

"csstype@npm:3.1.2":
version: 3.1.2
resolution: "csstype@npm:3.1.2"
checksum: 1f39c541e9acd9562996d88bc9fb62d1cb234786ef11ed275567d4b2bd82e1ceacde25debc8de3d3b4871ae02c2933fa02614004c97190711caebad6347debc2
languageName: node
linkType: hard

"csstype@npm:^3.0.2":
"csstype@npm:^3.0.2, csstype@npm:^3.1.3":
version: 3.1.3
resolution: "csstype@npm:3.1.3"
checksum: f593cce41ff5ade23f44e77521e3a1bcc2c64107041e1bf6c3c32adc5187d0d60983292fda326154d20b01079e24931aa5b08e4467cc488b60bb1e7f6d478ade
Expand Down Expand Up @@ -8311,7 +8306,7 @@ __metadata:
languageName: node
linkType: hard

"tsx@npm:^4.4.0, tsx@npm:^4.6.2":
"tsx@npm:^4.4.0, tsx@npm:^4.6.2, tsx@npm:^4.7.0":
version: 4.7.0
resolution: "tsx@npm:4.7.0"
dependencies:
Expand Down

0 comments on commit ee0616f

Please sign in to comment.