upgrade quasar dependency.

This commit is contained in:
fiatjaf 2022-05-13 13:16:56 -03:00
parent 9d3bc50818
commit ec1cbf98cb
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# branle
a twitter-like nostr client forked off from https://github.com/arcbtc/nostr.
a twitter-like [nostr](https://github.com/fiatjaf/nostr) client.
https://user-images.githubusercontent.com/1653275/149637874-5ae1e400-1de0-42f1-9946-c4cec19347ed.mp4
@ -11,7 +11,7 @@ yarn
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
npx quasar dev
./node_modules/.bin/quasar dev
```
### Lint the files
@ -21,7 +21,7 @@ yarn run lint
### Build the app for production
```bash
npx quasar build
./node_modules/.bin/quasar build
```
## Docker

View File

@ -27,7 +27,7 @@
"pouchdb-core": "6",
"pouchdb-mapreduce": "6",
"pouchdb-upsert": "^2.2.0",
"quasar": "^2.0.0",
"quasar": "2.5.5",
"readable-stream": "^3.6.0",
"relative-date": "^1.1.3",
"stream": "^0.0.2",

View File

@ -5702,10 +5702,10 @@ qs@6.7.0:
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
quasar@^2.0.0:
version "2.3.4"
resolved "https://registry.yarnpkg.com/quasar/-/quasar-2.3.4.tgz#cd622f84ad4fc9bd4c156d4a0e6f896e3e92d27b"
integrity sha512-VgqjuzlRqZU2t4gKDHQHc/gt9nKXi9y1VRM7xYO6VOuJcm48wgOzyBdTwl1vVseghWeEIEHRM9M+R629WWF9MQ==
quasar@2.5.5:
version "2.5.5"
resolved "https://registry.yarnpkg.com/quasar/-/quasar-2.5.5.tgz#942996e10a548c5f8a368b51d3432da21043d25a"
integrity sha512-7UntzqIBih+xZLCB/f9pxuvNP3EBgexfQDbf8r9p58DHWAiSQwamLjcRHKqmujjp0uX1QChtp6oUxEkK+sFKtA==
querystring@0.2.0:
version "0.2.0"