Skip to content

Commit

Permalink
chore(deps): update dependency @swc-node/register to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and yisibl committed Mar 11, 2024
1 parent d1ef7c8 commit bfbdcc5
Show file tree
Hide file tree
Showing 5 changed files with 311 additions and 565 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
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@
"version": "napi version"
},
"devDependencies": {
"@napi-rs/cli": "^2.16.3",
"@swc-node/register": "1.9.0",
"@swc/core": "^1.3.88",
"@napi-rs/cli": "^2.18.0",
"@swc-node/register": "^1.9.0",
"@swc/core": "^1.4.6",
"@types/node": "^20.6.5",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"ava": "^5.3.1",
"copyfiles": "^2.4.1",
"dts-bundle-generator": "^9.0.0",
"esbuild": "^0.20.0",
"eslint": "^8.39.0",
"esbuild": "^0.20.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -92,9 +92,9 @@
"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"
"typescript": "^5.4.2"
},
"lint-staged": {
"*.@(js|ts|tsx)": [
Expand Down
2 changes: 1 addition & 1 deletion wasm/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by dts-bundle-generator v8.0.1
// Generated by dts-bundle-generator v9.3.1

declare class BBox {
free(): void;
Expand Down
Binary file modified wasm/index_bg.wasm
Binary file not shown.
Loading

0 comments on commit bfbdcc5

Please sign in to comment.