Skip to content

Commit 0653ce4

Browse files
authored
Merge pull request #620 from pmndrs/dev
Version 6.35.3
2 parents e758f65 + 57422b6 commit 0653ce4

File tree

2 files changed

+865
-796
lines changed

2 files changed

+865
-796
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postprocessing",
3-
"version": "6.35.2",
3+
"version": "6.35.3",
44
"description": "A post processing library for three.js.",
55
"homepage": "https://github.com/pmndrs/postprocessing",
66
"license": "Zlib",
@@ -88,13 +88,13 @@
8888
"watch:js": "node esbuild -w"
8989
},
9090
"peerDependencies": {
91-
"three": ">= 0.152.0 < 0.163.0"
91+
"three": ">= 0.152.0 < 0.164.0"
9292
},
9393
"devDependencies": {
9494
"@tweakpane/core": "2.x.x",
9595
"@types/three": "0.x.x",
96-
"@typescript-eslint/eslint-plugin": "6.x.x",
97-
"@typescript-eslint/parser": "6.x.x",
96+
"@typescript-eslint/eslint-plugin": "7.x.x",
97+
"@typescript-eslint/parser": "7.x.x",
9898
"autoprefixer": "10.x.x",
9999
"ava": "6.x.x",
100100
"cpy-cli": "5.x.x",
@@ -117,8 +117,8 @@
117117
"postcss-preset-env": "9.x.x",
118118
"sass": "1.x.x",
119119
"spatial-controls": "6.x.x",
120-
"stylelint": "15.x.x",
121-
"stylelint-config-standard-scss": "11.x.x",
120+
"stylelint": "16.x.x",
121+
"stylelint-config-standard-scss": "13.x.x",
122122
"stylelint-order": "6.x.x",
123123
"three": "0.x.x",
124124
"three-demo": "5.x.x",

0 commit comments

Comments
 (0)