Skip to content

Commit 502f583

Browse files
authored
Merge pull request #641 from pmndrs/dev
v6.35.6
2 parents 3140afb + ac9973a commit 502f583

File tree

5 files changed

+967
-912
lines changed

5 files changed

+967
-912
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postprocessing",
3-
"version": "6.35.5",
3+
"version": "6.35.6",
44
"description": "A post processing library for three.js.",
55
"homepage": "https://github.com/pmndrs/postprocessing",
66
"license": "Zlib",
@@ -88,7 +88,7 @@
8888
"watch:js": "node esbuild -w"
8989
},
9090
"peerDependencies": {
91-
"three": ">= 0.152.0 < 0.166.0"
91+
"three": ">= 0.152.0 < 0.167.0"
9292
},
9393
"devDependencies": {
9494
"@tweakpane/core": "2.x.x",
@@ -101,15 +101,15 @@
101101
"cssnano": "7.x.x",
102102
"dat.gui": "0.x.x",
103103
"del-cli": "5.x.x",
104-
"esbuild": "0.21.x",
104+
"esbuild": "0.23.x",
105105
"esbuild-plugin-glsl": "1.x.x",
106106
"esdoc": "1.x.x",
107107
"esdoc-importpath-plugin": "1.x.x",
108108
"esdoc-standard-plugin": "1.x.x",
109109
"eslint": "8.x.x",
110110
"eslint-config-aether": "1.x.x",
111111
"eslint-watch": "8.x.x",
112-
"gzipper": "7.x.x",
112+
"gzipper": "8.x.x",
113113
"hugo-bin": "0.x.x",
114114
"npm-run-all": "4.x.x",
115115
"postcss": "8.x.x",

0 commit comments

Comments
 (0)