chore: Bump ioredis for fixes

chore: Remove sequelize language from user-facing db migrations
This commit is contained in:
Tom Moor
2021-03-22 18:41:54 -07:00
parent bb5443452b
commit 9af9d3a008
4 changed files with 42 additions and 25 deletions

View File

@@ -13,9 +13,10 @@
"dev": "nodemon --exec \"yarn build:server && yarn build:i18n && node build/server/index.js\" -e js --ignore build/ --ignore app/",
"lint": "eslint app server shared",
"deploy": "git push heroku master",
"heroku-postbuild": "yarn build && yarn sequelize:migrate",
"sequelize:create-migration": "sequelize migration:create",
"heroku-postbuild": "yarn build && yarn db:migrate",
"sequelize:migrate": "sequelize db:migrate",
"db:create-migration": "sequelize migration:create",
"db:migrate": "sequelize db:migrate",
"upgrade": "git fetch && git pull && yarn install && yarn heroku-postbuild",
"test": "yarn test:app && yarn test:server",
"test:app": "jest",
@@ -102,7 +103,7 @@
"immutable": "^3.8.2",
"imports-loader": "0.6.5",
"invariant": "^2.2.2",
"ioredis": "^4.14.1",
"ioredis": "^4.24.3",
"isomorphic-fetch": "2.2.1",
"joplin-turndown-plugin-gfm": "^1.0.12",
"js-search": "^1.4.2",
@@ -220,4 +221,4 @@
"js-yaml": "^3.13.1"
},
"version": "0.54.0"
}
}