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