Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
franzos committed Oct 20, 2024
1 parent 70de9a9 commit 62cc971
Show file tree
Hide file tree
Showing 6 changed files with 2,259 additions and 2,974 deletions.
48 changes: 24 additions & 24 deletions client-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,41 +12,41 @@
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@chakra-ui/react": "^2.10.3",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@nostr-ts/common": "workspace:*",
"@nostr-ts/web": "workspace:*",
"boring-avatars": "^1.10.1",
"boring-avatars": "^1.11.2",
"comlink": "^4.4.1",
"framer-motion": "^10.16.16",
"framer-motion": "^10.18.0",
"idb": "^7.1.1",
"mdi-react": "^9.3.0",
"mdi-react": "^9.4.0",
"nanoid": "^3.3.7",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-inlinesvg": "^4.1.0",
"react-player": "^2.14.0",
"qrcode.react": "^3.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-inlinesvg": "^4.1.3",
"react-player": "^2.16.0",
"react-qr-reader": "3.0.0-beta-1",
"react-router-dom": "^6.21.0",
"react-router-dom": "^6.27.0",
"react-slick": "^0.29.0",
"react-virtuoso": "^4.6.2",
"react-virtuoso": "^4.12.0",
"slick-carousel": "^1.8.1",
"zustand": "^4.4.7"
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-slick": "^0.23.13",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^4.5.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.13",
"typescript": "^5.6.3",
"vite": "^4.5.5",
"vite-plugin-pwa": "^0.16.7"
}
}
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"start": "node dist/index.js"
},
"dependencies": {
"@noble/secp256k1": "^2.0.0",
"@noble/secp256k1": "^2.1.0",
"@nostr-ts/common": "workspace:*",
"@nostr-ts/node": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/ws": "^8.5.10",
"@types/node": "^20.16.13",
"@types/ws": "^8.5.12",
"rimraf": "^3.0.2",
"tslib": "2.5.0",
"typescript": "5.1.6"
Expand Down
12 changes: 6 additions & 6 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"tests": "jest"
},
"dependencies": {
"@noble/curves": "^1.3.0",
"@noble/hashes": "^1.3.3",
"@noble/curves": "^1.6.0",
"@noble/hashes": "^1.5.0",
"bech32": "^2.0.0",
"light-bolt11-decoder": "^3.0.0",
"light-bolt11-decoder": "^3.2.0",
"nanoid": "^3.3.7"
},
"devDependencies": {
"@anatine/esbuild-decorators": "^0.2.19",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.13",
"crypto-browserify": "^3.12.0",
"esbuild": "^0.17.19",
"esbuild-node-externals": "^1.11.0",
"esbuild-node-externals": "^1.15.0",
"jest": "^29.7.0",
"rimraf": "^3.0.2",
"ts-jest": "^29.1.1",
"ts-jest": "^29.2.5",
"tslib": "2.6.2",
"typescript": "5.2.2"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"tests": "jest"
},
"dependencies": {
"@noble/curves": "^1.3.0",
"@noble/hashes": "^1.3.3",
"@noble/curves": "^1.6.0",
"@noble/hashes": "^1.5.0",
"@nostr-ts/common": "workspace:*",
"node-fetch": "^3.3.2",
"ws": "^8.15.1"
"ws": "^8.18.0"
},
"devDependencies": {
"@anatine/esbuild-decorators": "^0.2.19",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/ws": "^8.5.10",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.13",
"@types/ws": "^8.5.12",
"esbuild": "^0.17.19",
"esbuild-node-externals": "^1.11.0",
"esbuild-node-externals": "^1.15.0",
"jest": "^29.7.0",
"rimraf": "^3.0.2",
"tslib": "2.6.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"tests": "jest"
},
"dependencies": {
"@noble/curves": "^1.3.0",
"@noble/hashes": "^1.3.3",
"@noble/curves": "^1.6.0",
"@noble/hashes": "^1.5.0",
"@nostr-ts/common": "workspace:*",
"idb": "^7.1.1",
"nanoid": "^3.3.7"
},
"devDependencies": {
"@anatine/esbuild-decorators": "^0.2.19",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.13",
"esbuild": "^0.17.19",
"esbuild-node-externals": "^1.11.0",
"esbuild-node-externals": "^1.15.0",
"fake-indexeddb": "^4.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down
Loading

0 comments on commit 62cc971

Please sign in to comment.