-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove unused dev dep, fix dep dep warning, fix eslint configs
- Loading branch information
1 parent
f916d47
commit bc6db28
Showing
6 changed files
with
5 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,6 @@ | |
"@react-three/drei": "^9.87.1", | ||
"@react-three/fiber": "^8.15.11", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-multi-entry": "^6.0.0", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-terser": "^0.4.3", | ||
"@rollup/plugin-typescript": "^11.1.5", | ||
|
@@ -91,7 +90,6 @@ | |
"@types/react": "^18.2.11", | ||
"@types/react-dom": "^18.2.8", | ||
"@types/three": "^0.155.0", | ||
"babel-loader": "^9.1.3", | ||
"leva": "^0.9.35", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
|
@@ -102,6 +100,7 @@ | |
"suspend-react": "^0.1.3", | ||
"three": "^0.156.1", | ||
"three-pathfinding": "^1.2.0", | ||
"typescript": "^5.1.6", | ||
"vitest": "^0.34.6" | ||
}, | ||
"packageManager": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters