We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b609434 commit 433965aCopy full SHA for 433965a
package.json
@@ -81,7 +81,7 @@
81
"watch:js": "node esbuild -w"
82
},
83
"peerDependencies": {
84
- "three": ">= 0.168.0 < 0.170.0"
+ "three": ">= 0.168.0 < 0.171.0"
85
86
"devDependencies": {
87
"@tweakpane/core": "2.x.x",
@@ -93,7 +93,7 @@
93
"autoprefixer": "10.x.x",
94
"ava": "6.x.x",
95
"cssnano": "7.x.x",
96
- "del-cli": "5.x.x",
+ "del-cli": "6.x.x",
97
"esbuild": "0.24.x",
98
"esbuild-plugin-glsl": "1.x.x",
99
"eslint": "9.x.x",
@@ -114,6 +114,6 @@
114
"tweakpane": "4.x.x",
115
"typedoc": "0.x.x",
116
"typedoc-plugin-mdn-links": "3.x.x",
117
- "typescript": "5.5.x"
+ "typescript": "5.6.x"
118
}
119
0 commit comments