Skip to content

Commit 7880ee8

Browse files
committed
fix
1 parent 97b3a75 commit 7880ee8

File tree

2 files changed

+161
-835
lines changed

2 files changed

+161
-835
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@
4141
"zod": "3.23.8",
4242
"vite": "6.3.5",
4343
"vitest": "3.1.4",
44-
"vite-node": "3.1.4"
44+
"vite-node": "3.1.4",
45+
"protons-runtime": "3.1.0",
46+
"it-length-prefixed": "9.1.1",
47+
"remark-lint": "9.1.2"
4548
},
4649
"devDependencies": {
4750
"@changesets/cli": "^2.26.2",
@@ -59,7 +62,7 @@
5962
"react-devtools": "^6.1.5",
6063
"react-dom": "^19.1.0",
6164
"rimraf": "^4.4.1",
62-
"turbo": "^2.3.0",
65+
"turbo": "^2.5.6",
6366
"typescript": "^5.6.2",
6467
"vite": "6.3.5",
6568
"vite-node": "3.1.4",
@@ -75,7 +78,11 @@
7578
"patchedDependencies": {
7679
"@achingbrain/ssdp@4.2.4": "patches/@achingbrain__ssdp@4.2.4.patch",
7780
"@libp2p/bootstrap@9.0.12": "patches/@libp2p__bootstrap@9.0.12.patch",
78-
"it-length-prefixed@9.1.1": "patches/it-length-prefixed@9.1.1.patch"
81+
"it-length-prefixed@9.1.1": "patches/it-length-prefixed@9.1.1.patch",
82+
"arctic@1.2.0": "patches/arctic@1.2.0.patch",
83+
"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"
7986
}
8087
}
8188
}

0 commit comments

Comments
 (0)