We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9130a commit b1b5244Copy full SHA for b1b5244
package.json
@@ -87,15 +87,15 @@
87
"watch:js": "node esbuild -w"
88
},
89
"peerDependencies": {
90
- "three": ">= 0.138.0 < 0.160.0"
+ "three": ">= 0.138.0 < 0.161.0"
91
92
"devDependencies": {
93
"@tweakpane/core": "2.x.x",
94
"@types/three": "0.x.x",
95
"@typescript-eslint/eslint-plugin": "6.x.x",
96
"@typescript-eslint/parser": "6.x.x",
97
"autoprefixer": "10.x.x",
98
- "ava": "5.x.x",
+ "ava": "6.x.x",
99
"cpy-cli": "5.x.x",
100
"cssnano": "6.x.x",
101
"dat.gui": "0.x.x",
@@ -112,7 +112,7 @@
112
"hugo-bin": "0.x.x",
113
"npm-run-all": "4.x.x",
114
"postcss": "8.x.x",
115
- "postcss-cli": "10.x.x",
+ "postcss-cli": "11.x.x",
116
"postcss-preset-env": "9.x.x",
117
"sass": "1.x.x",
118
"spatial-controls": "6.x.x",
0 commit comments