Skip to content

Commit

Permalink
fix(deps): update www (#1333)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 1, 2024
1 parent 59f76e1 commit 856fbf9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@mdx-js/react": "^2.3.0",
"@react-three/drei": "^9.99.5",
"@react-three/drei": "^9.103.0",
"@theme-ui/mdx": "~0.16.2",
"@theme-ui/preset-tailwind": "~0.16.2",
"gatsby": "^5.13.3",
Expand All @@ -36,7 +36,7 @@
"react-share": "^4.4.1",
"react-three-fiber": "^6.0.13",
"theme-ui": "~0.16.2",
"three": "^0.162.0"
"three": "^0.163.0"
},
"devDependencies": {
"gatsby-plugin-webpack-statoscope": "^1.0.3"
Expand Down
28 changes: 18 additions & 10 deletions www/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3097,9 +3097,9 @@ __metadata:
languageName: node
linkType: hard

"@react-three/drei@npm:^9.99.5":
version: 9.99.5
resolution: "@react-three/drei@npm:9.99.5"
"@react-three/drei@npm:^9.103.0":
version: 9.103.0
resolution: "@react-three/drei@npm:9.103.0"
dependencies:
"@babel/runtime": "npm:^7.11.2"
"@mediapipe/tasks-vision": "npm:0.10.8"
Expand All @@ -3109,6 +3109,7 @@ __metadata:
cross-env: "npm:^7.0.3"
detect-gpu: "npm:^5.0.28"
glsl-noise: "npm:^0.0.0"
hls.js: "npm:1.3.5"
maath: "npm:^0.10.7"
meshline: "npm:^3.1.6"
react-composer: "npm:^5.0.3"
Expand All @@ -3130,7 +3131,7 @@ __metadata:
peerDependenciesMeta:
react-dom:
optional: true
checksum: 10c0/622e297dcf286423300a6ebe09f9ae4a0604fe88042935fa8bc8858f70f6861dadab769ae40d27d5acfe5b8fb17fea158dece179c96bc03ceee7328aa3cbcdc6
checksum: 10c0/762484df36f285bab41603b7c607df16b78ee88bc3d751076212f04f34778b2b30d19c3455ee7b71fb5dee0747e8b6969daf524d4596732beae7341c7d86075b
languageName: node
linkType: hard

Expand Down Expand Up @@ -9309,6 +9310,13 @@ __metadata:
languageName: node
linkType: hard

"hls.js@npm:1.3.5":
version: 1.3.5
resolution: "hls.js@npm:1.3.5"
checksum: 10c0/962e2248922ad0f7fe023c0ae1645764ce281be56d44d0cece0ca84c2c28b2be84a57713b7c0d4e982a39250ba42fe4d239fbced069cbc58beea977d8cc23090
languageName: node
linkType: hard

"hoist-non-react-statics@npm:^3.3.1":
version: 3.3.2
resolution: "hoist-non-react-statics@npm:3.3.2"
Expand Down Expand Up @@ -14829,10 +14837,10 @@ __metadata:
languageName: node
linkType: hard

"three@npm:^0.162.0":
version: 0.162.0
resolution: "three@npm:0.162.0"
checksum: 10c0/ca97c30ecca94defa932ae8cb9423af66cd9b31f2d3c93b902d8b1022caaf322a022e59eca9e4ae0fd09deb03b3614c5f5114163cf9d0efac501bdc27c10445d
"three@npm:^0.163.0":
version: 0.163.0
resolution: "three@npm:0.163.0"
checksum: 10c0/6e38928faa00580259302b7515229ca2a710f05ed4672e1c56f19f30f76d02bac535dcbd8d4ef4445f7a8436ffe5939b0c70d61ea01d4fc7b31c794cbd10bfaf
languageName: node
linkType: hard

Expand Down Expand Up @@ -15787,7 +15795,7 @@ __metadata:
dependencies:
"@emotion/react": "npm:^11.11.4"
"@mdx-js/react": "npm:^2.3.0"
"@react-three/drei": "npm:^9.99.5"
"@react-three/drei": "npm:^9.103.0"
"@theme-ui/mdx": "npm:~0.16.2"
"@theme-ui/preset-tailwind": "npm:~0.16.2"
gatsby: "npm:^5.13.3"
Expand All @@ -15809,7 +15817,7 @@ __metadata:
react-share: "npm:^4.4.1"
react-three-fiber: "npm:^6.0.13"
theme-ui: "npm:~0.16.2"
three: "npm:^0.162.0"
three: "npm:^0.163.0"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 856fbf9

Please sign in to comment.