Skip to content

Commit 005d88c

Browse files
committed
Update dependency react-helmet to v6
1 parent d96532b commit 005d88c

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"graphql": "^14.5.8",
4646
"react": "^16.12.0",
4747
"react-dom": "^16.12.0",
48-
"react-helmet": "^5.2.1",
48+
"react-helmet": "^6.0.0",
4949
"typescript": "^3.7.2",
5050
"unstated-next": "^1.1.0",
5151
"webpack": "^4.41.2"

yarn.lock

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11098,7 +11098,7 @@ prompts@^2.3.0:
1109811098
kleur "^3.0.3"
1109911099
sisteransi "^1.0.3"
1110011100

11101-
prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
11101+
prop-types@^15.5.10, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2:
1110211102
version "15.7.2"
1110311103
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
1110411104
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -11383,20 +11383,20 @@ react-error-overlay@^3.0.0:
1138311383
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-3.0.0.tgz#c2bc8f4d91f1375b3dad6d75265d51cd5eeaf655"
1138411384
integrity sha512-XzgvowFrwDo6TWcpJ/WTiarb9UI6lhA4PMzS7n1joK3sHfBBBOQHUc0U4u57D6DWO9vHv6lVSWx2Q/Ymfyv4hw==
1138511385

11386-
react-fast-compare@^2.0.2:
11386+
react-fast-compare@^2.0.4:
1138711387
version "2.0.4"
1138811388
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-2.0.4.tgz#e84b4d455b0fec113e0402c329352715196f81f9"
1138911389
integrity sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==
1139011390

11391-
react-helmet@^5.2.1:
11392-
version "5.2.1"
11393-
resolved "https://registry.yarnpkg.com/react-helmet/-/react-helmet-5.2.1.tgz#16a7192fdd09951f8e0fe22ffccbf9bb3e591ffa"
11394-
integrity sha512-CnwD822LU8NDBnjCpZ4ySh8L6HYyngViTZLfBBb3NjtrpN8m49clH8hidHouq20I51Y6TpCTISCBbqiY5GamwA==
11391+
react-helmet@^6.0.0:
11392+
version "6.0.0"
11393+
resolved "https://registry.yarnpkg.com/react-helmet/-/react-helmet-6.0.0.tgz#fcb93ebaca3ba562a686eb2f1f9d46093d83b5f8"
11394+
integrity sha512-My6S4sa0uHN/IuVUn0HFmasW5xj9clTkB9qmMngscVycQ5vVG51Qp44BEvLJ4lixupTwDlU9qX1/sCrMN4AEPg==
1139511395
dependencies:
1139611396
object-assign "^4.1.1"
11397-
prop-types "^15.5.4"
11398-
react-fast-compare "^2.0.2"
11399-
react-side-effect "^1.1.0"
11397+
prop-types "^15.7.2"
11398+
react-fast-compare "^2.0.4"
11399+
react-side-effect "^2.1.0"
1140011400

1140111401
react-hot-loader@^4.12.18:
1140211402
version "4.12.18"
@@ -11432,12 +11432,10 @@ react-reconciler@^0.24.0:
1143211432
prop-types "^15.6.2"
1143311433
scheduler "^0.18.0"
1143411434

11435-
react-side-effect@^1.1.0:
11436-
version "1.2.0"
11437-
resolved "https://registry.yarnpkg.com/react-side-effect/-/react-side-effect-1.2.0.tgz#0e940c78faba0c73b9b0eba9cd3dda8dfb7e7dae"
11438-
integrity sha512-v1ht1aHg5k/thv56DRcjw+WtojuuDHFUgGfc+bFHOWsF4ZK6C2V57DO0Or0GPsg6+LSTE0M6Ry/gfzhzSwbc5w==
11439-
dependencies:
11440-
shallowequal "^1.0.1"
11435+
react-side-effect@^2.1.0:
11436+
version "2.1.0"
11437+
resolved "https://registry.yarnpkg.com/react-side-effect/-/react-side-effect-2.1.0.tgz#1ce4a8b4445168c487ed24dab886421f74d380d3"
11438+
integrity sha512-IgmcegOSi5SNX+2Snh1vqmF0Vg/CbkycU9XZbOHJlZ6kMzTmi3yc254oB1WCkgA7OQtIAoLmcSFuHTc/tlcqXg==
1144111439

1144211440
react@^16.12.0:
1144311441
version "16.12.0"
@@ -12290,7 +12288,7 @@ shallow-compare@^1.2.2:
1229012288
resolved "https://registry.yarnpkg.com/shallow-compare/-/shallow-compare-1.2.2.tgz#fa4794627bf455a47c4f56881d8a6132d581ffdb"
1229112289
integrity sha512-LUMFi+RppPlrHzbqmFnINTrazo0lPNwhcgzuAXVVcfy/mqPDrQmHAyz5bvV0gDAuRFrk804V0HpQ6u9sZ0tBeg==
1229212290

12293-
shallowequal@^1.0.1, shallowequal@^1.1.0:
12291+
shallowequal@^1.1.0:
1229412292
version "1.1.0"
1229512293
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1229612294
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==

0 commit comments

Comments
 (0)