-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade three.js to v172 (#14)
- Loading branch information
1 parent
3f9f0e9
commit 5a219ad
Showing
4 changed files
with
28 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "A highly customizable standalone view cube addon for three.js", | ||
"license": "MIT", | ||
"private": false, | ||
"version": "0.0.6", | ||
"version": "0.0.8", | ||
"author": "MLight Lee <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -41,10 +41,10 @@ | |
"lint": "pnpm eslint -c ../../.eslintrc.js --ext .ts,.js,.vue --quiet src/" | ||
}, | ||
"devDependencies": { | ||
"@types/three": "^0.166.0", | ||
"@types/three": "^0.172.0", | ||
"rollup-plugin-peer-deps-external": "^2.2.4" | ||
}, | ||
"peerDependencies": { | ||
"three": "^0.166.1" | ||
"three": "^0.172.0" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.