|
7 | 7 | "serve": "vite preview"
|
8 | 8 | },
|
9 | 9 | "dependencies": {
|
10 |
| - "@react-spring/core": "^9.1.2", |
11 |
| - "@react-spring/three": "^9.1.2", |
12 |
| - "@react-three/drei": "^4.3.3", |
| 10 | + "@react-spring/core": "^9.2.4", |
| 11 | + "@react-spring/three": "^9.2.4", |
| 12 | + "@react-three/drei": "^7.2.1", |
13 | 13 | "lodash-es": "^4.17.21",
|
14 | 14 | "react": "^17.0.2",
|
15 | 15 | "react-dom": "^17.0.2",
|
16 | 16 | "react-merge-refs": "^1.1.0",
|
17 | 17 | "react-router-dom": "^5.2.0",
|
18 | 18 | "@use-gesture/react": "latest",
|
19 | 19 | "styled-components": "^5.3.0",
|
20 |
| - "three-stdlib": "^2.0.3", |
21 |
| - "use-error-boundary": "^2.0.4", |
22 |
| - "zustand": "^3.5.1" |
| 20 | + "three-stdlib": "^2.3.1", |
| 21 | + "use-error-boundary": "^2.0.6", |
| 22 | + "zustand": "^3.5.7" |
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 |
| - "@types/react": "^17.0.5", |
26 |
| - "@types/react-router-dom": "^5.1.7", |
27 |
| - "@types/styled-components": "^5.1.9", |
28 |
| - "@vitejs/plugin-react-refresh": "^1.3.3", |
29 |
| - "typescript": "^4.2.4", |
30 |
| - "vite": "^2.3.2" |
| 25 | + "@types/react": "^17.0.14", |
| 26 | + "@types/react-router-dom": "^5.1.8", |
| 27 | + "@types/styled-components": "^5.1.11", |
| 28 | + "@vitejs/plugin-react-refresh": "^1.3.5", |
| 29 | + "typescript": "^4.3.5", |
| 30 | + "vite": "^2.4.3" |
31 | 31 | }
|
32 | 32 | }
|
0 commit comments