Skip to content

Commit fca6afc

Browse files
committed
f
1 parent 7880ee8 commit fca6afc

File tree

9 files changed

+12698
-10179
lines changed

9 files changed

+12698
-10179
lines changed

apps/api/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,23 @@
1717
"dependencies": {
1818
"@status-im/wallet": "workspace:*",
1919
"@trpc/client": "10.45.2",
20-
"@trpc/server": "10.45.2",
2120
"@trpc/next": "10.45.2",
21+
"@trpc/server": "10.45.2",
22+
"next": "15.3.0",
2223
"react": "^19.0.0",
2324
"react-dom": "^19.0.0",
24-
"next": "15.3.0",
2525
"zod": "^3.23.8"
2626
},
2727
"devDependencies": {
28-
"typescript": "^5",
28+
"@eslint/eslintrc": "^3.1.0",
29+
"@next/eslint-plugin-next": "15.3.0",
2930
"@types/node": "^20",
3031
"@types/react": "^19",
3132
"@types/react-dom": "^19",
3233
"eslint": "^9",
3334
"eslint-config-next": "15.3.0",
34-
"@eslint/eslintrc": "^3",
35-
"globals": "^15.12.0"
35+
"globals": "^15.12.0",
36+
"typescript": "^5.6.2"
3637
},
3738
"engines": {
3839
"node": "20.x"

apps/hub/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"next": "15.3.0",
2828
"next-mdx-remote": "^5.0.0",
2929
"pino-pretty": "^13.1.1",
30-
"react": "^19.1.0",
31-
"react-dom": "^19.1.0",
30+
"react": "19.1.0",
31+
"react-dom": "19.1.0",
3232
"rehype-slug": "^6.0.0",
3333
"ts-pattern": "^5.6.2",
3434
"viem": "2.x",
@@ -40,8 +40,8 @@
4040
"@next/eslint-plugin-next": "15.3.0",
4141
"@status-im/eslint-config": "workspace:*",
4242
"@types/node": "^20",
43-
"@types/react": "^19",
44-
"@types/react-dom": "^19",
43+
"@types/react": "19.1.0",
44+
"@types/react-dom": "19.1.0",
4545
"eslint-config-next": "15.1.6",
4646
"eslint-plugin-tailwindcss": "^3.17.4",
4747
"lint-staged": "^15.4.3",

package.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,11 @@
3232
"devtools": "react-devtools"
3333
},
3434
"resolutions": {
35-
"@types/react": "19.1.0",
36-
"@types/react-dom": "19.1.0",
37-
"react": "19.1.0",
38-
"react-dom": "19.1.0",
39-
"viem": "2.29.1",
40-
"wagmi": "2.15.2",
41-
"zod": "3.23.8",
4235
"vite": "6.3.5",
4336
"vitest": "3.1.4",
4437
"vite-node": "3.1.4",
4538
"protons-runtime": "3.1.0",
46-
"it-length-prefixed": "9.1.1",
39+
"it-length-prefixed": "9.0.3",
4740
"remark-lint": "9.1.2"
4841
},
4942
"devDependencies": {
@@ -58,9 +51,7 @@
5851
"lint-staged": "^15.2.10",
5952
"prettier": "^3.3.3",
6053
"prettier-plugin-tailwindcss": "^0.6.6",
61-
"react": "^19.1.0",
6254
"react-devtools": "^6.1.5",
63-
"react-dom": "^19.1.0",
6455
"rimraf": "^4.4.1",
6556
"turbo": "^2.5.6",
6657
"typescript": "^5.6.2",
@@ -76,13 +67,12 @@
7667
},
7768
"pnpm": {
7869
"patchedDependencies": {
79-
"@achingbrain/ssdp@4.2.4": "patches/@achingbrain__ssdp@4.2.4.patch",
80-
"@libp2p/bootstrap@9.0.12": "patches/@libp2p__bootstrap@9.0.12.patch",
81-
"it-length-prefixed@9.1.1": "patches/it-length-prefixed@9.1.1.patch",
70+
"@achingbrain/ssdp@4.0.1": "patches/@achingbrain__ssdp@4.0.1.patch",
71+
"@libp2p/bootstrap@9.0.10": "patches/@libp2p__bootstrap@9.0.10.patch",
72+
"it-length-prefixed@9.0.3": "patches/it-length-prefixed@9.0.3.patch",
8273
"arctic@1.2.0": "patches/arctic@1.2.0.patch",
8374
"tinykeys@3.0.0": "patches/tinykeys@3.0.0.patch",
84-
"oslo@1.0.1": "patches/oslo@1.0.1.patch",
85-
"@trpc/server@11.1.0": "patches/@trpc__server@11.1.0.patch"
75+
"oslo@1.0.1": "patches/oslo@1.0.1.patch"
8676
}
8777
}
8878
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
diff --git a/dist/src/default-ssdp-options.js b/dist/src/default-ssdp-options.js
2+
index bcce6af79fa2f406a428501b098c3a4b26bb72d4..f687757d3d852eda3229487ca43ba0fd70a2ab78 100644
3+
--- a/dist/src/default-ssdp-options.js
4+
+++ b/dist/src/default-ssdp-options.js
5+
@@ -1,11 +1,8 @@
6+
import { v4 } from 'uuid';
7+
import { defaultSocketOptions } from './default-socket-options.js';
8+
import util from 'util';
9+
-import { createRequire } from 'module';
10+
import mergeOptions from 'merge-options';
11+
-const req = createRequire(import.meta.url);
12+
-const pkg = req('../../package.json');
13+
-const DEFAULT_SSDP_SIGNATURE = util.format('node.js/%s UPnP/1.1 %s/%s', process.version.substring(1), pkg.name, pkg.version);
14+
+const DEFAULT_SSDP_SIGNATURE = util.format('node.js/%s UPnP/1.1 %s/%s', process.version.substring(1), '@achingbrain/ssdp', '4.0.1');
15+
export function defaultSsdpOptions(options) {
16+
return mergeOptions(options ?? {}, {
17+
usn: `uuid:${v4()}`,

patches/@achingbrain__ssdp@4.2.4.patch

Lines changed: 0 additions & 15 deletions
This file was deleted.

patches/@libp2p__bootstrap@9.0.12.patch renamed to patches/@libp2p__bootstrap@9.0.10.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/package.json b/package.json
2-
index 29ea2b594d89c0779ec4fea49459248748a3f687..c1e99fe83163a5ff79a3b9067f2869cbfa78249a 100644
2+
index 11a2f4140081ebc25b840e544b2d005124d27e0e..d8ae3f86d2bee2e8838979e04c76e1f37256da3f 100644
33
--- a/package.json
44
+++ b/package.json
55
@@ -24,7 +24,7 @@

patches/it-length-prefixed@9.1.1.patch renamed to patches/it-length-prefixed@9.0.3.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/dist/src/decode.js b/dist/src/decode.js
2-
index 3cbc140d0b2339692d65e4696ce4f407fc473bd7..57f2293306a6fa27aada6335bd3f232730342c2d 100644
2+
index 313fdff5f4bbac228bd6e6e4954bce89ea341cab..d15be8a606b81987f16bd932a7836186d9419b09 100644
33
--- a/dist/src/decode.js
44
+++ b/dist/src/decode.js
55
@@ -6,7 +6,9 @@ import { isAsyncIterable } from './utils.js';

0 commit comments

Comments
 (0)