Skip to content

Commit 54b36e8

Browse files
authored
Merge pull request #681 from pmndrs/dev
Version 6.36.7
2 parents 3d3df05 + 21976d4 commit 54b36e8

File tree

5 files changed

+906
-819
lines changed

5 files changed

+906
-819
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Install PNPM
1717
uses: pnpm/action-setup@v4
1818
with:
19-
version: 9
19+
version: 10
2020
- name: Install Node
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
23+
node-version: 22
2424
cache: "pnpm"
2525
- name: Install dependencies and test
2626
run: pnpm install-test --frozen-lockfile

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
- name: Install PNPM
1313
uses: pnpm/action-setup@v4
1414
with:
15-
version: 9
15+
version: 10
1616
- name: Install Node
1717
uses: actions/setup-node@v4
1818
with:
19+
node-version: 22
1920
cache: "pnpm"
2021
- name: Install and test
2122
run: pnpm install-test --frozen-lockfile

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postprocessing",
3-
"version": "6.36.6",
3+
"version": "6.36.7",
44
"description": "A post processing library for three.js.",
55
"homepage": "https://github.com/pmndrs/postprocessing",
66
"license": "Zlib",
@@ -55,6 +55,13 @@
5555
"./test/**/*"
5656
]
5757
},
58+
"pnpm": {
59+
"onlyBuiltDependencies": [
60+
"@parcel/watcher",
61+
"esbuild",
62+
"hugo-bin"
63+
]
64+
},
5865
"scripts": {
5966
"ava": "ava",
6067
"build": "npm run clean && run-p build:css build:js:min build:dts",
@@ -81,7 +88,7 @@
8188
"watch:js": "node esbuild -w"
8289
},
8390
"peerDependencies": {
84-
"three": ">= 0.157.0 < 0.173.0"
91+
"three": ">= 0.157.0 < 0.174.0"
8592
},
8693
"devDependencies": {
8794
"@tweakpane/core": "2.x.x",

0 commit comments

Comments
 (0)