Skip to content

Commit

Permalink
bump polyfills package to remove buffer patch (#2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed May 8, 2024
1 parent 0181c73 commit 32e51a3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 40 deletions.
57 changes: 19 additions & 38 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion wormhole-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
]
},
"devDependencies": {
"@artursapek/vite-plugin-node-polyfills": "0.17.3",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.24.4",
"@kev1n-peters/vite-plugin-node-polyfills": "^0.17.4",
"@types/node": "^20",
"@types/node-fetch": "^2.6.3",
"@types/react": "^18.0.26",
Expand Down
2 changes: 1 addition & 1 deletion wormhole-connect/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import checker from 'vite-plugin-checker';
// Until this is merged or that issue is fixed some other way, we have to use
// this fork of vite-plugin-node-polyfills.
// https://github.com/davidmyersdev/vite-plugin-node-polyfills/pull/89
import { nodePolyfills } from '@artursapek/vite-plugin-node-polyfills';
import { nodePolyfills } from '@kev1n-peters/vite-plugin-node-polyfills';
import dts from 'vite-plugin-dts';

const packagePath = __dirname.endsWith('wormhole-connect')
Expand Down

0 comments on commit 32e51a3

Please sign in to comment.