Skip to content

Commit

Permalink
Bump lmdb and swc (#7414)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Dec 7, 2021
1 parent 20afa0c commit 98a16ba
Show file tree
Hide file tree
Showing 8 changed files with 118 additions and 120 deletions.
111 changes: 57 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/cache/package.json
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@parcel/logger": "^2.0.1",
"@parcel/utils": "^2.0.1",
"lmdb": "^2.0.1"
"lmdb": "^2.0.2"
},
"peerDependencies": {
"@parcel/core": "^2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/transformers/js/core/Cargo.toml
Expand Up @@ -8,9 +8,9 @@ edition = "2018"
crate-type = ["rlib"]

[dependencies]
swc_ecmascript = { version = "0.88.3", features = ["parser", "transforms", "module", "optimization", "react", "typescript", "utils", "visit", "codegen", "utils"] }
swc_ecma_preset_env = "0.67.5"
swc_common = { version = "0.14.7", features = ["tty-emitter", "sourcemap"] }
swc_ecmascript = { version = "0.95.0", features = ["parser", "transforms", "module", "optimization", "react", "typescript", "utils", "visit", "codegen", "utils"] }
swc_ecma_preset_env = "0.73.0"
swc_common = { version = "0.15.0", features = ["tty-emitter", "sourcemap"] }
swc_atoms = "0.2.9"
indoc = "1.0.3"
serde = "1.0.123"
Expand Down

0 comments on commit 98a16ba

Please sign in to comment.