Skip to content

Commit

Permalink
chore(deps): upgrade dependencies such as napi-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
yisibl committed Mar 11, 2024
1 parent a6f1b6b commit f730cda
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 324 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ resvg = { version = "0.34.0", default-features = false, features = [
] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
napi = { version = "2.13.3", features = ["serde-json", "async"] }
napi-derive = "2.13.0"
napi = { version = "2.16.0", features = ["serde-json", "async"] }
napi-derive = "2.16.0"
resvg = { version = "0.34.0", default-features = false, features = [
"raster-images",
"text",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"version": "napi version"
},
"devDependencies": {
"@napi-rs/cli": "^2.16.3",
"@swc-node/register": "1.6.4",
"@napi-rs/cli": "^2.18.0",
"@swc-node/register": "^1.9.0",
"@swc/core": "^1.3.88",
"@types/node": "^20.6.5",
"@typescript-eslint/eslint-plugin": "^6.7.2",
Expand All @@ -92,7 +92,7 @@
"jimp-compact": "^0.16.1-2",
"lint-staged": "^15.0.0",
"node-fetch": "2.x",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^6.1.2",
"prettier": "^2.7.1",
"typescript": "^5.2.2"
},
Expand Down
Binary file modified wasm/index_bg.wasm
Binary file not shown.
Loading

0 comments on commit f730cda

Please sign in to comment.