Skip to content

Commit

Permalink
Merge pull request #620 from pmndrs/dev
Browse files Browse the repository at this point in the history
Version 6.35.3
  • Loading branch information
vanruesc committed Mar 30, 2024
2 parents e758f65 + 57422b6 commit 0653ce4
Show file tree
Hide file tree
Showing 2 changed files with 865 additions and 796 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postprocessing",
"version": "6.35.2",
"version": "6.35.3",
"description": "A post processing library for three.js.",
"homepage": "https://github.com/pmndrs/postprocessing",
"license": "Zlib",
Expand Down Expand Up @@ -88,13 +88,13 @@
"watch:js": "node esbuild -w"
},
"peerDependencies": {
"three": ">= 0.152.0 < 0.163.0"
"three": ">= 0.152.0 < 0.164.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",
"@typescript-eslint/eslint-plugin": "7.x.x",
"@typescript-eslint/parser": "7.x.x",
"autoprefixer": "10.x.x",
"ava": "6.x.x",
"cpy-cli": "5.x.x",
Expand All @@ -117,8 +117,8 @@
"postcss-preset-env": "9.x.x",
"sass": "1.x.x",
"spatial-controls": "6.x.x",
"stylelint": "15.x.x",
"stylelint-config-standard-scss": "11.x.x",
"stylelint": "16.x.x",
"stylelint-config-standard-scss": "13.x.x",
"stylelint-order": "6.x.x",
"three": "0.x.x",
"three-demo": "5.x.x",
Expand Down

0 comments on commit 0653ce4

Please sign in to comment.