mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
chore: fix the master (#1495)
* chore: fix the master * chore: commit all the things swc
This commit is contained in:
@@ -7,8 +7,31 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
dashmap = "5.1.0"
|
||||
deno_core = "0.136.0"
|
||||
deno_ast = {version="0.15.0", features = ["transpiling"]}
|
||||
deno_core = "=0.136.0"
|
||||
deno_ast = {version="=0.15.0", features = ["transpiling"]}
|
||||
dprint-swc-ext = "=0.1.1"
|
||||
swc_atoms = "=0.2.11"
|
||||
swc_common = "=0.18.7"
|
||||
swc_config = "=0.1.1"
|
||||
swc_config_macro = "=0.1.0"
|
||||
swc_ecma_ast = "=0.78.1"
|
||||
swc_ecma_codegen = "=0.108.6"
|
||||
swc_ecma_codegen_macros = "=0.7.0"
|
||||
swc_ecma_parser = "=0.104.2"
|
||||
swc_ecma_transforms = "=0.154.0"
|
||||
swc_ecma_transforms_base = "=0.85.4"
|
||||
swc_ecma_transforms_classes = "=0.73.0"
|
||||
swc_ecma_transforms_macros = "=0.3.0"
|
||||
swc_ecma_transforms_proposal = "=0.107.0"
|
||||
swc_ecma_transforms_react = "=0.114.1"
|
||||
swc_ecma_transforms_typescript = "=0.117.2"
|
||||
swc_ecma_utils = "=0.85.1"
|
||||
swc_ecma_visit = "=0.64.0"
|
||||
swc_ecmascript = "=0.157.0"
|
||||
swc_eq_ignore_macros = "=0.1.0"
|
||||
swc_macros_common = "=0.3.5"
|
||||
swc_visit = "=0.3.0"
|
||||
swc_visit_macros = "=0.3.1"
|
||||
models = {path = "../models"}
|
||||
helpers = {path = "../helpers"}
|
||||
serde = { version = "1.0.*", features = ["derive", "rc"] }
|
||||
|
||||
Reference in New Issue
Block a user