chore: bump dependencies

* while we are here, get rid of the Taobao npm mirror
* (I was blocked by npmjs.com for some reason. My access was totally
  403'ed. So I had to use a mirror)
This commit is contained in:
Peter Cai 2020-06-25 19:32:35 +08:00
parent 25f04b0c7e
commit 4122b2f1bd
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
2 changed files with 2229 additions and 2302 deletions

4521
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,12 +20,12 @@
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"coffee-loader": "^0.9.0",
"coffee-loader": "^1.0.0",
"coffeescript": "^2.5.1",
"css-loader": "^3.4.2",
"detect-browser": "^4.8.0",
"detect-browser": "^5.1.1",
"fast-xml-parser": "^3.16.0",
"highlight.js": "^9.18.1",
"highlight.js": "^10.1.1",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
@ -33,13 +33,13 @@
"raw-loader": "^4.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-dropzone": "^10.2.1",
"react-dropzone": "^11.0.1",
"react-modal": "^3.11.1",
"react-router-dom": "^5.1.2",
"react-router-transition": "^2.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"url-loader": "^3.0.0",
"url-loader": "^4.1.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
}