Skip to content

Commit

Permalink
fix(deps): update dependency @react-three/fiber to v8.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 2, 2022
1 parent d45ae92 commit 7c8699e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@react-spring/three": "9.4.4",
"@react-spring/web": "9.4.4",
"@react-three/drei": "9.0.1",
"@react-three/fiber": "8.0.6",
"@react-three/fiber": "8.0.21",
"graphql": "16.3.0",
"next": "12.1.4",
"next-seo": "5.3.0",
Expand Down
19 changes: 9 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1342,14 +1342,13 @@
utility-types "^3.10.0"
zustand "^3.5.13"

"@react-three/[email protected].6":
version "8.0.6"
resolved "https://registry.yarnpkg.com/@react-three/fiber/-/fiber-8.0.6.tgz#0323cedf8b888646fbd101a78e37d19d868e5979"
integrity sha512-OURPBcTw56FtL0ohmqREpW3cQB9CLzaAsIIjVUItfu4eya/lfs9dU8DJWwVXo1fVLWyRoKg5S33j6Dk589ptvg==
"@react-three/[email protected].21":
version "8.0.21"
resolved "https://registry.yarnpkg.com/@react-three/fiber/-/fiber-8.0.21.tgz#63c1d8a7267e5fcc571c65b70bee59796b1e7b79"
integrity sha512-Nau6Gcg2mQc8IsTLHckuoinTDS1o8yImKCIPfV2nVTs/u9iXmiu4LPSzcG6njUQEn6lUXezZbW37FoyW/fOPpw==
dependencies:
"@babel/runtime" "^7.17.8"
"@types/react-reconciler" "^0.26.4"
react-merge-refs "^1.1.0"
"@types/react-reconciler" "^0.26.7"
react-reconciler "^0.27.0"
react-use-measure "^2.1.1"
scheduler "^0.21.0"
Expand Down Expand Up @@ -1422,10 +1421,10 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==

"@types/react-reconciler@^0.26.4":
version "0.26.4"
resolved "https://registry.yarnpkg.com/@types/react-reconciler/-/react-reconciler-0.26.4.tgz#651404be172cf29b65cddf246d8d964b4e448399"
integrity sha512-bdx4aIBkQRDAnzc23JBFeZmVpmfLJHfHikmQukEt9qs4bQtq9f+PDbNwhR9u74FkIUyIDz1I1qJ8OF6RwadKpw==
"@types/react-reconciler@^0.26.7":
version "0.26.7"
resolved "https://registry.yarnpkg.com/@types/react-reconciler/-/react-reconciler-0.26.7.tgz#0c4643f30821ae057e401b0d9037e03e8e9b2a36"
integrity sha512-mBDYl8x+oyPX/VBb3E638N0B7xG+SPk/EAMcVPeexqus/5aTpTphQi0curhhshOqRrc9t6OPoJfEUkbymse/lQ==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit 7c8699e

Please sign in to comment.