Skip to content

Commit

Permalink
Updated development packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreylanters committed Apr 23, 2024
1 parent dbd9fbd commit 8fcf338
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 18 deletions.
4 changes: 2 additions & 2 deletions module/package-lock.json

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

6 changes: 3 additions & 3 deletions module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-unity-webgl",
"version": "9.5.1",
"version": "9.5.2",
"description": "React Unity WebGL provides a modern solution for embedding Unity WebGL builds in your React Application while providing advanced APIs for two way communication and interaction between Unity and React.",
"keywords": [
"React",
Expand Down Expand Up @@ -53,8 +53,8 @@
"lint": "echo 'Warning: lint is not implemented yet'"
},
"devDependencies": {
"@types/react": "18.0.24",
"typescript": "4.8.4"
"@types/react": "18.2.79",
"typescript": "5.4.5"
},
"peerDependencies": {
"react": ">=16.8.0"
Expand Down
45 changes: 32 additions & 13 deletions package-lock.json

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

0 comments on commit 8fcf338

Please sign in to comment.