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": {}, "jest": {},
"devDependencies": { "devDependencies": {
"@budibase/nano": "10.1.2", "@budibase/nano": "10.1.2",
"@types/json5": "2.2.0",
"@types/koa": "2.13.4", "@types/koa": "2.13.4",
"@types/node": "18.17.0", "@types/node": "18.17.0",
"@types/pouchdb": "6.4.0", "@types/pouchdb": "6.4.0",
"@types/redlock": "4.0.3", "@types/redlock": "4.0.3",
"concurrently": "^7.6.0",
"koa-body": "4.2.0",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"typescript": "5.2.2" "typescript": "5.2.2"
}, },

View File

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