Skip to content

Commit

Permalink
chore: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Nov 28, 2023
1 parent 866055a commit 17574c1
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 139 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@
"node-gyp": "^10.0.1"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@vitest/coverage-c8": "^0.31.4",
"esbuild": "^0.19.8",
"node-pre-gyp-github": "^1.4.4",
"rimraf": "^5.0.5",
"rollup": "^4.6.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.0",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
"@types/node": "20.10.0",
"@vitest/coverage-v8": "0.34.6",
"esbuild": "0.19.8",
"node-pre-gyp-github": "1.4.4",
"rimraf": "5.0.5",
"rollup": "4.6.0",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-esbuild": "6.1.0",
"typescript": "5.3.2",
"vitest": "0.34.6"
},
"publishConfig": {
"access": "public"
Expand Down
171 changes: 42 additions & 129 deletions pnpm-lock.yaml

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

0 comments on commit 17574c1

Please sign in to comment.