chore v0.8.0 js sdk update

This commit is contained in:
Ben Allfree 2022-11-19 03:46:05 -08:00
parent f24d5fe043
commit 593440e165
5 changed files with 8 additions and 8 deletions

View File

@ -31,7 +31,7 @@
"cross-fetch": "^3.1.5",
"eventsource": "^2.0.2",
"find-up": "^6.3.0",
"pocketbase": "^0.8.0-rc1",
"pocketbase": "^0.8.0",
"prompts": "^2.4.2",
"tmp": "^0.2.1"
},

View File

@ -6,6 +6,6 @@
"dependencies": {
"@s-libs/micro-dash": "^14.1.0",
"nanoid": "^4.0.0",
"pocketbase": "^0.8.0-rc1"
"pocketbase": "^0.8.0"
}
}

View File

@ -21,7 +21,7 @@
"http-proxy": "^1.18.1",
"knex": "^2.3.0",
"node-fetch": "^3.2.10",
"pocketbase": "^0.8.0-rc1",
"pocketbase": "^0.8.0",
"sqlite3": "^5.1.2",
"type-fest": "^3.1.0",
"eventsource": "^2.0.2",

View File

@ -32,7 +32,7 @@
"@types/js-cookie": "^3.0.2",
"date-fns": "^2.29.3",
"js-cookie": "^3.0.1",
"pocketbase": "^0.8.0-rc1",
"pocketbase": "^0.8.0",
"pretty-bytes": "^6.0.0",
"random-word-slugs": "^0.1.6",
"sass": "^1.54.9",

View File

@ -3091,10 +3091,10 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
pocketbase@^0.8.0-rc1:
version "0.8.0-rc3"
resolved "https://registry.yarnpkg.com/pocketbase/-/pocketbase-0.8.0-rc3.tgz#4a2787000b0ebd3a5957d3ee0f82e11b9af28d2f"
integrity sha512-x3t1kxCvFXPx1J5ejXXJPqtW/gg3EIOxE11CpGpOITMysN5a6bS01lqiWvtL6v5JAbvfdUDin9SNGZy4MRA6ZQ==
pocketbase@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/pocketbase/-/pocketbase-0.8.0.tgz#f2c8b1062169c183c16fbc48cbe31e93d9e4bb20"
integrity sha512-LMuV46YcuG4bDZ1DNeUkvbaS5MWLZ1gpmccn6rYIg50n1bQ/BZJ9ip6SMJqo7xRGkPSL4kk1RP/zCkiG6g37Lg==
postcss-value-parser@^4.2.0:
version "4.2.0"