Skip to content

Commit

Permalink
Merge pull request #641 from pmndrs/dev
Browse files Browse the repository at this point in the history
v6.35.6
  • Loading branch information
vanruesc authored Jul 5, 2024
2 parents 3140afb + ac9973a commit 502f583
Show file tree
Hide file tree
Showing 5 changed files with 967 additions and 912 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postprocessing",
"version": "6.35.5",
"version": "6.35.6",
"description": "A post processing library for three.js.",
"homepage": "https://github.com/pmndrs/postprocessing",
"license": "Zlib",
Expand Down Expand Up @@ -88,7 +88,7 @@
"watch:js": "node esbuild -w"
},
"peerDependencies": {
"three": ">= 0.152.0 < 0.166.0"
"three": ">= 0.152.0 < 0.167.0"
},
"devDependencies": {
"@tweakpane/core": "2.x.x",
Expand All @@ -101,15 +101,15 @@
"cssnano": "7.x.x",
"dat.gui": "0.x.x",
"del-cli": "5.x.x",
"esbuild": "0.21.x",
"esbuild": "0.23.x",
"esbuild-plugin-glsl": "1.x.x",
"esdoc": "1.x.x",
"esdoc-importpath-plugin": "1.x.x",
"esdoc-standard-plugin": "1.x.x",
"eslint": "8.x.x",
"eslint-config-aether": "1.x.x",
"eslint-watch": "8.x.x",
"gzipper": "7.x.x",
"gzipper": "8.x.x",
"hugo-bin": "0.x.x",
"npm-run-all": "4.x.x",
"postcss": "8.x.x",
Expand Down
Loading

0 comments on commit 502f583

Please sign in to comment.