Skip to content

Commit

Permalink
Merge pull request #672 from pmndrs/dev
Browse files Browse the repository at this point in the history
Version 6.36.5
  • Loading branch information
vanruesc authored Dec 30, 2024
2 parents e9c56a3 + 3d7d951 commit d69ff04
Show file tree
Hide file tree
Showing 2 changed files with 1,557 additions and 1,338 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.36.4",
"version": "6.36.5",
"description": "A post processing library for three.js.",
"homepage": "https://github.com/pmndrs/postprocessing",
"license": "Zlib",
Expand Down Expand Up @@ -81,7 +81,7 @@
"watch:js": "node esbuild -w"
},
"peerDependencies": {
"three": ">= 0.157.0 < 0.171.0"
"three": ">= 0.157.0 < 0.172.0"
},
"devDependencies": {
"@tweakpane/core": "2.x.x",
Expand Down Expand Up @@ -110,13 +110,13 @@
"sass": "1.x.x",
"spatial-controls": "6.x.x",
"stylelint": "16.x.x",
"stylelint-config-standard-scss": "13.x.x",
"stylelint-config-standard-scss": "14.x.x",
"stylelint-order": "6.x.x",
"three": "0.x.x",
"three-demo": "5.x.x",
"tiny-glob": "0.x.x",
"tslib": "2.x.x",
"tweakpane": "4.x.x",
"typescript": "5.6.x"
"typescript": "5.7.x"
}
}
Loading

0 comments on commit d69ff04

Please sign in to comment.