Update pro version to 2.5.6-alpha.3
This commit is contained in:
parent
287ba01691
commit
af233b8fb3
|
@ -47,7 +47,7 @@
|
||||||
"@apidevtools/swagger-parser": "10.0.3",
|
"@apidevtools/swagger-parser": "10.0.3",
|
||||||
"@budibase/backend-core": "2.5.6-alpha.3",
|
"@budibase/backend-core": "2.5.6-alpha.3",
|
||||||
"@budibase/client": "2.5.6-alpha.3",
|
"@budibase/client": "2.5.6-alpha.3",
|
||||||
"@budibase/pro": "2.5.6-alpha.2",
|
"@budibase/pro": "2.5.6-alpha.3",
|
||||||
"@budibase/shared-core": "2.5.6-alpha.3",
|
"@budibase/shared-core": "2.5.6-alpha.3",
|
||||||
"@budibase/string-templates": "2.5.6-alpha.3",
|
"@budibase/string-templates": "2.5.6-alpha.3",
|
||||||
"@budibase/types": "2.5.6-alpha.3",
|
"@budibase/types": "2.5.6-alpha.3",
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@budibase/backend-core": "2.5.6-alpha.3",
|
"@budibase/backend-core": "2.5.6-alpha.3",
|
||||||
"@budibase/pro": "2.5.6-alpha.2",
|
"@budibase/pro": "2.5.6-alpha.3",
|
||||||
"@budibase/string-templates": "2.5.6-alpha.3",
|
"@budibase/string-templates": "2.5.6-alpha.3",
|
||||||
"@budibase/types": "2.5.6-alpha.3",
|
"@budibase/types": "2.5.6-alpha.3",
|
||||||
"@koa/router": "8.0.8",
|
"@koa/router": "8.0.8",
|
||||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -1486,15 +1486,15 @@
|
||||||
pouchdb-promise "^6.0.4"
|
pouchdb-promise "^6.0.4"
|
||||||
through2 "^2.0.0"
|
through2 "^2.0.0"
|
||||||
|
|
||||||
"@budibase/pro@2.5.6-alpha.1":
|
"@budibase/pro@2.5.6-alpha.2":
|
||||||
version "2.5.6-alpha.1"
|
version "2.5.6-alpha.2"
|
||||||
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.5.6-alpha.1.tgz#a471d8b6b9c5f7e648d6a78c20bea942583c373f"
|
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.5.6-alpha.2.tgz#9029a9748a1beb5733bb76326d9c9bebf4e5f326"
|
||||||
integrity sha512-L4TtyGUH5LTTHC+Zsk9ozh/ZNQZ1hTcDAJ6ijOW6MJTZSRnOZN9X2u3KAegvmbmNT49adsCr3RcOy+EmDLD/9A==
|
integrity sha512-55psh21TQmbPIV+7SZhNT3uogUsKhRmSrk2L6iQB31Tbywu8JDuXpbjaf8Zyi15QiZLslV+1Od47b9YfX97adg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@budibase/backend-core" "2.5.6-alpha.1"
|
"@budibase/backend-core" "2.5.6-alpha.2"
|
||||||
"@budibase/shared-core" "2.4.44-alpha.1"
|
"@budibase/shared-core" "2.4.44-alpha.1"
|
||||||
"@budibase/string-templates" "2.4.44-alpha.1"
|
"@budibase/string-templates" "2.4.44-alpha.1"
|
||||||
"@budibase/types" "2.5.6-alpha.1"
|
"@budibase/types" "2.5.6-alpha.2"
|
||||||
"@koa/router" "8.0.8"
|
"@koa/router" "8.0.8"
|
||||||
bull "4.10.1"
|
bull "4.10.1"
|
||||||
joi "17.6.0"
|
joi "17.6.0"
|
||||||
|
|
Loading…
Reference in New Issue