Update pro version to 2.6.0
This commit is contained in:
parent
56eb0a318c
commit
2cbae832c4
|
@ -47,7 +47,7 @@
|
|||
"@apidevtools/swagger-parser": "10.0.3",
|
||||
"@budibase/backend-core": "^2.6.0",
|
||||
"@budibase/client": "^2.6.0",
|
||||
"@budibase/pro": "2.5.10",
|
||||
"@budibase/pro": "2.6.0",
|
||||
"@budibase/shared-core": "^2.6.0",
|
||||
"@budibase/string-templates": "^2.6.0",
|
||||
"@budibase/types": "^2.6.0",
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@budibase/backend-core": "^2.6.0",
|
||||
"@budibase/pro": "2.5.10",
|
||||
"@budibase/pro": "2.6.0",
|
||||
"@budibase/string-templates": "^2.6.0",
|
||||
"@budibase/types": "^2.6.0",
|
||||
"@koa/router": "8.0.8",
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -1486,15 +1486,15 @@
|
|||
pouchdb-promise "^6.0.4"
|
||||
through2 "^2.0.0"
|
||||
|
||||
"@budibase/pro@2.5.10-alpha.1":
|
||||
version "2.5.10-alpha.1"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.5.10-alpha.1.tgz#9b3241809330860a0c38bcd08a31c8ddfe4f7fe8"
|
||||
integrity sha512-Bhy9fb0HmfLpmaknfE+qxxRB4X4CWKHho2WMVugqLqzpLIyYJIksNucJgIu4EHPP6By24R0PtcCoJNZNgn6xNw==
|
||||
"@budibase/pro@2.5.10":
|
||||
version "2.5.10"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.5.10.tgz#b7d81c1615df7ba51a199c29d5c87dadad3f004e"
|
||||
integrity sha512-c3uAYPyn3BXZyZc1940kIAbNoFOxWVJHQOCz+4AQLRUmMDznSNsOZGhzhdqlc2IL7xL51Oz3Ry5eAVhdPJWb7A==
|
||||
dependencies:
|
||||
"@budibase/backend-core" "2.5.10-alpha.1"
|
||||
"@budibase/backend-core" "2.5.10"
|
||||
"@budibase/shared-core" "2.5.9"
|
||||
"@budibase/string-templates" "2.5.9"
|
||||
"@budibase/types" "2.5.10-alpha.1"
|
||||
"@budibase/types" "2.5.10"
|
||||
"@koa/router" "8.0.8"
|
||||
bull "4.10.1"
|
||||
joi "17.6.0"
|
||||
|
@ -1542,11 +1542,6 @@
|
|||
lodash "^4.17.20"
|
||||
vm2 "^3.9.15"
|
||||
|
||||
"@budibase/types@^2.5.9":
|
||||
version "2.5.9"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.5.9.tgz#4b1253e76b95cd8d6a42e86ebc3363a305c62653"
|
||||
integrity sha512-7NELdWB3iV5y+pmXhm9g/v1AlN+wqHtoy67DZxKY5dlcK4DCcTdlqkToGiiw9d3sDPgDAVznjdZYnB5pGzd3TQ==
|
||||
|
||||
"@bull-board/api@3.7.0":
|
||||
version "3.7.0"
|
||||
resolved "https://registry.yarnpkg.com/@bull-board/api/-/api-3.7.0.tgz#231f687187c0cb34e0b97f463917b6aaeb4ef6af"
|
||||
|
|
Loading…
Reference in New Issue