fix(mingo): revert to 6.4.6

This commit is contained in:
2023-10-20 11:02:37 +00:00
parent 646b3a480e
commit 2eba1475c5
2 changed files with 9 additions and 9 deletions

View File

@@ -2,8 +2,8 @@
"name": "@valkyr/db",
"version": "0.0.0",
"description": "Simple client side storage solution written in TypeScript.",
"repository": "https://github.com/cmdo/valkyr.git",
"bugs": "https://github.com/cmdo/valkyr/issues",
"repository": "https://github.com/valkyrjs/db.git",
"bugs": "https://github.com/valkyrjs/db/issues",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
@@ -28,7 +28,7 @@
"dot-prop": "8.0.2",
"fast-equals": "5.0.1",
"idb": "7.1.1",
"mingo": "6.4.7",
"mingo": "6.4.6",
"nanoid": "5.0.2",
"rfdc": "1.3.0",
"rxjs": "7.8.1"