Skip to content

Commit d69ff04

Browse files
authored
Merge pull request #672 from pmndrs/dev
Version 6.36.5
2 parents e9c56a3 + 3d7d951 commit d69ff04

File tree

2 files changed

+1557
-1338
lines changed

2 files changed

+1557
-1338
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postprocessing",
3-
"version": "6.36.4",
3+
"version": "6.36.5",
44
"description": "A post processing library for three.js.",
55
"homepage": "https://github.com/pmndrs/postprocessing",
66
"license": "Zlib",
@@ -81,7 +81,7 @@
8181
"watch:js": "node esbuild -w"
8282
},
8383
"peerDependencies": {
84-
"three": ">= 0.157.0 < 0.171.0"
84+
"three": ">= 0.157.0 < 0.172.0"
8585
},
8686
"devDependencies": {
8787
"@tweakpane/core": "2.x.x",
@@ -110,13 +110,13 @@
110110
"sass": "1.x.x",
111111
"spatial-controls": "6.x.x",
112112
"stylelint": "16.x.x",
113-
"stylelint-config-standard-scss": "13.x.x",
113+
"stylelint-config-standard-scss": "14.x.x",
114114
"stylelint-order": "6.x.x",
115115
"three": "0.x.x",
116116
"three-demo": "5.x.x",
117117
"tiny-glob": "0.x.x",
118118
"tslib": "2.x.x",
119119
"tweakpane": "4.x.x",
120-
"typescript": "5.6.x"
120+
"typescript": "5.7.x"
121121
}
122122
}

0 commit comments

Comments
 (0)