Skip to content

Commit

Permalink
fix: use pixi.js@dev until type updates are merged
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed May 29, 2024
1 parent f9aee9b commit 0aaf87a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
24 changes: 19 additions & 5 deletions package-lock.json

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

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,15 @@
]
},
"dependencies": {
"react-reconciler": "^0.29.2"
"react-reconciler": "^0.29.2",
"statery": "^0.7.1"
},
"devDependencies": {
"@pixi/extension-scripts": "^2.4.1",
"@types/react": "^18.3.2",
"@types/react-reconciler": "^0.28.8",
"husky": "^8.0.0",
"pixi.js": "^8.1.4",
"pixi.js": "v8.1.5-dev.1ebdfc5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5",
Expand All @@ -89,7 +90,9 @@
"test",
"lib"
],
"environments": ["node"],
"environments": [
"node"
],
"docsName": "PixiJS React",
"docsTitle": "PixiJS React API Documentation",
"docsDescription": "Documentation for PixiJS React library",
Expand Down

0 comments on commit 0aaf87a

Please sign in to comment.