File tree Expand file tree Collapse file tree 5 files changed +906
-819
lines changed
Expand file tree Collapse file tree 5 files changed +906
-819
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments