Skip to content

Commit 92471a6

Browse files
committed
Updated dependencies suggested by Renovate
1 parent cbe6941 commit 92471a6

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/conventional-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: semantic-pull-request
1919
# Internal Unity mirror available at jesseo/action-semantic-pull-request, but actions from private repos aren't supported, so continue to use the public one below
20-
uses: amannn/action-semantic-pull-request@b7a9a97cb10fa6e1ae02647e718798175f6b1f1d
20+
uses: amannn/action-semantic-pull-request@b40166f00814508ec3201fc8595b393d451c8cd80
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
with:

com.unity.netcode.gameobjects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"version": "1.12.2",
66
"unity": "2021.3",
77
"dependencies": {
8-
"com.unity.nuget.mono-cecil": "1.10.1",
9-
"com.unity.transport": "1.4.0"
8+
"com.unity.nuget.mono-cecil": "1.11.5",
9+
"com.unity.transport": "1.5.0"
1010
},
1111
"samples": [
1212
{

testproject-tools-integration/Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"com.unity.ide.rider": "3.0.34",
44
"com.unity.multiplayer.tools": "1.1.1",
55
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects",
6-
"com.unity.test-framework": "1.1.33",
7-
"com.unity.test-framework.performance": "2.8.0-preview",
6+
"com.unity.test-framework": "1.4.6",
7+
"com.unity.test-framework.performance": "3.0.3",
88
"com.unity.transport": "1.5.0",
99
"com.unity.modules.ai": "1.0.0",
1010
"com.unity.modules.androidjni": "1.0.0",

testproject/Packages/manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"dependencies": {
3-
"com.unity.addressables": "1.21.9",
4-
"com.unity.ai.navigation": "1.1.1",
3+
"com.unity.addressables": "1.23.1",
4+
"com.unity.ai.navigation": "1.1.5",
55
"com.unity.collab-proxy": "2.6.0",
66
"com.unity.ide.rider": "3.0.34",
77
"com.unity.ide.visualstudio": "2.0.22",
8-
"com.unity.mathematics": "1.2.6",
8+
"com.unity.mathematics": "1.3.2",
99
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects",
1010
"com.unity.transport": "1.5.0",
1111
"com.unity.package-validation-suite": "0.49.0-preview",
12-
"com.unity.services.authentication": "2.7.4",
12+
"com.unity.services.authentication": "3.4.0",
1313
"com.unity.services.core": "1.14.0",
14-
"com.unity.services.relay": "1.0.5",
15-
"com.unity.test-framework": "1.3.3",
16-
"com.unity.test-framework.performance": "2.8.1-preview",
17-
"com.unity.textmeshpro": "3.0.6",
18-
"com.unity.timeline": "1.8.2",
14+
"com.unity.services.relay": "1.1.1",
15+
"com.unity.test-framework": "1.4.6",
16+
"com.unity.test-framework.performance": "3.0.3",
17+
"com.unity.textmeshpro": "3.0.9",
18+
"com.unity.timeline": "1.8.8",
1919
"com.unity.ugui": "1.0.0",
2020
"com.unity.modules.ai": "1.0.0",
2121
"com.unity.modules.androidjni": "1.0.0",

0 commit comments

Comments
 (0)