Skip to content

Commit 902ed8e

Browse files
authored
Merge pull request #729 from pmndrs/dev
Version 6.37.8
2 parents 202d170 + 5b10d17 commit 902ed8e

File tree

9 files changed

+10007
-9993
lines changed

9 files changed

+10007
-9993
lines changed

manual/config/_default/privacy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"instagram": {
99
"disable": true
1010
},
11-
"twitter": {
11+
"x": {
1212
"disable": true
1313
},
1414
"vimeo": {

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.37.7",
3+
"version": "6.37.8",
44
"description": "A post processing library for three.js.",
55
"homepage": "https://github.com/pmndrs/postprocessing",
66
"license": "Zlib",
@@ -79,7 +79,7 @@
7979
"lint": "run-p lint:*",
8080
"lint:css": "stylelint --fix manual/assets/css/src",
8181
"lint:js": "eslint --fix src demo/src manual/assets/js/src",
82-
"lint:dts": "tsc types/index.d.ts --noEmit",
82+
"lint:dts": "tsc --project tsconfig.types.json",
8383
"postcss": "postcss manual/assets/css/dist/index.css -o manual/assets/css/dist/index.css -c manual",
8484
"prepublishOnly": "npm test",
8585
"prewatch": "run-s clean copy build:css build:js",
@@ -90,7 +90,7 @@
9090
"watch:js": "node esbuild -w"
9191
},
9292
"peerDependencies": {
93-
"three": ">= 0.157.0 < 0.180.0"
93+
"three": ">= 0.157.0 < 0.181.0"
9494
},
9595
"devDependencies": {
9696
"@tweakpane/core": "2.x.x",
@@ -100,7 +100,7 @@
100100
"@typescript-eslint/parser": "8.x.x",
101101
"autoprefixer": "10.x.x",
102102
"ava": "6.x.x",
103-
"cpy-cli": "5.x.x",
103+
"cpy-cli": "6.x.x",
104104
"cssnano": "7.x.x",
105105
"dat.gui": "0.x.x",
106106
"del-cli": "6.x.x",

0 commit comments

Comments
 (0)