Skip to content

Commit 9591758

Browse files
authored
fix: pin corestore dep to exact 6.8.4 (#840)
1 parent 4f4b892 commit 9591758

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,14 @@
151151
"yazl": "^2.5.1"
152152
},
153153
"dependencies": {
154+
"@comapeo/schema": "1.0.0",
154155
"@digidem/types": "^2.3.0",
155156
"@electron/asar": "^3.2.8",
156157
"@fastify/error": "^3.4.1",
157158
"@fastify/static": "^7.0.3",
158159
"@fastify/type-provider-typebox": "^4.0.0",
159160
"@hyperswarm/secret-stream": "^6.1.2",
160161
"@mapeo/crypto": "1.0.0-alpha.10",
161-
"@comapeo/schema": "1.0.0",
162162
"@mapeo/sqlite-indexer": "1.0.0-alpha.9",
163163
"@sinclair/typebox": "^0.29.6",
164164
"b4a": "^1.6.3",
@@ -167,7 +167,7 @@
167167
"big-sparse-array": "^1.0.3",
168168
"bogon": "^1.1.0",
169169
"compact-encoding": "^2.12.0",
170-
"corestore": "^6.8.4",
170+
"corestore": "6.8.4",
171171
"debug": "^4.3.4",
172172
"dot-prop": "^9.0.0",
173173
"drizzle-orm": "^0.30.8",

0 commit comments

Comments
 (0)