update deps + rc16

This commit is contained in:
lesion
2022-07-29 18:44:38 +02:00
parent a7516314e6
commit 13a8f43044
2 changed files with 776 additions and 464 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "gancio",
"version": "1.5.0-rc.15",
"version": "1.5.0-rc.16",
"description": "A shared agenda for local communities",
"author": "lesion",
"scripts": {
"build": "nuxt build --modern",
"start:inspect": "NODE_ENV=production node --inspect node_modules/.bin/nuxt start --modern",
"dev": "nuxt dev",
"test-sqlite": "export NODE_ENV=test; export DB=sqlite; jest",
"test-mariadb": "export NODE_ENV=test; export DB=mariadb; jest",
"test-postgresql": "export NODE_ENV=test; export DB=postgresql; jest",
"test-sqlite": "export NODE_ENV=test; export DB=sqlite; jest --bail=1",
"test-mariadb": "export NODE_ENV=test; export DB=mariadb; jest --bail=1",
"test-postgresql": "export NODE_ENV=test; export DB=postgresql; jest --bail=1",
"start": "nuxt start --modern",
"doc": "cd docs && bundle exec jekyll b",
"doc:dev": "cd docs && bundle exec jekyll s --drafts",
@@ -57,7 +57,7 @@
"linkify-html": "^3.0.4",
"linkifyjs": "3.0.5",
"lodash": "^4.17.21",
"mariadb": "^3.0.0",
"mariadb": "^3.0.1",
"microformat-node": "^2.0.1",
"minify-css-string": "^1.0.0",
"mkdirp": "^1.0.4",

1230
yarn.lock

File diff suppressed because it is too large Load Diff