update more packages to node 12 compatible versions

This commit is contained in:
HF 2020-01-04 02:31:27 +01:00
parent d302c3f975
commit ff359916db
2 changed files with 1934 additions and 552 deletions

2450
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,8 @@
"lint": "cd $INIT_CWD && eslint --ext .jsx --ext .js",
"lint:src": "eslint --ext .jsx --ext .js src",
"lint:css": "stylelint \"src/**/*.{css,less,scss,sss}\"",
"lint:staged": "lint-staged"
"lint:staged": "lint-staged",
"upgrade": "npm-check --update"
},
"author": "HF <hf@example.com>",
"browserslist": [
@ -27,9 +28,9 @@
"bcrypt": "^3.0.6",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"bufferutil": "^3.0.0",
"bufferutil": "^4.0.1",
"compression": "^1.7.3",
"connect-redis": "^3.3.0",
"connect-redis": "^4.0.3",
"cookie-parser": "^1.4.3",
"core-js": "^3.6.1",
"cors": "^2.8.4",
@ -39,6 +40,7 @@
"express-session": "^1.15.2",
"express-validator": "^3.2.0",
"global": "^4.3.2",
"hammerjs": "^2.0.8",
"http-proxy-agent": "^2.1.0",
"ip": "^1.1.5",
"ip-address": "^5.8.9",
@ -52,11 +54,12 @@
"node-sass": "^4.11.0",
"passport": "^0.4.0",
"passport-discord": "^0.1.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-json": "^1.2.0",
"passport-reddit": "^0.2.4",
"passport-vkontakte": "^0.3.2",
"push.js": "1.0.9",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-file-download": "^0.3.4",
@ -74,17 +77,15 @@
"redux-thunk": "^2.2.0",
"sendmail": "^1.6.1",
"sequelize": "^5.19.2",
"sharp": "^0.21.3",
"sharp": "^0.23.4",
"startaudiocontext": "^1.2.1",
"sweetalert2": "^9.5.4",
"three": "^0.112.1",
"three-trackballcontrols-ts": "^0.1.2",
"url-search-params-polyfill": "^7.0.0",
"validator": "^7.0.0",
"visibilityjs": "^1.2.4",
"winston": "^2.3.1",
"three": "^0.112.1",
"three-trackballcontrols-ts": "^0.1.2",
"hammerjs": "^2.0.8",
"push.js": "1.0.9",
"startaudiocontext": "^1.2.1",
"sweetalert2": "^6.6.6",
"ws": "^7.1.2"
},
"devDependencies": {
@ -119,16 +120,17 @@
"babel-plugin-transform-react-pure-class-to-function": "^1.0.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"css-loader": "^3.4.1",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-flowtype": "^2.33.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-flowtype": "^4.5.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.0.1",
"flow-bin": "^0.59.0",
"http-proxy": "^1.16.2",
"json-loader": "^0.5.4",
"npm-check": "^5.9.0",
"react-hot-loader": "^4.12.14",
"react-svg-loader": "^3.0.3",
"rimraf": "^2.6.1",