Skip to content

Commit 4b31427

Browse files
Updated package versions
1 parent 830a626 commit 4b31427

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

module/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-unity-webgl",
3-
"version": "9.7.0",
3+
"version": "9.8.0",
44
"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.",
55
"keywords": [
66
"React",

testing/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"react": "^18.3.1",
1111
"react-dom": "^18.3.1",
12-
"react-unity-webgl": "^9.7.0"
12+
"react-unity-webgl": "latest"
1313
},
1414
"devDependencies": {
1515
"@eslint/js": "^9.17.0",

0 commit comments

Comments
 (0)