Skip to content

Commit 396d50f

Browse files
committed
chore: update kubo-rpc-client to v5.3.0
- includes identify field support from ipfs/js-kubo-rpc-client#342 - add @babel/plugin-proposal-private-property-in-object to fix build warning - update browserslist database
1 parent 850c49b commit 396d50f

File tree

2 files changed

+33
-31
lines changed

2 files changed

+33
-31
lines changed

package-lock.json

Lines changed: 31 additions & 30 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"it-first": "^1.0.6",
7474
"it-last": "^1.0.5",
7575
"it-map": "^1.0.5",
76-
"kubo-rpc-client": "^5.2.0",
76+
"kubo-rpc-client": "^5.3.0",
7777
"milliseconds": "^1.0.3",
7878
"money-clip": "^3.0.5",
7979
"multiformats": "^13.4.0",
@@ -107,6 +107,7 @@
107107
},
108108
"devDependencies": {
109109
"@babel/core": "^7.18.9",
110+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
110111
"@babel/preset-react": "^7.18.6",
111112
"@ipld/dag-pb": "^4.0.8",
112113
"@jest/globals": "^29.7.0",

0 commit comments

Comments
 (0)