File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 8
8
"serve" : " vite preview"
9
9
},
10
10
"dependencies" : {
11
- "@react-three/drei" : " ^9.53.0 " ,
11
+ "@react-three/drei" : " ^9.78.2 " ,
12
12
"@react-three/fiber" : " ^8.10.0" ,
13
13
"@vanilla-extract/css" : " ^1.9.5" ,
14
14
"react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 1
1
import { defineConfig } from 'vite'
2
+ import path from 'node:path'
2
3
import react from '@vitejs/plugin-react'
3
4
import { vanillaExtractPlugin } from '@vanilla-extract/vite-plugin'
4
5
5
6
// https://vitejs.dev/config/
6
7
export default defineConfig ( {
8
+ resolve : {
9
+ alias : {
10
+ '@react-three/xr' : path . resolve ( __dirname , '../src' )
11
+ }
12
+ } ,
7
13
assetsInclude : [ '**/*.hdr' , '**/*.gltf' ] ,
8
14
plugins : [ react ( ) , vanillaExtractPlugin ( ) ]
9
15
} )
Original file line number Diff line number Diff line change 690
690
resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.6.1.tgz#913d3a68c5cbc1124fdb18eff919432f7b6abdde"
691
691
integrity sha512-POu8Mk0hIU3lRXB3bGIGe4VHIwwDsQyoD1F394OK7STTiX9w4dG3cTLljjYswkQN+hDSHRrj4O36kuVa7KPU8Q==
692
692
693
- " @react-three/drei@^9.53.0 " :
694
- version "9.78.1 "
695
- resolved "https://registry.yarnpkg.com/@react-three/drei/-/drei-9.78.1 .tgz#93d31be4b7a5553689b724c95dc72cbe1ae0f9ae "
696
- integrity sha512-Q7BYEt5G5pLxdNbI14Zv/nfxEAS8sYuQvIa+xDvspMQB1x6/+ULZavLoOQ5OtpJ4+n/yxoIk3XZ5l3j0gvB0cg ==
693
+ " @react-three/drei@^9.78.2 " :
694
+ version "9.78.2 "
695
+ resolved "https://registry.yarnpkg.com/@react-three/drei/-/drei-9.78.2 .tgz#5afe7c52153784fa20852d2ca908922532a93ad4 "
696
+ integrity sha512-8lq4gVOJfqyKjONmocyI5rPwspt1DMD6XA+WMhLNL8v5+J9Gigb0WKfK9A5nISSGJErmdZ0yOhM3mpO8/6vOJw ==
697
697
dependencies :
698
698
" @babel/runtime" " ^7.11.2"
699
699
" @mediapipe/tasks-vision" " 0.10.2-rc2"
You can’t perform that action at this time.
0 commit comments