update deps, remove tslint

This commit is contained in:
2020-08-14 15:17:25 +03:00
parent 1c3bd9fccd
commit 820c80d4ad
6 changed files with 8802 additions and 11558 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,32 +10,32 @@
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/highlight.js": "^9.12.4",
"@types/jest": "^25.2.3",
"@types/jest": "^26.0.9",
"@types/parcel-bundler": "^1.12.1",
"@types/react": "^16.9.35",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/react-router": "^5.1.7",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.5",
"@types/sass": "^1.16.0",
"autoprefixer": "^9.8.0",
"autoprefixer": "^9.8.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"jest": "^26.0.1",
"enzyme-adapter-react-16": "^1.15.3",
"jest": "^26.4.0",
"parcel-bundler": "^1.12.4",
"postcss-modules": "^2.0.0",
"postcss-modules": "^3.2.0",
"redux-devtools-extension": "^2.13.8",
"sass": "^1.26.8",
"ts-jest": "^26.1.0"
"sass": "^1.26.10",
"ts-jest": "^26.2.0"
},
"dependencies": {
"@blueprintjs/core": "^3.28.1",
"@blueprintjs/icons": "^3.18.0",
"highlight.js": "^10.0.3",
"@blueprintjs/core": "^3.31.0",
"@blueprintjs/icons": "^3.20.1",
"highlight.js": "^10.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-markdown": "^4.3.1",
"react-redux": "^7.2.0",
"react-redux": "^7.2.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-spring": "^8.0.27",