Skip to content

Commit d9e1183

Browse files
authored
chore: update react-helmet-async to v2 (#7276)
1 parent 573aea1 commit d9e1183

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"lint:markdown": "npm run lint-markdown '**/*.{md,mdx}'",
4848
"lint-markdown": "markdownlint --config ./.markdownlint.json",
4949
"lint:prose": "vale --config='.vale.ini' src/content",
50-
"lint:links": "hyperlink -c 8 --root dist -r dist/index.html --canonicalroot https://webpack.js.org/ --internal --skip /plugins/extract-text-webpack-plugin/ --skip /printable --skip https:// --skip http:// --skip sw.js > internal-links.tap; cat internal-links.tap | tap-spot",
50+
"lint:links": "hyperlink -c 8 --root dist -r dist/index.html --canonicalroot https://webpack.js.org/ --internal --skip /plugins/extract-text-webpack-plugin/ --skip /printable --skip https:// --skip http:// --skip sw.js --skip /vendor > internal-links.tap; cat internal-links.tap | tap-spot",
5151
"sitemap": "cd dist && sitemap-static --ignore-file=../sitemap-ignore.json --pretty --prefix=https://webpack.js.org/ > sitemap.xml",
5252
"serve": "npm run build && sirv start ./dist --port 4000",
5353
"preprintable": "npm run clean-printable",
@@ -154,7 +154,7 @@
154154
"prop-types": "^15.8.1",
155155
"react": "^17.0.2",
156156
"react-dom": "^17.0.2",
157-
"react-helmet-async": "^1.3.0",
157+
"react-helmet-async": "^2.0.5",
158158
"react-router-dom": "^6.26.2",
159159
"react-tiny-popover": "5",
160160
"react-use": "^17.5.1",

yarn.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@
11771177
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
11781178
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
11791179

1180-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.3.4", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
1180+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
11811181
version "7.16.3"
11821182
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
11831183
integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==
@@ -10894,20 +10894,18 @@ react-dom@^17.0.2:
1089410894
object-assign "^4.1.1"
1089510895
scheduler "^0.20.2"
1089610896

10897-
react-fast-compare@^3.2.0:
10898-
version "3.2.0"
10899-
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb"
10900-
integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==
10897+
react-fast-compare@^3.2.2:
10898+
version "3.2.2"
10899+
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.2.tgz#929a97a532304ce9fee4bcae44234f1ce2c21d49"
10900+
integrity sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==
1090110901

10902-
react-helmet-async@^1.3.0:
10903-
version "1.3.0"
10904-
resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.3.0.tgz#7bd5bf8c5c69ea9f02f6083f14ce33ef545c222e"
10905-
integrity sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==
10902+
react-helmet-async@^2.0.5:
10903+
version "2.0.5"
10904+
resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-2.0.5.tgz#cfc70cd7bb32df7883a8ed55502a1513747223ec"
10905+
integrity sha512-rYUYHeus+i27MvFE+Jaa4WsyBKGkL6qVgbJvSBoX8mbsWoABJXdEO0bZyi0F6i+4f0NuIb8AvqPMj3iXFHkMwg==
1090610906
dependencies:
10907-
"@babel/runtime" "^7.12.5"
1090810907
invariant "^2.2.4"
10909-
prop-types "^15.7.2"
10910-
react-fast-compare "^3.2.0"
10908+
react-fast-compare "^3.2.2"
1091110909
shallowequal "^1.1.0"
1091210910

1091310911
react-is@^16.13.1:

0 commit comments

Comments
 (0)