Skip to content

Commit

Permalink
Bump react prop-types so that it works without a lockfile too
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Jan 5, 2022
1 parent 60c0909 commit 4d2ad3e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
"polyfill-library": "3.93.0",
"prismjs": "^1.25.0",
"pug": "^3.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"redis": "^3.1.1",
"remark-parse": "^10.0.0",
"remark-prism": "^1.3.6",
Expand Down
1 change: 1 addition & 0 deletions test/unit/webpack-wrapper-strs-namespaces-large/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"node_modules/prop-types/factoryWithTypeCheckers.js",
"node_modules/prop-types/index.js",
"node_modules/prop-types/lib/ReactPropTypesSecret.js",
"node_modules/prop-types/lib/has.js",
"node_modules/prop-types/package.json",
"node_modules/react-is/cjs/react-is.development.js",
"node_modules/react-is/cjs/react-is.production.min.js",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12677,13 +12677,13 @@ promzard@^0.3.0:
read "1"

prop-types@^15.6.2:
version "15.7.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
version "15.8.1"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
dependencies:
loose-envify "^1.4.0"
object-assign "^4.1.1"
react-is "^16.8.1"
react-is "^16.13.1"

proper-lockfile@^4.1.1:
version "4.1.2"
Expand Down Expand Up @@ -13144,7 +13144,7 @@ rdf-normalize@^1.0.0:
resolved "https://registry.yarnpkg.com/rdf-normalize/-/rdf-normalize-1.0.0.tgz#53496baf362cce9d9fca1f2216c6c30007f99cca"
integrity sha1-U0lrrzYszp2fyh8iFsbDAAf5nMo=

react-dom@^16.8.6:
react-dom@^16.14.0:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
Expand All @@ -13154,7 +13154,7 @@ react-dom@^16.8.6:
prop-types "^15.6.2"
scheduler "^0.19.1"

react-is@^16.8.1:
react-is@^16.13.1:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
Expand All @@ -13164,7 +13164,7 @@ react-is@^17.0.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

react@^16.8.6:
react@^16.14.0:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
Expand Down

0 comments on commit 4d2ad3e

Please sign in to comment.