Moving swagger defs to dev dependencies.

This commit is contained in:
mike12345567 2022-02-28 13:41:11 +00:00
parent b1ab6a3781
commit 1ecd2f298f
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,6 @@
"author": "Budibase", "author": "Budibase",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"@apidevtools/swagger-parser": "^10.0.3",
"@budibase/backend-core": "^1.0.76-alpha.3", "@budibase/backend-core": "^1.0.76-alpha.3",
"@budibase/client": "^1.0.76-alpha.3", "@budibase/client": "^1.0.76-alpha.3",
"@budibase/string-templates": "^1.0.76-alpha.3", "@budibase/string-templates": "^1.0.76-alpha.3",
@ -128,7 +127,6 @@
"pouchdb-replication-stream": "1.2.9", "pouchdb-replication-stream": "1.2.9",
"server-destroy": "1.0.1", "server-destroy": "1.0.1",
"svelte": "^3.38.2", "svelte": "^3.38.2",
"swagger-parser": "^10.0.3",
"to-json-schema": "0.2.5", "to-json-schema": "0.2.5",
"uuid": "3.3.2", "uuid": "3.3.2",
"validate.js": "0.13.1", "validate.js": "0.13.1",
@ -166,6 +164,8 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"supertest": "^4.0.2", "supertest": "^4.0.2",
"swagger-jsdoc": "^6.1.0", "swagger-jsdoc": "^6.1.0",
"@apidevtools/swagger-parser": "^10.0.3",
"swagger-parser": "^10.0.3",
"ts-jest": "^27.0.3", "ts-jest": "^27.0.3",
"ts-node": "^10.0.0", "ts-node": "^10.0.0",
"typescript": "^4.3.5", "typescript": "^4.3.5",