diff --git a/package.json b/package.json index 7512d88..bfa28f1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ }, "dependencies": { "@react-three/fiber": "^8.16.8", - "@types/three": "^0.167.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.26.0", @@ -25,6 +24,7 @@ "@biomejs/biome": "1.8.3", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", + "@types/three": "^0.167.1", "@typescript-eslint/eslint-plugin": "^7.15.0", "@typescript-eslint/parser": "^7.15.0", "@vitejs/plugin-react-swc": "^3.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1b34d43..c7ace73 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,9 +11,6 @@ importers: '@react-three/fiber': specifier: ^8.16.8 version: 8.16.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.167.1) - '@types/three': - specifier: ^0.167.1 - version: 0.167.1 react: specifier: ^18.3.1 version: 18.3.1 @@ -39,6 +36,9 @@ importers: '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 + '@types/three': + specifier: ^0.167.1 + version: 0.167.1 '@typescript-eslint/eslint-plugin': specifier: ^7.15.0 version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)