Skip to content

Commit 433965a

Browse files
committed
Update dependencies
1 parent b609434 commit 433965a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"watch:js": "node esbuild -w"
8282
},
8383
"peerDependencies": {
84-
"three": ">= 0.168.0 < 0.170.0"
84+
"three": ">= 0.168.0 < 0.171.0"
8585
},
8686
"devDependencies": {
8787
"@tweakpane/core": "2.x.x",
@@ -93,7 +93,7 @@
9393
"autoprefixer": "10.x.x",
9494
"ava": "6.x.x",
9595
"cssnano": "7.x.x",
96-
"del-cli": "5.x.x",
96+
"del-cli": "6.x.x",
9797
"esbuild": "0.24.x",
9898
"esbuild-plugin-glsl": "1.x.x",
9999
"eslint": "9.x.x",
@@ -114,6 +114,6 @@
114114
"tweakpane": "4.x.x",
115115
"typedoc": "0.x.x",
116116
"typedoc-plugin-mdn-links": "3.x.x",
117-
"typescript": "5.5.x"
117+
"typescript": "5.6.x"
118118
}
119119
}

0 commit comments

Comments
 (0)