mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
upgrade @react-three/fiber (#2042)
* Ignored pnpm-lock.yaml as discussed here - https://github.com/pmndrs/zustand/discussions/2014#discussioncomment-6837085 * fix: upgrade @react-three/fiber from 8.13.5 to 8.13.7 Snyk has created this PR to upgrade @react-three/fiber from 8.13.5 to 8.13.7. See this package in npm: See this project in Snyk: https://app.snyk.io/org/mayank1513/project/d7dd1e78-71d1-4d81-8173-d307d8d0eea9?utm_source=github&utm_medium=referral&page=upgrade-pr --------- Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
This commit is contained in:
parent
dc32aee6f6
commit
504aa40e0d
@ -11,7 +11,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-three/drei": "^9.78.2",
|
||||
"@react-three/fiber": "^8.13.5",
|
||||
"@react-three/fiber": "^8.13.7",
|
||||
"@react-three/postprocessing": "^2.14.13",
|
||||
"@types/three": "^0.155.0",
|
||||
"meshline": "^3.1.6",
|
||||
|
||||
@ -301,13 +301,14 @@
|
||||
utility-types "^3.10.0"
|
||||
zustand "^3.5.13"
|
||||
|
||||
"@react-three/fiber@^8.13.5":
|
||||
version "8.13.5"
|
||||
resolved "https://registry.yarnpkg.com/@react-three/fiber/-/fiber-8.13.5.tgz#6075a18364381a03551068e28cb9b82a8ed7ae0d"
|
||||
integrity sha512-x9QdsaB/Wm/6NGvRXQahPPWfn2dQce7Fg3C2r00NNzyDdqRKw32YavL+WEqjZOOd0nvFpzv7FtaKc+VCOTR59w==
|
||||
"@react-three/fiber@^8.13.7":
|
||||
version "8.14.1"
|
||||
resolved "https://registry.yarnpkg.com/@react-three/fiber/-/fiber-8.14.1.tgz#08a6b02946aa0a5a0e2dd558ddf6bb70dedc717f"
|
||||
integrity sha512-Ky/FiCyJiyaI8bd+vckzgkHgKDSQDOcSSUVFOHCuCO9XOLb7Ebs6lof2hPpFa1HkaeE5ZIbTWIprvN0QqdPF0w==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.17.8"
|
||||
"@types/react-reconciler" "^0.26.7"
|
||||
base64-js "^1.5.1"
|
||||
its-fine "^1.0.6"
|
||||
react-reconciler "^0.27.0"
|
||||
react-use-measure "^2.1.1"
|
||||
@ -601,6 +602,11 @@ balanced-match@^1.0.0:
|
||||
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
|
||||
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
|
||||
|
||||
base64-js@^1.5.1:
|
||||
version "1.5.1"
|
||||
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
|
||||
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
|
||||
|
||||
bidi-js@^1.0.2:
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/bidi-js/-/bidi-js-1.0.2.tgz#1a497a762c2ddea377429d2649c9ce0f8a91527f"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user