1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

Clean dependencies from types

This commit is contained in:
Adria Navarro 2023-09-22 18:40:27 +02:00
parent 220adea647
commit 53f3847916
2 changed files with 0 additions and 4 deletions

View file

@ -16,13 +16,10 @@
"jest": {},
"devDependencies": {
"@budibase/nano": "10.1.2",
"@types/json5": "2.2.0",
"@types/koa": "2.13.4",
"@types/node": "18.17.0",
"@types/pouchdb": "6.4.0",
"@types/redlock": "4.0.3",
"concurrently": "^7.6.0",
"koa-body": "4.2.0",
"rimraf": "3.0.2",
"typescript": "5.2.2"
},

View file

@ -1,7 +1,6 @@
import Nano from "@budibase/nano"
import { AllDocsResponse, AnyDocument, Document } from "../"
import { Writable } from "stream"
import PouchDB from "pouchdb"
export enum SearchIndex {
ROWS = "rows",