npm audit fix

This commit is contained in:
2019-07-22 20:25:42 +03:00
parent 2a43c3009f
commit 76d5a42b01
4 changed files with 327 additions and 388 deletions

View File

@@ -7,31 +7,31 @@
},
"devDependencies": {
"@types/autoprefixer": "^9.5.0",
"@types/enzyme": "^3.9.4",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/highlight.js": "^9.12.3",
"@types/jest": "^24.0.15",
"@types/node-sass": "^4.11.0",
"@types/parcel-bundler": "^1.12.0",
"@types/react": "^16.8.22",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.1.0",
"@types/react-router": "^5.0.2",
"@types/react-redux": "^7.1.1",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.4",
"@types/sass": "^1.16.0",
"autoprefixer": "^9.6.0",
"autoprefixer": "^9.6.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"jest": "^24.8.0",
"parcel-bundler": "^1.12.3",
"postcss-modules": "^1.4.1",
"redux-devtools-extension": "^2.13.8",
"sass": "^1.22.0",
"sass": "^1.22.7",
"ts-jest": "^24.0.2"
},
"dependencies": {
"@blueprintjs/core": "^3.16.2",
"@blueprintjs/icons": "^3.9.0",
"@blueprintjs/core": "^3.17.1",
"@blueprintjs/icons": "^3.9.1",
"highlight.js": "^9.15.8",
"react": "^16.8.6",
"react-dom": "^16.8.6",
@@ -39,10 +39,10 @@
"react-redux": "^7.1.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-spring": "^8.0.25",
"redux": "^4.0.1",
"react-spring": "^8.0.27",
"redux": "^4.0.4",
"redux-persist": "^5.10.0",
"redux-saga": "^1.0.3"
"redux-saga": "^1.0.5"
},
"postcss": {
"plugins": {