Skip to content

Commit

Permalink
Bump ordit
Browse files Browse the repository at this point in the history
  • Loading branch information
jordankzf committed Aug 7, 2023
1 parent 7ac43ca commit 6f46460
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions packages/sado-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"preview": "vite preview"
},
"peerDependencies": {
"@sadoprotocol/ordit-sdk": "^0.0.30",
"sats-connect": "^0.5.0",
"@sadoprotocol/ordit-sdk": "^0.0.31",
"buffer": "^6.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react-dom": "^17.0.2",
"sats-connect": "^0.5.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.2",
Expand All @@ -57,7 +57,7 @@
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@sadoprotocol/ordit-sdk": "^0.0.30",
"@sadoprotocol/ordit-sdk": "^0.0.31",
"bitcoinjs-lib": "^6.1.3",
"boring-avatars": "^1.10.1",
"buffer": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/sado-connect/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig({
// Node.js global to browser globalThis
define: {
global: "globalThis",
},
},
},
include: [...Object.keys(packageJson.peerDependencies)],
},
Expand Down
8 changes: 4 additions & 4 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 6f46460

Please sign in to comment.