Skip to content

Commit a557f42

Browse files
authored
Merge pull request #453 from pmndrs/dev
Version 6.30.0
2 parents 3165a87 + 27aa5fc commit a557f42

File tree

6 files changed

+937
-793
lines changed

6 files changed

+937
-793
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postprocessing",
3-
"version": "6.29.3",
3+
"version": "6.30.0",
44
"description": "A post processing library that provides the means to implement image filter effects for three.js.",
55
"homepage": "https://github.com/pmndrs/postprocessing",
66
"main": "build/postprocessing.js",
@@ -86,7 +86,7 @@
8686
"extends": "aether"
8787
},
8888
"peerDependencies": {
89-
"three": ">= 0.125.0 < 0.149.0"
89+
"three": ">= 0.138.0 < 0.150.0"
9090
},
9191
"devDependencies": {
9292
"@tweakpane/core": "1.x.x",
@@ -99,7 +99,7 @@
9999
"cssnano": "5.x.x",
100100
"dat.gui": "0.x.x",
101101
"del-cli": "5.x.x",
102-
"esbuild": "0.x.x",
102+
"esbuild": "0.16.x",
103103
"esbuild-plugin-glsl": "1.x.x",
104104
"esbuild-ts-paths": "1.x.x",
105105
"esdoc": "1.x.x",
@@ -113,12 +113,12 @@
113113
"npm-run-all": "4.x.x",
114114
"postcss": "8.x.x",
115115
"postcss-cli": "10.x.x",
116-
"postcss-preset-env": "7.x.x",
116+
"postcss-preset-env": "8.x.x",
117117
"sass": "1.x.x",
118118
"spatial-controls": "5.x.x",
119-
"stylelint": "14.x.x",
120-
"stylelint-config-standard-scss": "6.x.x",
121-
"stylelint-order": "5.x.x",
119+
"stylelint": "15.x.x",
120+
"stylelint-config-standard-scss": "7.x.x",
121+
"stylelint-order": "6.x.x",
122122
"three": "0.x.x",
123123
"three-demo": "5.x.x",
124124
"tiny-glob": "0.x.x",

0 commit comments

Comments
 (0)