Skip to content

Commit

Permalink
chore: update deno to v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am committed Dec 16, 2024
1 parent 64ed210 commit f31f83d
Show file tree
Hide file tree
Showing 39 changed files with 2,964 additions and 1,063 deletions.
86 changes: 46 additions & 40 deletions .ghjk/lock.json

Large diffs are not rendered by default.

797 changes: 330 additions & 467 deletions Cargo.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ metagen-client = { path = "src/metagen-client-rs" }
typegate_engine = { path = "src/typegate/engine" }

# cli
clap = "=4.5.13"
clap_complete = "=4.5.12"
clap = "=4.5.16"
clap_complete = "=4.5.24"
clap-verbosity-flag = "2.2.2"
colored = "2.1.0"
dialoguer = "0.11.0"
Expand All @@ -59,7 +59,7 @@ shadow-rs = "0.35.1"
# encoding
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde_yaml = "0.9.34" # FIXME: deprecated, be on the lookout for alternatives
serde_yaml = "0.9.34" # FIXME: deprecated, be on the lookout for alternatives
serde_with = "3.11.0"
flate2 = "1.0.34"
tar = "0.4"
Expand Down Expand Up @@ -132,8 +132,8 @@ wit-bindgen = "0.34.0"

# deno
# deno = { path = "../deno/cli" }
deno = { git = "https://github.com/metatypedev/deno", branch = "v1.46.3-embeddable" }
deno_core = { version = "=0.307.0" }
deno = { git = "https://github.com/metatypedev/deno", branch = "v2.0.6-embeddable" }
deno_core = { version = "=0.318.0" }

# logging
env_logger = "=0.11.0"
Expand Down
3 changes: 1 addition & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
]
},
"compilerOptions": {
"allowJs": false,
"strict": true,
"types": [
"./src/typegate/engine/runtime.d.ts"
Expand All @@ -39,7 +38,7 @@
"deno.worker"
]
},
"nodeModulesDir": false,
"nodeModulesDir": "none",
"lock": "deno.lock",
"lint": {
"exclude": [
Expand Down
Loading

0 comments on commit f31f83d

Please sign in to comment.