Skip to content

Commit 33b7059

Browse files
committed
Update dependencies
1 parent e758f65 commit 33b7059

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@
8888
"watch:js": "node esbuild -w"
8989
},
9090
"peerDependencies": {
91-
"three": ">= 0.152.0 < 0.163.0"
91+
"three": ">= 0.152.0 < 0.164.0"
9292
},
9393
"devDependencies": {
9494
"@tweakpane/core": "2.x.x",
9595
"@types/three": "0.x.x",
96-
"@typescript-eslint/eslint-plugin": "6.x.x",
97-
"@typescript-eslint/parser": "6.x.x",
96+
"@typescript-eslint/eslint-plugin": "7.x.x",
97+
"@typescript-eslint/parser": "7.x.x",
9898
"autoprefixer": "10.x.x",
9999
"ava": "6.x.x",
100100
"cpy-cli": "5.x.x",
@@ -117,8 +117,8 @@
117117
"postcss-preset-env": "9.x.x",
118118
"sass": "1.x.x",
119119
"spatial-controls": "6.x.x",
120-
"stylelint": "15.x.x",
121-
"stylelint-config-standard-scss": "11.x.x",
120+
"stylelint": "16.x.x",
121+
"stylelint-config-standard-scss": "13.x.x",
122122
"stylelint-order": "6.x.x",
123123
"three": "0.x.x",
124124
"three-demo": "5.x.x",

0 commit comments

Comments
 (0)