Update pro version to 2.6.4
This commit is contained in:
parent
76ad8bca7c
commit
488ce6c072
|
@ -47,7 +47,7 @@
|
|||
"@apidevtools/swagger-parser": "10.0.3",
|
||||
"@budibase/backend-core": "^2.6.4",
|
||||
"@budibase/client": "^2.6.4",
|
||||
"@budibase/pro": "2.6.3",
|
||||
"@budibase/pro": "2.6.4",
|
||||
"@budibase/shared-core": "^2.6.4",
|
||||
"@budibase/string-templates": "^2.6.4",
|
||||
"@budibase/types": "^2.6.4",
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@budibase/backend-core": "^2.6.4",
|
||||
"@budibase/pro": "2.6.3",
|
||||
"@budibase/pro": "2.6.4",
|
||||
"@budibase/string-templates": "^2.6.4",
|
||||
"@budibase/types": "^2.6.4",
|
||||
"@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.2":
|
||||
version "2.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.6.2.tgz#b30602c740c244a2cfbcc962af99140d936311b2"
|
||||
integrity sha512-QXNUitikX6ygCr3pSEkAOx9Yw6LsXZCrwgyVRVA7JyGggVjVFn1zOU23/OfD6E9zhj9bMOQpoKTCBAwuvSSICQ==
|
||||
"@budibase/pro@2.6.3":
|
||||
version "2.6.3"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.6.3.tgz#c978a50566cd269256c8e3840fe549f768b05408"
|
||||
integrity sha512-YhUR3afV34JmCO0DMFj4682fIaf06GfVmqz8U68j5MviT7JSctiqfFwF4xJaIYJGrLiXogQATFIEE/mLBBv0pA==
|
||||
dependencies:
|
||||
"@budibase/backend-core" "2.6.2"
|
||||
"@budibase/backend-core" "2.6.3"
|
||||
"@budibase/shared-core" "2.5.9"
|
||||
"@budibase/string-templates" "2.5.9"
|
||||
"@budibase/types" "2.6.2"
|
||||
"@budibase/types" "2.6.3"
|
||||
"@koa/router" "8.0.8"
|
||||
bull "4.10.1"
|
||||
joi "17.6.0"
|
||||
|
|
Loading…
Reference in New Issue