0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Bump react-dom to v16.12.0

This commit is contained in:
Trevor Buckner
2020-02-04 11:40:41 -05:00
parent f0d9fcf942
commit b3387c363f
2 changed files with 43 additions and 31 deletions

72
package-lock.json generated
View File

@@ -3144,7 +3144,6 @@
"block-stream": {
"version": "0.0.9",
"bundled": true,
"optional": true,
"requires": {
"inherits": "2.0.3"
}
@@ -3289,7 +3288,6 @@
"fstream": {
"version": "1.0.11",
"bundled": true,
"optional": true,
"requires": {
"graceful-fs": "4.1.11",
"inherits": "2.0.3",
@@ -3340,7 +3338,6 @@
"glob": {
"version": "7.1.2",
"bundled": true,
"optional": true,
"requires": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
@@ -3376,7 +3373,6 @@
"hawk": {
"version": "3.1.3",
"bundled": true,
"optional": true,
"requires": {
"boom": "2.10.1",
"cryptiles": "2.0.5",
@@ -3401,7 +3397,6 @@
"inflight": {
"version": "1.0.6",
"bundled": true,
"optional": true,
"requires": {
"once": "1.4.0",
"wrappy": "1.0.2"
@@ -3409,8 +3404,7 @@
},
"inherits": {
"version": "2.0.3",
"bundled": true,
"optional": true
"bundled": true
},
"ini": {
"version": "1.3.4",
@@ -3432,8 +3426,7 @@
},
"isarray": {
"version": "1.0.0",
"bundled": true,
"optional": true
"bundled": true
},
"isstream": {
"version": "0.1.2",
@@ -3589,7 +3582,6 @@
"once": {
"version": "1.4.0",
"bundled": true,
"optional": true,
"requires": {
"wrappy": "1.0.2"
}
@@ -3625,8 +3617,7 @@
},
"process-nextick-args": {
"version": "1.0.7",
"bundled": true,
"optional": true
"bundled": true
},
"punycode": {
"version": "1.4.1",
@@ -3659,7 +3650,6 @@
"readable-stream": {
"version": "2.2.9",
"bundled": true,
"optional": true,
"requires": {
"buffer-shims": "1.0.0",
"core-util-is": "1.0.2",
@@ -3702,15 +3692,13 @@
"rimraf": {
"version": "2.6.1",
"bundled": true,
"optional": true,
"requires": {
"glob": "7.1.2"
}
},
"safe-buffer": {
"version": "5.0.1",
"bundled": true,
"optional": true
"bundled": true
},
"semver": {
"version": "5.3.0",
@@ -3730,7 +3718,6 @@
"sntp": {
"version": "1.0.9",
"bundled": true,
"optional": true,
"requires": {
"hoek": "2.16.3"
}
@@ -3761,7 +3748,6 @@
"string-width": {
"version": "1.0.2",
"bundled": true,
"optional": true,
"requires": {
"code-point-at": "1.1.0",
"is-fullwidth-code-point": "1.0.0",
@@ -3771,7 +3757,6 @@
"string_decoder": {
"version": "1.0.1",
"bundled": true,
"optional": true,
"requires": {
"safe-buffer": "5.0.1"
}
@@ -3784,7 +3769,6 @@
"strip-ansi": {
"version": "3.0.1",
"bundled": true,
"optional": true,
"requires": {
"ansi-regex": "2.1.1"
}
@@ -3797,7 +3781,6 @@
"tar": {
"version": "2.2.1",
"bundled": true,
"optional": true,
"requires": {
"block-stream": "0.0.9",
"fstream": "1.0.11",
@@ -3847,8 +3830,7 @@
},
"util-deprecate": {
"version": "1.0.2",
"bundled": true,
"optional": true
"bundled": true
},
"uuid": {
"version": "3.0.1",
@@ -3873,8 +3855,7 @@
},
"wrappy": {
"version": "1.0.2",
"bundled": true,
"optional": true
"bundled": true
}
}
},
@@ -6652,14 +6633,36 @@
}
},
"react-dom": {
"version": "16.3.3",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.3.3.tgz",
"integrity": "sha512-ALCp7ZbSGkqRDtQoZozKVNgwXMxbxf/IGOUMC2A0yF6JHeZrS8e2cOotPT87Vf4b7PKCuUVKU4/RDEXxToA/yA==",
"version": "16.12.0",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.12.0.tgz",
"integrity": "sha512-LMxFfAGrcS3kETtQaCkTKjMiifahaMySFDn71fZUNpPHZQEzmk/GiAeIT8JSOrHB23fnuCOMruL2a8NYlw+8Gw==",
"requires": {
"fbjs": "0.8.16",
"loose-envify": "1.3.1",
"object-assign": "4.1.1",
"prop-types": "15.6.1"
"prop-types": "15.7.2",
"scheduler": "0.18.0"
},
"dependencies": {
"prop-types": {
"version": "15.7.2",
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz",
"integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==",
"requires": {
"loose-envify": "1.4.0",
"object-assign": "4.1.1",
"react-is": "16.12.0"
},
"dependencies": {
"loose-envify": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
"requires": {
"js-tokens": "3.0.2"
}
}
}
}
}
},
"react-is": {
@@ -6986,6 +6989,15 @@
"sparse-bitfield": "3.0.3"
}
},
"scheduler": {
"version": "0.18.0",
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.18.0.tgz",
"integrity": "sha512-agTSHR1Nbfi6ulI0kYNK0203joW2Y5W4po4l+v03tOoiJKpTBbxpNhWDvqc/4IcOw+KLmSiQLTasZ4cab2/UWQ==",
"requires": {
"loose-envify": "1.3.1",
"object-assign": "4.1.1"
}
},
"secure-keys": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/secure-keys/-/secure-keys-1.0.0.tgz",

View File

@@ -52,7 +52,7 @@
"nconf": "^0.10.0",
"pico-router": "^2.1.0",
"react": "^16.12.0",
"react-dom": "^16.3.3",
"react-dom": "^16.12.0",
"shortid": "^2.2.15",
"superagent": "^5.2.1",
"vitreum": "^4.10.1"