Skip to content

Commit a5fd900

Browse files
author
Stefania
committed
fixed upload error handling, updated some deps
1 parent 7c7ffc4 commit a5fd900

File tree

3 files changed

+105
-97
lines changed

3 files changed

+105
-97
lines changed

package-lock.json

Lines changed: 96 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lib": "lib"
1616
},
1717
"dependencies": {
18-
"detect-browser": "^4.0.4",
18+
"detect-browser": "^4.1.0",
1919
"rxjs": "^6.4.0",
2020
"semver-compare": "^1.0.0",
2121
"socket.io-client": "2.2.0"
@@ -31,11 +31,11 @@
3131
"babel-preset-react": "^6.24.1",
3232
"clean-webpack-plugin": "^1.0.1",
3333
"cross-env": "^5.2.0",
34-
"eslint": "^5.12.1",
34+
"eslint": "^5.13.0",
3535
"eslint-config-airbnb-base": "^13.1.0",
3636
"eslint-plugin-import": "^2.16.0",
3737
"html-webpack-plugin": "^3.2.0",
38-
"react": "^16.7.0",
38+
"react": "^16.8.1",
3939
"react-dom": "^16.7.0",
4040
"rimraf": "^2.6.3",
4141
"rollup": "^0.59.4",
@@ -46,7 +46,7 @@
4646
"rollup-plugin-uglify-es": "^0.0.1",
4747
"rollup-watch": "^4.3.1",
4848
"webpack": "^3.11.0",
49-
"webpack-cli": "^3.2.1",
49+
"webpack-cli": "^3.2.3",
5050
"webpack-dev-server": "^2.11.3"
5151
},
5252
"scripts": {

0 commit comments

Comments
 (0)