Skip to content

Commit

Permalink
Merge branch 'beta' into 511-setup-e2e-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Jul 30, 2024
2 parents f649b18 + 3f10e5a commit 40bdb6e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@vitest/browser": "^2.0.4",
"canvas": "^2.11.2",
"husky": "^8.0.0",
"pixi.js": "8.2.1",
"pixi.js": "8.2.6",
"playwright": "^1.45.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -87,7 +87,7 @@
"vitest": "^2.0.0"
},
"peerDependencies": {
"pixi.js": "^8.2.1",
"pixi.js": "^8.2.6",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
branches: [
'master',
'main',
{
name: 'beta',
prerelease: true,
Expand Down

0 comments on commit 40bdb6e

Please sign in to comment.