mirror of https://github.com/buster-so/buster.git
Merge branch 'nate/additional-interaction-tests' of https://github.com/buster-so/buster into nate/additional-interaction-tests
This commit is contained in:
commit
d864d1b437
|
@ -63,4 +63,4 @@ tokio-test = { workspace = true }
|
|||
async-trait = { workspace = true }
|
||||
|
||||
# Add the new dependency
|
||||
# dataset_security = { path = "../libs/dataset_security" }
|
||||
# dataset_security = { path = "../libs/dataset_security" }
|
||||
|
|
|
@ -31,7 +31,12 @@ serde_yaml = { workspace = true }
|
|||
strip-ansi-escapes = "0.2.0"
|
||||
tempfile = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "sync", "time"] }
|
||||
tokio = { workspace = true, features = [
|
||||
"rt-multi-thread",
|
||||
"macros",
|
||||
"sync",
|
||||
"time",
|
||||
] }
|
||||
tokio-util = { workspace = true, features = ["io"] }
|
||||
futures-util = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
|
@ -63,7 +68,7 @@ dbt_utils = { path = "../libs/dbt_utils" }
|
|||
|
||||
[profile.dev]
|
||||
# Increase parallel code generation units for faster debug builds
|
||||
codegen-units = 16
|
||||
codegen-units = 16
|
||||
debug = 1
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"api_tag": "api/v0.0.2", "api_version": "0.0.2"
|
||||
,
|
||||
"web_tag": "web/v0.1.1", "web_version": "0.1.1"
|
||||
,
|
||||
"cli_tag": "cli/v0.0.8", "cli_version": "0.0.8"
|
||||
}
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "web",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "web",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.1",
|
||||
"dependencies": {
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
"@dnd-kit/modifiers": "^9.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "web",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev --turbo",
|
||||
|
|
Loading…
Reference in New Issue