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.
2 parents 0653ce4 + 18fd69b commit 90de770Copy full SHA for 90de770
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postprocessing",
3
- "version": "6.35.3",
+ "version": "6.35.4",
4
"description": "A post processing library for three.js.",
5
"homepage": "https://github.com/pmndrs/postprocessing",
6
"license": "Zlib",
@@ -88,7 +88,7 @@
88
"watch:js": "node esbuild -w"
89
},
90
"peerDependencies": {
91
- "three": ">= 0.152.0 < 0.164.0"
+ "three": ">= 0.152.0 < 0.165.0"
92
93
"devDependencies": {
94
"@tweakpane/core": "2.x.x",
@@ -98,7 +98,7 @@
98
"autoprefixer": "10.x.x",
99
"ava": "6.x.x",
100
"cpy-cli": "5.x.x",
101
- "cssnano": "6.x.x",
+ "cssnano": "7.x.x",
102
"dat.gui": "0.x.x",
103
"del-cli": "5.x.x",
104
"esbuild": "0.20.x",
0 commit comments