update dependencies

This commit is contained in:
2019-04-09 15:11:29 +03:00
parent 42447453e8
commit 4e5d6fea09
4 changed files with 2557 additions and 3149 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -7,41 +7,41 @@
},
"devDependencies": {
"@types/autoprefixer": "^9.4.0",
"@types/enzyme": "^3.9.0",
"@types/enzyme": "^3.9.1",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.11",
"@types/node-sass": "^3.10.32",
"@types/parcel-bundler": "^1.10.1",
"@types/react": "^16.8.2",
"@types/react-dom": "^16.8.0",
"@types/react-redux": "^7.0.1",
"@types/react-router": "^4.4.3",
"@types/node-sass": "^4.11.0",
"@types/parcel-bundler": "^1.12.0",
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.3",
"@types/react-redux": "^7.0.6",
"@types/react-router": "^4.4.5",
"@types/react-router-dom": "^4.3.1",
"autoprefixer": "^9.4.7",
"autoprefixer": "^9.5.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"jest": "^24.3.1",
"enzyme-adapter-react-16": "^1.12.1",
"jest": "^24.7.1",
"node-sass": "^4.11.0",
"parcel-bundler": "^1.11.0",
"parcel-bundler": "^1.12.3",
"postcss-modules": "^1.4.1",
"redux-devtools-extension": "^2.13.8",
"ts-jest": "^24.0.0"
"ts-jest": "^24.0.2"
},
"dependencies": {
"@blueprintjs/core": "^3.13.0",
"@blueprintjs/icons": "^3.6.0",
"@blueprintjs/core": "^3.15.0",
"@blueprintjs/icons": "^3.7.0",
"http2": "^3.3.7",
"rea": "0.0.1",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-markdown": "^4.0.6",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-spring": "^8.0.4",
"react-redux": "^7.0.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-spring": "^8.0.19",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-saga": "^1.0.1"
"redux-saga": "^1.0.2"
},
"postcss": {
"plugins": {

1672
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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",