Skip to content

Commit 4d0bdbc

Browse files
deps: bump idb from 7.1.1 to 8.0.0 (#281)
Bumps [idb](https://github.com/jakearchibald/idb) from 7.1.1 to 8.0.0. - [Changelog](https://github.com/jakearchibald/idb/blob/main/CHANGELOG.md) - [Commits](jakearchibald/idb@v7.1.1...v8.0.0) --- updated-dependencies: - dependency-name: idb dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8ccd1d commit 4d0bdbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/blockstore-idb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
},
140140
"dependencies": {
141141
"blockstore-core": "^4.0.0",
142-
"idb": "^7.1.1",
142+
"idb": "^8.0.0",
143143
"interface-blockstore": "^5.0.0",
144144
"interface-store": "^5.0.0",
145145
"multiformats": "^13.0.0"

packages/datastore-idb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"dep-check": "aegir dep-check"
140140
},
141141
"dependencies": {
142-
"idb": "^7.1.1",
142+
"idb": "^8.0.0",
143143
"interface-datastore": "^8.0.0",
144144
"it-filter": "^3.0.0",
145145
"it-sort": "^3.0.1"

0 commit comments

Comments
 (0)