Fix Bug 1504737 - update prop-types to 15.6.2

This commit is contained in:
Ricky Rosario 2018-11-12 18:36:42 -05:00
Родитель 0568814a6e
Коммит 540c20851b
2 изменённых файлов: 11 добавлений и 12 удалений

21
package-lock.json сгенерированный
Просмотреть файл

@ -3423,7 +3423,7 @@
"doctrine": "2.1.0", "doctrine": "2.1.0",
"has": "1.0.1", "has": "1.0.1",
"jsx-ast-utils": "2.0.1", "jsx-ast-utils": "2.0.1",
"prop-types": "15.6.1" "prop-types": "15.6.2"
} }
}, },
"eslint-scope": { "eslint-scope": {
@ -4347,7 +4347,7 @@
"integrity": "sha512-XgAG06hcVW6oQu3NqLB4KACFBDC9broXG4XDP2xqmj+/DPmZlhHMMD73tFz1mBxCs1pLeojmsYdgyl8l6fF4SA==", "integrity": "sha512-XgAG06hcVW6oQu3NqLB4KACFBDC9broXG4XDP2xqmj+/DPmZlhHMMD73tFz1mBxCs1pLeojmsYdgyl8l6fF4SA==",
"requires": { "requires": {
"fluent": "0.6.4", "fluent": "0.6.4",
"prop-types": "15.6.1" "prop-types": "15.6.2"
} }
}, },
"flush-write-stream": { "flush-write-stream": {
@ -8836,7 +8836,7 @@
}, },
"pause-stream": { "pause-stream": {
"version": "0.0.11", "version": "0.0.11",
"resolved": "http://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz", "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz",
"integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=", "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=",
"dev": true, "dev": true,
"requires": { "requires": {
@ -9209,11 +9209,10 @@
"dev": true "dev": true
}, },
"prop-types": { "prop-types": {
"version": "15.6.1", "version": "15.6.2",
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.6.1.tgz", "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.6.2.tgz",
"integrity": "sha512-4ec7bY1Y66LymSUOH/zARVYObB23AT2h8cf6e/O6ZALB/N0sqZFEx7rq6EYPX2MkOdKORuooI/H5k9TlR4q7kQ==", "integrity": "sha512-3pboPvLiWD7dkI3qf3KbUe6hKFKa52w+AE0VCqECtf+QHAKgOL37tTaNCnuX1nAAQ4ZhyP+kYVKf8rLmJ/feDQ==",
"requires": { "requires": {
"fbjs": "0.8.16",
"loose-envify": "1.3.1", "loose-envify": "1.3.1",
"object-assign": "4.1.1" "object-assign": "4.1.1"
} }
@ -9450,7 +9449,7 @@
"fbjs": "0.8.16", "fbjs": "0.8.16",
"loose-envify": "1.3.1", "loose-envify": "1.3.1",
"object-assign": "4.1.1", "object-assign": "4.1.1",
"prop-types": "15.6.1" "prop-types": "15.6.2"
} }
}, },
"react-dom": { "react-dom": {
@ -9461,7 +9460,7 @@
"fbjs": "0.8.16", "fbjs": "0.8.16",
"loose-envify": "1.3.1", "loose-envify": "1.3.1",
"object-assign": "4.1.1", "object-assign": "4.1.1",
"prop-types": "15.6.1" "prop-types": "15.6.2"
} }
}, },
"react-intl": { "react-intl": {
@ -9494,7 +9493,7 @@
"hoist-non-react-statics": "3.0.1", "hoist-non-react-statics": "3.0.1",
"invariant": "2.2.4", "invariant": "2.2.4",
"loose-envify": "1.3.1", "loose-envify": "1.3.1",
"prop-types": "15.6.1", "prop-types": "15.6.2",
"react-is": "16.6.0", "react-is": "16.6.0",
"react-lifecycles-compat": "3.0.4" "react-lifecycles-compat": "3.0.4"
}, },
@ -9522,7 +9521,7 @@
"requires": { "requires": {
"fbjs": "0.8.16", "fbjs": "0.8.16",
"object-assign": "4.1.1", "object-assign": "4.1.1",
"prop-types": "15.6.1", "prop-types": "15.6.2",
"react-is": "16.3.2" "react-is": "16.3.2"
} }
}, },

Просмотреть файл

@ -9,7 +9,6 @@
"dependencies": { "dependencies": {
"fluent": "0.6.4", "fluent": "0.6.4",
"fluent-react": "0.7.0", "fluent-react": "0.7.0",
"prop-types": "15.6.1",
"react": "16.2.0", "react": "16.2.0",
"react-dom": "16.2.0", "react-dom": "16.2.0",
"react-intl": "2.4.0", "react-intl": "2.4.0",
@ -62,6 +61,7 @@
"node-sass": "4.10.0", "node-sass": "4.10.0",
"npm-run-all": "4.1.3", "npm-run-all": "4.1.3",
"pontoon-to-json": "2.0.0", "pontoon-to-json": "2.0.0",
"prop-types": "15.6.2",
"raw-loader": "0.5.1", "raw-loader": "0.5.1",
"react-test-renderer": "16.3.2", "react-test-renderer": "16.3.2",
"rimraf": "2.6.2", "rimraf": "2.6.2",