mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-28 16:07:49 +01:00
update dependencies
This commit is contained in:
36
package.json
36
package.json
@@ -1,57 +1,57 @@
|
||||
{
|
||||
"name": "writer-backend",
|
||||
"devDependencies": {
|
||||
"@blueprintjs/tslint-config": "^1.7.1",
|
||||
"@blueprintjs/tslint-config": "^1.8.0",
|
||||
"@types/bcrypt": "^3.0.0",
|
||||
"@types/chai": "^4.1.7",
|
||||
"@types/eslint": "^4.16.6",
|
||||
"@types/eslint-plugin-prettier": "^2.2.0",
|
||||
"@types/jsonwebtoken": "^8.3.0",
|
||||
"@types/jsonwebtoken": "^8.3.2",
|
||||
"@types/koa": "^2.0.48",
|
||||
"@types/koa-logger": "^3.1.1",
|
||||
"@types/koa-router": "^7.0.39",
|
||||
"@types/koa-router": "^7.0.40",
|
||||
"@types/koa__cors": "^2.2.3",
|
||||
"@types/lodash": "^4.14.120",
|
||||
"@types/mocha": "^5.2.5",
|
||||
"@types/lodash": "^4.14.123",
|
||||
"@types/mocha": "^5.2.6",
|
||||
"@types/mysql": "^2.15.5",
|
||||
"@types/node": "^10.12.23",
|
||||
"@types/prettier": "^1.15.2",
|
||||
"@types/prettier": "^1.16.1",
|
||||
"@types/supertest": "^2.0.7",
|
||||
"chai": "^4.2.0",
|
||||
"concurrently": "^4.1.0",
|
||||
"cross-env": "^5.2.0",
|
||||
"eslint": "^5.13.0",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-airbnb": "^17.1.0",
|
||||
"eslint-config-prettier": "^4.0.0",
|
||||
"eslint-config-prettier": "^4.1.0",
|
||||
"eslint-plugin-import": "^2.16.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.1",
|
||||
"eslint-plugin-prettier": "^3.0.1",
|
||||
"eslint-plugin-react": "^7.12.4",
|
||||
"mocha": "^5.2.0",
|
||||
"mocha": "^6.1.2",
|
||||
"prettier": "^1.16.4",
|
||||
"supertest": "^3.4.2",
|
||||
"ts-node": "8.0.2",
|
||||
"supertest": "^4.0.2",
|
||||
"ts-node": "8.0.3",
|
||||
"ts-node-dev": "^1.0.0-pre.32",
|
||||
"tsconfig-paths": "^3.8.0",
|
||||
"tslint": "^5.12.1",
|
||||
"tslint": "^5.15.0",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"tslint-no-unused-expression-chai": "^0.1.4",
|
||||
"tslint-plugin-prettier": "^2.0.1",
|
||||
"typescript": "3.3.3"
|
||||
"typescript": "3.4.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@koa/cors": "^2.2.3",
|
||||
"bcrypt": "^3.0.4",
|
||||
"jsonwebtoken": "^8.4.0",
|
||||
"@koa/cors": "^3.0.0",
|
||||
"bcrypt": "^3.0.5",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"koa": "^2.7.0",
|
||||
"koa-body": "^4.0.7",
|
||||
"koa-body": "^4.1.0",
|
||||
"koa-jwt": "^3.5.1",
|
||||
"koa-logger": "^3.2.0",
|
||||
"koa-router": "^7.4.0",
|
||||
"lodash": "^4.17.11",
|
||||
"mysql": "^2.16.0",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"typeorm": "0.2.12"
|
||||
"typeorm": "0.2.16"
|
||||
},
|
||||
"scripts": {
|
||||
"ts-node-dev": "ts-node-dev -r tsconfig-paths/register src/server.ts",
|
||||
|
||||
Reference in New Issue
Block a user