Skip to content

Commit a64229a

Browse files
authored
Merge pull request #703 from pmndrs/dev
Version 6.37.3
2 parents fc9ed86 + 7f1225e commit a64229a

4 files changed

Lines changed: 489 additions & 585 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: CI
22

3-
on: push
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- "*"
48

59
jobs:
610
test:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postprocessing",
3-
"version": "6.37.2",
3+
"version": "6.37.3",
44
"description": "A post processing library for three.js.",
55
"homepage": "https://github.com/pmndrs/postprocessing",
66
"license": "Zlib",
@@ -90,7 +90,7 @@
9090
"watch:js": "node esbuild -w"
9191
},
9292
"peerDependencies": {
93-
"three": ">= 0.157.0 < 0.176.0"
93+
"three": ">= 0.157.0 < 0.177.0"
9494
},
9595
"devDependencies": {
9696
"@tweakpane/core": "2.x.x",
@@ -121,7 +121,7 @@
121121
"spatial-controls": "6.x.x",
122122
"stylelint": "16.x.x",
123123
"stylelint-config-standard-scss": "14.x.x",
124-
"stylelint-order": "6.x.x",
124+
"stylelint-order": "7.x.x",
125125
"three": "0.x.x",
126126
"three-demo": "5.x.x",
127127
"tiny-glob": "0.x.x",

0 commit comments

Comments
 (0)