Skip to content

Commit

Permalink
Lock utf-8-validate, bufferutil, and encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
jordankzf committed Jul 19, 2023
1 parent 4bd973c commit 1e5e972
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 17 deletions.
17 changes: 12 additions & 5 deletions packages/sado-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@
"preview": "vite preview"
},
"peerDependencies": {
"@sadoprotocol/ordit-sdk": "^0.0.13",
"@sadoprotocol/ordit-sdk": "^0.0.14",
"react": "^17.0.0",
"react-dom": "^17.0.0"
"react-dom": "^17.0.0",
"utf-8-validate": "^5.0.2",
"bufferutil": "^4.0.1",
"encoding": "^0.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.2",
Expand All @@ -49,6 +52,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.2",
"utf-8-validate": "^6.0.3",
"vite": "^4.3.9",
"vite-plugin-css-injected-by-js": "^3.1.2",
"vite-plugin-dts": "^2.3.0"
Expand All @@ -57,8 +61,11 @@
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@headlessui/react": "^1.7.15",
"@sadoprotocol/ordit-sdk": "^0.0.13",
"@sadoprotocol/ordit-sdk": "^0.0.14",
"bitcoinjs-lib": "^6.1.3",
"boring-avatars": "^1.10.1"
"boring-avatars": "^1.10.1",
"utf-8-validate": "^5.0.2",
"bufferutil": "^4.0.1",
"encoding": "^0.1.0"
}
}
}
82 changes: 70 additions & 12 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 1e5e972

Please sign in to comment.