Skip to content

Commit 95728ab

Browse files
committed
feat(pouchdb): bump up to 9.0.0
1 parent 9e205ac commit 95728ab

File tree

3 files changed

+161
-184
lines changed

3 files changed

+161
-184
lines changed

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"dependencies": {
1313
"@op-engineering/op-sqlite": "^11.2.3",
1414
"debug": "^4.4.0",
15-
"pouchdb-adapter-http": "^8.0.1",
16-
"pouchdb-core": "^8.0.1",
17-
"pouchdb-mapreduce": "^8.0.1",
18-
"pouchdb-replication": "^8.0.1",
15+
"pouchdb-adapter-http": "^9.0.0",
16+
"pouchdb-core": "^9.0.0",
17+
"pouchdb-mapreduce": "^9.0.0",
18+
"pouchdb-replication": "^9.0.0",
1919
"react": "18.3.1",
2020
"react-native": "0.76.4",
2121
"react-native-quick-crypto": "^0.7.8"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@
9090
"@op-engineering/op-sqlite": "^11.2.3",
9191
"debug": "^4.4.0",
9292
"events": "^3.3.0",
93-
"pouchdb-adapter-utils": "^8.0.1",
94-
"pouchdb-binary-utils": "^8.0.1",
95-
"pouchdb-errors": "^8.0.1",
96-
"pouchdb-json": "^8.0.1",
97-
"pouchdb-merge": "^8.0.1",
98-
"pouchdb-utils": "^8.0.1"
93+
"pouchdb-adapter-utils": "^9.0.0",
94+
"pouchdb-binary-utils": "^9.0.0",
95+
"pouchdb-errors": "^9.0.0",
96+
"pouchdb-json": "^9.0.0",
97+
"pouchdb-merge": "^9.0.0",
98+
"pouchdb-utils": "^9.0.0"
9999
},
100100
"resolutions": {
101101
"@types/react": "^18.2.44"

0 commit comments

Comments
 (0)