Skip to content

Commit

Permalink
Use Reflect.has instead of Object.hasOwn
Browse files Browse the repository at this point in the history
  • Loading branch information
hzrd149 committed Dec 4, 2024
1 parent c207344 commit 55ba373
Show file tree
Hide file tree
Showing 5 changed files with 393 additions and 402 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"@chakra-ui/theme-tools": "^2.2.6",
"@codemirror/autocomplete": "^6.18.3",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.10.5",
"@codemirror/language": "^6.10.6",
"@codemirror/view": "^6.35.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@getalby/bitcoin-connect": "^3.6.2",
"@getalby/bitcoin-connect-react": "^3.6.2",
"@noble/ciphers": "^1.1.2",
"@getalby/bitcoin-connect": "^3.6.3",
"@getalby/bitcoin-connect-react": "^3.6.3",
"@noble/ciphers": "^1.1.3",
"@noble/curves": "^1.7.0",
"@noble/hashes": "^1.6.1",
"@noble/secp256k1": "^1.7.1",
Expand All @@ -54,7 +54,7 @@
"blossom-drive-sdk": "^0.4.1",
"blurhash": "^2.0.5",
"canvas-confetti": "^1.9.3",
"chart.js": "^4.4.6",
"chart.js": "^4.4.7",
"cheerio": "^1.0.0",
"chroma-js": "^2.6.0",
"codemirror": "^6.0.1",
Expand Down Expand Up @@ -83,7 +83,7 @@
"nostr-idb": "^2.2.0",
"nostr-tools": "^2.10.4",
"nostr-wasm": "^0.1.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-diff-viewer-continued": "^3.4.0",
Expand Down Expand Up @@ -142,7 +142,7 @@
"eventemitter3": "^5.0.1",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.21.0",
"vite-plugin-pwa": "^0.21.1",
"workbox-build": "^7.3.0",
"workbox-window": "^7.3.0"
},
Expand Down
Loading

0 comments on commit 55ba373

Please sign in to comment.