Skip to content

Commit

Permalink
Merge pull request #560 from pmndrs/dev
Browse files Browse the repository at this point in the history
Version 6.34.0
  • Loading branch information
vanruesc authored Dec 24, 2023
2 parents 0d9130a + 4d2f45b commit dbccac3
Show file tree
Hide file tree
Showing 6 changed files with 1,053 additions and 756 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.33.4",
"version": "6.34.0",
"description": "A post processing library for three.js.",
"homepage": "https://github.com/pmndrs/postprocessing",
"license": "Zlib",
Expand Down Expand Up @@ -87,15 +87,15 @@
"watch:js": "node esbuild -w"
},
"peerDependencies": {
"three": ">= 0.138.0 < 0.160.0"
"three": ">= 0.138.0 < 0.161.0"
},
"devDependencies": {
"@tweakpane/core": "2.x.x",
"@types/three": "0.x.x",
"@typescript-eslint/eslint-plugin": "6.x.x",
"@typescript-eslint/parser": "6.x.x",
"autoprefixer": "10.x.x",
"ava": "5.x.x",
"ava": "6.x.x",
"cpy-cli": "5.x.x",
"cssnano": "6.x.x",
"dat.gui": "0.x.x",
Expand All @@ -112,7 +112,7 @@
"hugo-bin": "0.x.x",
"npm-run-all": "4.x.x",
"postcss": "8.x.x",
"postcss-cli": "10.x.x",
"postcss-cli": "11.x.x",
"postcss-preset-env": "9.x.x",
"sass": "1.x.x",
"spatial-controls": "6.x.x",
Expand Down
Loading

0 comments on commit dbccac3

Please sign in to comment.