Update pro version to 2.6.16
This commit is contained in:
parent
ceeeb0ad8d
commit
58cb15623b
|
@ -47,7 +47,7 @@
|
|||
"@apidevtools/swagger-parser": "10.0.3",
|
||||
"@budibase/backend-core": "^2.6.16",
|
||||
"@budibase/client": "^2.6.16",
|
||||
"@budibase/pro": "2.6.15",
|
||||
"@budibase/pro": "2.6.16",
|
||||
"@budibase/shared-core": "^2.6.16",
|
||||
"@budibase/string-templates": "^2.6.16",
|
||||
"@budibase/types": "^2.6.16",
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@budibase/backend-core": "^2.6.16",
|
||||
"@budibase/pro": "2.6.15",
|
||||
"@budibase/pro": "2.6.16",
|
||||
"@budibase/string-templates": "^2.6.16",
|
||||
"@budibase/types": "^2.6.16",
|
||||
"@koa/router": "8.0.8",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -1486,15 +1486,15 @@
|
|||
pouchdb-promise "^6.0.4"
|
||||
through2 "^2.0.0"
|
||||
|
||||
"@budibase/pro@2.6.14":
|
||||
version "2.6.14"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.6.14.tgz#88345d2aa6630e4aef4943874c56b66f017c83e1"
|
||||
integrity sha512-86mo0QeBgCGqsSAesBZjOBEwJEcYdcnsJFXzw0UY3jdpMwu+nOdZGwBpLNI10qy88S/cpe44MrtPslQLIJRIcQ==
|
||||
"@budibase/pro@2.6.15":
|
||||
version "2.6.15"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.6.15.tgz#527a0e6fe85d0413382433a23b0342d77670db1d"
|
||||
integrity sha512-oXssIt4VvFEde8ftRnk7XPYMOXI/E7YN8GseSyhAxzozPYdGatd1AyqnBAJFgrYtAwQCLQOZBJFWRWhCpCCPhA==
|
||||
dependencies:
|
||||
"@budibase/backend-core" "2.6.14"
|
||||
"@budibase/backend-core" "2.6.15"
|
||||
"@budibase/shared-core" "2.5.9"
|
||||
"@budibase/string-templates" "2.5.9"
|
||||
"@budibase/types" "2.6.14"
|
||||
"@budibase/types" "2.6.15"
|
||||
"@koa/router" "8.0.8"
|
||||
bull "4.10.1"
|
||||
joi "17.6.0"
|
||||
|
|
Loading…
Reference in New Issue