feat(core): more deps update

This commit is contained in:
Alexey Kasyanchuk
2018-05-14 15:45:17 +03:00
parent 4bc63e3b8c
commit f882f6b1aa
2 changed files with 1040 additions and 876 deletions

1902
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -127,8 +127,8 @@
"mysql": "^2.15.0", "mysql": "^2.15.0",
"nat-upnp": "^1.1.1", "nat-upnp": "^1.1.1",
"object-hash": "^1.3.0", "object-hash": "^1.3.0",
"react": "^16.3.1", "react": "^16.3.2",
"react-dom": "^16.3.1", "react-dom": "^16.3.2",
"react-input-range": "^1.3.0", "react-input-range": "^1.3.0",
"react-markdown": "^3.1.5", "react-markdown": "^3.1.5",
"react-tap-event-plugin": "^3.0.2", "react-tap-event-plugin": "^3.0.2",
@ -145,7 +145,7 @@
"@semantic-release/exec": "^2.2.3", "@semantic-release/exec": "^2.2.3",
"@semantic-release/git": "^3.1.1", "@semantic-release/git": "^3.1.1",
"@semantic-release/npm": "^3.2.2", "@semantic-release/npm": "^3.2.2",
"babel-loader": "^8.0.0-beta.0", "babel-loader": "^8.0.0-beta.2",
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3", "babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
"chai": "^4.1.2", "chai": "^4.1.2",
"css-loader": "^0.28.11", "css-loader": "^0.28.11",
@ -158,11 +158,11 @@
"socket.io": "^2.1.0", "socket.io": "^2.1.0",
"source-map-support": "^0.5.0", "source-map-support": "^0.5.0",
"spectron": "^3.8.0", "spectron": "^3.8.0",
"style-loader": "^0.20.3", "style-loader": "^0.21.0",
"sw-precache-webpack-plugin": "^0.11.5", "sw-precache-webpack-plugin": "^0.11.5",
"url-loader": "^0.6.2", "url-loader": "^1.0.1",
"webpack": "^4.5.0", "webpack": "^4.8.3",
"webpack-cli": "^2.0.14", "webpack-cli": "^2.1.3",
"webpack-merge": "^4.1.2", "webpack-merge": "^4.1.2",
"webpack-node-externals": "^1.7.2" "webpack-node-externals": "^1.7.2"
} }