Skip to content

Commit

Permalink
fix: more updates after Node 16 removal (#115)
Browse files Browse the repository at this point in the history
* update lockfile

* remove structuredClone polyfill

* remove vite patch for node 16

* update lockfile
  • Loading branch information
EndangeredMassa authored Feb 5, 2025
1 parent 5ffe6b5 commit 3553a95
Show file tree
Hide file tree
Showing 4 changed files with 2,945 additions and 2,506 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"@types/tar": "4.0.0",
"@types/uuid": "8.3.1",
"@types/yauzl-promise": "2.1.0",
"@ungap/structured-clone": "1.3.0",
"codecov": "3.7.1",
"cpy-cli": "2.0.0",
"lint-staged": "9.2.5",
Expand All @@ -70,10 +69,5 @@
"packageManager": "[email protected]",
"engines": {
"node": ">= 18"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}
13 changes: 0 additions & 13 deletions patches/[email protected]

This file was deleted.

Loading

0 comments on commit 3553a95

Please sign in to comment.