Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thx/resvg-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dbdc81c72f911027616430ca7b73b7af7396c2bf
Choose a base ref
..
head repository: thx/resvg-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7cffd6a811a39e930d8f1420cda8dc73eb81e95d
Choose a head ref
Showing with 119 additions and 83 deletions.
  1. +2 −2 package.json
  2. +117 −81 yarn.lock
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@
"@napi-rs/cli": "^2.18.0",
"@swc-node/register": "^1.9.0",
"@swc/core": "^1.4.6",
"@types/node": "^20.6.5",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"ava": "^5.3.1",
@@ -92,7 +92,7 @@
"jimp-compact": "^0.16.1-2",
"lint-staged": "^15.0.0",
"node-fetch": "2.x",
"npm-run-all2": "^6.1.2",
"npm-run-all2": "^7.0.0",
"prettier": "^2.7.1",
"typescript": "^5.4.2"
},
Loading