Skip to content

Commit

Permalink
Merge pull request #681 from pmndrs/dev
Browse files Browse the repository at this point in the history
Version 6.36.7
  • Loading branch information
vanruesc authored Feb 6, 2025
2 parents 3d3df05 + 21976d4 commit 54b36e8
Show file tree
Hide file tree
Showing 5 changed files with 906 additions and 819 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- name: Install PNPM
uses: pnpm/action-setup@v4
with:
version: 9
version: 10
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"
- name: Install dependencies and test
run: pnpm install-test --frozen-lockfile
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
- name: Install PNPM
uses: pnpm/action-setup@v4
with:
version: 9
version: 10
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- name: Install and test
run: pnpm install-test --frozen-lockfile
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postprocessing",
"version": "6.36.6",
"version": "6.36.7",
"description": "A post processing library for three.js.",
"homepage": "https://github.com/pmndrs/postprocessing",
"license": "Zlib",
Expand Down Expand Up @@ -55,6 +55,13 @@
"./test/**/*"
]
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"hugo-bin"
]
},
"scripts": {
"ava": "ava",
"build": "npm run clean && run-p build:css build:js:min build:dts",
Expand All @@ -81,7 +88,7 @@
"watch:js": "node esbuild -w"
},
"peerDependencies": {
"three": ">= 0.157.0 < 0.173.0"
"three": ">= 0.157.0 < 0.174.0"
},
"devDependencies": {
"@tweakpane/core": "2.x.x",
Expand Down
Loading

0 comments on commit 54b36e8

Please sign in to comment.