Skip to content

Commit 0a02e27

Browse files
committed
update reactunity version
1 parent 47a354f commit 0a02e27

File tree

5 files changed

+38
-11
lines changed

5 files changed

+38
-11
lines changed

Assets/1 - RPG/RPG.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ MonoBehaviour:
387387
Globals:
388388
Entries: []
389389
Script:
390-
ScriptSource: 2
390+
ScriptSource: 3
391391
SourceAsset: {fileID: 4900000, guid: e8c28412937a90541aaceaa853b1e5fa, type: 3}
392392
SourcePath: react/rpg/index
393393
SourceText:

Packages/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"dependencies": {
3-
"com.reactunity.core": "0.0.24",
3+
"com.reactunity.core": "0.0.25",
44
"com.unity.editorcoroutines": "1.0.0",
55
"com.unity.ide.visualstudio": "2.0.7",
66
"com.unity.ide.vscode": "1.2.3",
77
"com.unity.inputsystem": "1.0.2",
88
"com.unity.textmeshpro": "3.0.4",
9+
"com.unity.toolchain.win-x86_64-linux-x86_64": "0.1.19-preview",
910
"com.unity.ugui": "1.0.0",
1011
"com.unity.vectorgraphics": "2.0.0-preview.14",
1112
"com.unity.modules.ai": "1.0.0",
@@ -50,4 +51,4 @@
5051
]
5152
}
5253
]
53-
}
54+
}

Packages/packages-lock.json

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"dependencies": {
33
"com.reactunity.core": {
4-
"version": "0.0.21",
4+
"version": "0.0.25",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {
8-
"com.unity.editorcoroutines": ""
8+
"com.unity.editorcoroutines": "1.0.0"
99
},
1010
"url": "https://package.openupm.com"
1111
},
@@ -52,8 +52,24 @@
5252
"dependencies": {},
5353
"url": "https://packages.unity.com"
5454
},
55+
"com.unity.sysroot": {
56+
"version": "0.1.19-preview",
57+
"depth": 1,
58+
"source": "registry",
59+
"dependencies": {},
60+
"url": "https://packages.unity.com"
61+
},
62+
"com.unity.sysroot.linux-x86_64": {
63+
"version": "0.1.14-preview",
64+
"depth": 1,
65+
"source": "registry",
66+
"dependencies": {
67+
"com.unity.sysroot": "0.1.18-preview"
68+
},
69+
"url": "https://packages.unity.com"
70+
},
5571
"com.unity.test-framework": {
56-
"version": "1.1.22",
72+
"version": "1.1.24",
5773
"depth": 1,
5874
"source": "registry",
5975
"dependencies": {
@@ -72,6 +88,16 @@
7288
},
7389
"url": "https://packages.unity.com"
7490
},
91+
"com.unity.toolchain.win-x86_64-linux-x86_64": {
92+
"version": "0.1.19-preview",
93+
"depth": 0,
94+
"source": "registry",
95+
"dependencies": {
96+
"com.unity.sysroot": "0.1.19-preview",
97+
"com.unity.sysroot.linux-x86_64": "0.1.14-preview"
98+
},
99+
"url": "https://packages.unity.com"
100+
},
75101
"com.unity.ugui": {
76102
"version": "1.0.0",
77103
"depth": 0,

react/rpg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"redux-persist": "^6.0.0"
1919
},
2020
"devDependencies": {
21-
"@reactunity/scripts": "^0.1.12",
21+
"@reactunity/scripts": "^0.1.13",
2222
"@types/react": "^17.0.3",
2323
"@types/react-redux": "^7.1.16",
2424
"@types/webpack-env": "^1.16.0",

react/rpg/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,10 +1173,10 @@
11731173
dependencies:
11741174
react-reconciler "^0.26.2"
11751175

1176-
"@reactunity/scripts@^0.1.12":
1177-
version "0.1.12"
1178-
resolved "https://registry.yarnpkg.com/@reactunity/scripts/-/scripts-0.1.12.tgz#56347ce5bbcaf5277899ba4cadee64c4581fc831"
1179-
integrity sha512-Jqz5SzcR7UcMPATuDeLIz+dJofluEPEF6PXg0XYOl5YQRKABe78bvZKkEYlnTbsqNsKMYFkWX/gtskxLyDLTEQ==
1176+
"@reactunity/scripts@^0.1.13":
1177+
version "0.1.13"
1178+
resolved "https://registry.yarnpkg.com/@reactunity/scripts/-/scripts-0.1.13.tgz#b7f8fad3e05ca91aa44dad75551f929004c28c5c"
1179+
integrity sha512-tt6xRaM9N2cKGhNaBJkNPWaY9KkhdRcs1o+G63XRJzJKoCsbgfJGC3UblXmIlQFrSYgk2L85Mwy5Vm51ls60RA==
11801180
dependencies:
11811181
"@babel/core" "7.13.14"
11821182
"@pmmmwh/react-refresh-webpack-plugin" "0.4.3"

0 commit comments

Comments
 (0)