Skip to content

Commit 564b079

Browse files
Update dependencies and add threejs 177 support (#704)
* update dependencies and add threejs 177 support * remove packageManager from package.json to resolve PR test error
1 parent 0ae2177 commit 564b079

File tree

2 files changed

+1181
-1067
lines changed

2 files changed

+1181
-1067
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"watch:js": "node esbuild -w"
9191
},
9292
"peerDependencies": {
93-
"three": ">= 0.157.0 < 0.177.0"
93+
"three": ">= 0.157.0 < 0.178.0"
9494
},
9595
"devDependencies": {
9696
"@tweakpane/core": "2.x.x",
@@ -120,7 +120,7 @@
120120
"sass": "1.x.x",
121121
"spatial-controls": "6.x.x",
122122
"stylelint": "16.x.x",
123-
"stylelint-config-standard-scss": "14.x.x",
123+
"stylelint-config-standard-scss": "15.x.x",
124124
"stylelint-order": "7.x.x",
125125
"three": "0.x.x",
126126
"three-demo": "5.x.x",

0 commit comments

Comments
 (0)