Skip to content

Commit 804d657

Browse files
committed
fix: fix issue Py4Js#1862
1 parent 16b18f9 commit 804d657

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
"prop-types": "^15.8.1",
8383
"react": "^18.2.0",
8484
"react-dom": "^18.2.0",
85-
"react-helmet-async": "^1.3.0",
8685
"rimraf": "^5.0.0",
8786
"snyk": "^1.1144.0",
8887
"sort-package-json": "^2.4.1",
@@ -106,7 +105,10 @@
106105
"webpack-cli": "^5.0.2",
107106
"webpack-node-externals": "^3.0.0",
108107
"yarn": "^1.22.19",
109-
"zustand": "^4.3.7",
110108
"zx": "4.2.0"
109+
},
110+
"dependencies": {
111+
"react-helmet-async": "^2.0.4",
112+
"zustand": "^4.5.2"
111113
}
112114
}

yarn.lock

+18-4
Original file line numberDiff line numberDiff line change
@@ -13990,6 +13990,11 @@ react-fast-compare@^3.2.0:
1399013990
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.1.tgz#53933d9e14f364281d6cba24bfed7a4afb808b5f"
1399113991
integrity sha512-xTYf9zFim2pEif/Fw16dBiXpe0hoy5PxcD8+OwBnTtNLfIm3g6WxhKNurY+6OmdH1u6Ta/W/Vl6vjbYP1MFnDg==
1399213992

13993+
react-fast-compare@^3.2.2:
13994+
version "3.2.2"
13995+
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.2.tgz#929a97a532304ce9fee4bcae44234f1ce2c21d49"
13996+
integrity sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==
13997+
1399313998
react-helmet-async@*, react-helmet-async@^1.3.0:
1399413999
version "1.3.0"
1399514000
resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.3.0.tgz#7bd5bf8c5c69ea9f02f6083f14ce33ef545c222e"
@@ -14001,6 +14006,15 @@ react-helmet-async@*, react-helmet-async@^1.3.0:
1400114006
react-fast-compare "^3.2.0"
1400214007
shallowequal "^1.1.0"
1400314008

14009+
react-helmet-async@^2.0.4:
14010+
version "2.0.4"
14011+
resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-2.0.4.tgz#50a4377778f380ed1d0136303916b38eff1bf153"
14012+
integrity sha512-yxjQMWposw+akRfvpl5+8xejl4JtUlHnEBcji6u8/e6oc7ozT+P9PNTWMhCbz2y9tc5zPegw2BvKjQA+NwdEjQ==
14013+
dependencies:
14014+
invariant "^2.2.4"
14015+
react-fast-compare "^3.2.2"
14016+
shallowequal "^1.1.0"
14017+
1400414018
react-inspector@^6.0.0:
1400514019
version "6.0.1"
1400614020
resolved "https://registry.yarnpkg.com/react-inspector/-/react-inspector-6.0.1.tgz#1a37f0165d9df81ee804d63259eaaeabe841287d"
@@ -17308,10 +17322,10 @@ yocto-queue@^0.1.0:
1730817322
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
1730917323
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
1731017324

17311-
zustand@^4.3.7:
17312-
version "4.3.7"
17313-
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.3.7.tgz#501b1f0393a7f1d103332e45ab574be5747fedce"
17314-
integrity sha512-dY8ERwB9Nd21ellgkBZFhudER8KVlelZm8388B5nDAXhO/+FZDhYMuRnqDgu5SYyRgz/iaf8RKnbUs/cHfOGlQ==
17325+
zustand@^4.5.2:
17326+
version "4.5.2"
17327+
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.5.2.tgz#fddbe7cac1e71d45413b3682cdb47b48034c3848"
17328+
integrity sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==
1731517329
dependencies:
1731617330
use-sync-external-store "1.2.0"
1731717331

0 commit comments

Comments
 (0)