Skip to content

Commit

Permalink
Merge pull request #568 from pmndrs/dev
Browse files Browse the repository at this point in the history
Version 6.34.2
  • Loading branch information
vanruesc authored Feb 3, 2024
2 parents 6ce1e7d + 0562b56 commit 0bc6e13
Show file tree
Hide file tree
Showing 6 changed files with 810 additions and 774 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
patreon: vanruesc
github: [vanruesc]
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postprocessing",
"version": "6.34.1",
"version": "6.34.2",
"description": "A post processing library for three.js.",
"homepage": "https://github.com/pmndrs/postprocessing",
"license": "Zlib",
Expand Down Expand Up @@ -87,7 +87,7 @@
"watch:js": "node esbuild -w"
},
"peerDependencies": {
"three": ">= 0.138.0 < 0.161.0"
"three": ">= 0.138.0 < 0.162.0"
},
"devDependencies": {
"@tweakpane/core": "2.x.x",
Expand All @@ -100,7 +100,7 @@
"cssnano": "6.x.x",
"dat.gui": "0.x.x",
"del-cli": "5.x.x",
"esbuild": "0.19.x",
"esbuild": "0.20.x",
"esbuild-plugin-glsl": "1.x.x",
"esdoc": "1.x.x",
"esdoc-importpath-plugin": "1.x.x",
Expand Down
Loading

0 comments on commit 0bc6e13

Please sign in to comment.