Skip to content

Commit

Permalink
Merge pull request #1531 from meyda/add-node-19
Browse files Browse the repository at this point in the history
  • Loading branch information
hughrawlinson committed Feb 26, 2023
2 parents 0238eb6 + 07595f3 commit 256f1f9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -24,6 +24,7 @@ jobs:
16.x,
17.x,
18.x,
19.x
]

steps:
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Expand Up @@ -23,10 +23,10 @@
"private": "true",
"devDependencies": {
"@types/meyda": "^4.3.2",
"@types/three": "^0.141.0"
"@types/three": "^0.143.0"
},
"dependencies": {
"meyda": "^5.2.1",
"three": "^0.141.0"
"three": "^0.150.0"
}
}
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -71,7 +71,7 @@
"wav": "^1.0.2"
},
"engines": {
"node": "^10 || ^12 || ^13 || ^14 || ^15 || ^16 || ^17 || ^18"
"node": "^10 || ^12 || ^13 || ^14 || ^15 || ^16 || ^17 || ^18 || ^19"
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit 256f1f9

Please sign in to comment.