Completely updated React, fixed #11, (hopefully)
This commit is contained in:
18
goTorrentWebUI/node_modules/react-dropzone/package.json
generated
vendored
18
goTorrentWebUI/node_modules/react-dropzone/package.json
generated
vendored
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"_from": "react-dropzone",
|
||||
"_id": "react-dropzone@4.2.5",
|
||||
"_id": "react-dropzone@4.2.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-bZjPu7MwgyGiuDjlVS4MQeri3VI/wB59mfT5IoKug/WPw4DxFvrtsBagPkNVxfsMmu4fhrb1LY3s/6X1viDWHg==",
|
||||
"_integrity": "sha512-L/q6ySfhdG9Md3P21jFumzlm92TxRT0FtYX6G793Nf8bt7Fzpwx6gJsPk0idV094koj/Y5vRpp0q9+e0bdsjxw==",
|
||||
"_location": "/react-dropzone",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
@@ -18,8 +18,8 @@
|
||||
"_requiredBy": [
|
||||
"#USER"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-4.2.5.tgz",
|
||||
"_shasum": "61f4ea914ac8b0a8c7f39795c74c4718d03b13f1",
|
||||
"_resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-4.2.8.tgz",
|
||||
"_shasum": "27ce163544d92c75734b0e1e54c471979587e737",
|
||||
"_spec": "react-dropzone",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
@@ -50,6 +50,10 @@
|
||||
{
|
||||
"name": "Tyler Waters",
|
||||
"email": "tyler.waters@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Rick Markins",
|
||||
"email": "rmarkins@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
@@ -135,7 +139,7 @@
|
||||
"scripts": {
|
||||
"build": "npm run clean && npm run build:umd && npm run build:es",
|
||||
"build:es": "cross-env BABEL_ENV=es babel ./src --out-dir ./dist/es --ignore spec.js",
|
||||
"build:umd": "cross-env NODE_ENV=production webpack",
|
||||
"build:umd": "cross-env NODE_ENV=production webpack -p",
|
||||
"ci": "git-cz",
|
||||
"clean": "rimraf ./dist",
|
||||
"commitmsg": "commitlint -e",
|
||||
@@ -156,12 +160,12 @@
|
||||
"size-limit": [
|
||||
{
|
||||
"path": "dist/index.js",
|
||||
"limit": "6 KB"
|
||||
"limit": "5.5 KB"
|
||||
},
|
||||
{
|
||||
"path": "dist/es/index.js",
|
||||
"limit": "3 KB"
|
||||
}
|
||||
],
|
||||
"version": "4.2.5"
|
||||
"version": "4.2.8"
|
||||
}
|
||||
|
Reference in New Issue
Block a user