Skip to content

Commit

Permalink
fix(deps): update dependency @react-three/fiber to v8.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 11, 2022
1 parent d45ae92 commit 0564856
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.14",
"graphql": "16.3.0",
"next": "12.1.4",
"next-seo": "5.3.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1342,13 +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].14":
version "8.0.14"
resolved "https://registry.yarnpkg.com/@react-three/fiber/-/fiber-8.0.14.tgz#c6026d2a80cf638a8fbe917ccbdbfa2b723e458d"
integrity sha512-foDw8Evl0mMMS2NQasN/omOjKqklAUGnAxFM1I3BpMaDVTUJdEakMcW3eMnYknr5qMBh6QFVV5OuMoRehILXYw==
dependencies:
"@babel/runtime" "^7.17.8"
"@types/react-reconciler" "^0.26.4"
"@types/react-reconciler" "^0.26.6"
react-merge-refs "^1.1.0"
react-reconciler "^0.27.0"
react-use-measure "^2.1.1"
Expand Down Expand Up @@ -1422,10 +1422,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.6":
version "0.26.6"
resolved "https://registry.yarnpkg.com/@types/react-reconciler/-/react-reconciler-0.26.6.tgz#271b850616413b5c197ec485403961a11cedd4ef"
integrity sha512-N8MpyC6PJksD+CbMaZ1GW1t940+L4K+f7soiNKcKfgOgof3xWLvs5nPRQ/Q0P6QwDX0GH1PT1MsiQh2FtUY6aw==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit 0564856

Please sign in to comment.