Fixing a missing dependency.

This commit is contained in:
mike12345567 2022-06-16 20:49:50 +01:00
parent af60582dad
commit 81da3ab3fd
3 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,7 @@
"test:watch": "jest --watchAll" "test:watch": "jest --watchAll"
}, },
"dependencies": { "dependencies": {
"@budibase/types": "^1.0.200-alpha.3",
"@techpass/passport-openidconnect": "0.3.2", "@techpass/passport-openidconnect": "0.3.2",
"aws-sdk": "2.1030.0", "aws-sdk": "2.1030.0",
"bcrypt": "5.0.1", "bcrypt": "5.0.1",
@ -56,7 +57,6 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@budibase/types": "^1.0.200-alpha.3",
"@shopify/jest-koa-mocks": "3.1.5", "@shopify/jest-koa-mocks": "3.1.5",
"@types/jest": "27.5.1", "@types/jest": "27.5.1",
"@types/koa": "2.0.52", "@types/koa": "2.0.52",

View File

@ -81,6 +81,7 @@
"@budibase/client": "^1.0.200-alpha.3", "@budibase/client": "^1.0.200-alpha.3",
"@budibase/pro": "1.0.200-alpha.3", "@budibase/pro": "1.0.200-alpha.3",
"@budibase/string-templates": "^1.0.200-alpha.3", "@budibase/string-templates": "^1.0.200-alpha.3",
"@budibase/types": "^1.0.200-alpha.3",
"@bull-board/api": "3.7.0", "@bull-board/api": "3.7.0",
"@bull-board/koa": "3.9.4", "@bull-board/koa": "3.9.4",
"@elastic/elasticsearch": "7.10.0", "@elastic/elasticsearch": "7.10.0",

View File

@ -36,6 +36,7 @@
"dependencies": { "dependencies": {
"@budibase/backend-core": "^1.0.200-alpha.3", "@budibase/backend-core": "^1.0.200-alpha.3",
"@budibase/pro": "1.0.200-alpha.3", "@budibase/pro": "1.0.200-alpha.3",
"@budibase/types": "^1.0.200-alpha.3",
"@budibase/string-templates": "^1.0.200-alpha.3", "@budibase/string-templates": "^1.0.200-alpha.3",
"@koa/router": "8.0.8", "@koa/router": "8.0.8",
"@sentry/node": "6.17.7", "@sentry/node": "6.17.7",