update deps

This commit is contained in:
2019-12-07 18:02:04 +03:00
parent 1992812d6c
commit 05cff029c9
4 changed files with 594 additions and 325 deletions

View File

@@ -7,41 +7,41 @@
},
"devDependencies": {
"@types/autoprefixer": "^9.6.1",
"@types/enzyme": "^3.10.3",
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/highlight.js": "^9.12.3",
"@types/jest": "^24.0.20",
"@types/jest": "^24.0.23",
"@types/parcel-bundler": "^1.12.1",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@types/react": "^16.9.15",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.5",
"@types/react-router": "^5.1.2",
"@types/react-router-dom": "^5.1.0",
"@types/react-router": "^5.1.3",
"@types/react-router-dom": "^5.1.3",
"@types/sass": "^1.16.0",
"autoprefixer": "^9.7.0",
"autoprefixer": "^9.7.3",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"jest": "^24.9.0",
"parcel-bundler": "^1.12.4",
"postcss-modules": "^1.4.1",
"redux-devtools-extension": "^2.13.8",
"sass": "^1.23.1",
"ts-jest": "^24.1.0"
"sass": "^1.23.7",
"ts-jest": "^24.2.0"
},
"dependencies": {
"@blueprintjs/core": "^3.19.1",
"@blueprintjs/icons": "^3.11.0",
"highlight.js": "^9.15.10",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"@blueprintjs/core": "^3.22.1",
"@blueprintjs/icons": "^3.12.0",
"highlight.js": "^9.16.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-markdown": "^4.2.2",
"react-redux": "^7.1.1",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-spring": "^8.0.27",
"redux": "^4.0.4",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.1"
"redux-saga": "^1.1.3"
},
"postcss": {
"plugins": {