Skip to content

Commit

Permalink
chore: Update csvhelper dependency to version 33.0.1 and adjust relat…
Browse files Browse the repository at this point in the history
…ed dependencies
  • Loading branch information
Eyap53 committed Dec 2, 2024
1 parent 818acdf commit cd6522f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"unityRelease": "0f1",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1",
"org.nuget.csvhelper": "30.1.0"
"org.nuget.csvhelper": "33.0.1"
},
"keywords": [
"Experiment",
Expand Down
1 change: 0 additions & 1 deletion Unity_ExperimentLibrary/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"com.unity.timeline": "1.8.7",
"com.unity.ugui": "2.0.0",
"com.unity.visualeffectgraph": "17.0.3",
"org.nuget.csvhelper": "30.1.0",
"com.unity.modules.accessibility": "1.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
Expand Down
49 changes: 19 additions & 30 deletions Unity_ExperimentLibrary/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": "embedded",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1",
"org.nuget.csvhelper": "30.1.0"
"org.nuget.csvhelper": "33.0.1"
}
},
"com.unity.ai.navigation": {
Expand Down Expand Up @@ -205,53 +205,42 @@
}
},
"org.nuget.csvhelper": {
"version": "30.1.0",
"depth": 0,
"version": "33.0.1",
"depth": 1,
"source": "registry",
"dependencies": {
"org.nuget.microsoft.bcl.asyncinterfaces": "1.0.0",
"org.nuget.microsoft.bcl.hashcode": "1.0.0",
"org.nuget.system.linq.async": "4.0.0",
"org.nuget.system.memory": "4.5.0",
"org.nuget.system.threading.tasks.extensions": "4.5.2"
"org.nuget.microsoft.bcl.asyncinterfaces": "8.0.0",
"org.nuget.microsoft.bcl.hashcode": "1.1.1",
"org.nuget.system.memory": "4.5.0"
},
"url": "https://unitynuget-registry.azurewebsites.net"
},
"org.nuget.microsoft.bcl.asyncinterfaces": {
"version": "1.0.0",
"depth": 1,
"version": "8.0.0",
"depth": 2,
"source": "registry",
"dependencies": {
"org.nuget.system.threading.tasks.extensions": "4.5.2"
"org.nuget.system.threading.tasks.extensions": "4.5.4"
},
"url": "https://unitynuget-registry.azurewebsites.net"
},
"org.nuget.microsoft.bcl.hashcode": {
"version": "1.0.0",
"depth": 1,
"version": "1.1.1",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://unitynuget-registry.azurewebsites.net"
},
"org.nuget.system.buffers": {
"version": "4.4.0",
"depth": 2,
"depth": 3,
"source": "registry",
"dependencies": {},
"url": "https://unitynuget-registry.azurewebsites.net"
},
"org.nuget.system.linq.async": {
"version": "4.0.0",
"depth": 1,
"source": "registry",
"dependencies": {
"org.nuget.microsoft.bcl.asyncinterfaces": "1.0.0"
},
"url": "https://unitynuget-registry.azurewebsites.net"
},
"org.nuget.system.memory": {
"version": "4.5.0",
"depth": 1,
"depth": 2,
"source": "registry",
"dependencies": {
"org.nuget.system.buffers": "4.4.0",
Expand All @@ -262,24 +251,24 @@
},
"org.nuget.system.numerics.vectors": {
"version": "4.4.0",
"depth": 2,
"depth": 3,
"source": "registry",
"dependencies": {},
"url": "https://unitynuget-registry.azurewebsites.net"
},
"org.nuget.system.runtime.compilerservices.unsafe": {
"version": "4.5.2",
"depth": 2,
"version": "4.5.3",
"depth": 4,
"source": "registry",
"dependencies": {},
"url": "https://unitynuget-registry.azurewebsites.net"
},
"org.nuget.system.threading.tasks.extensions": {
"version": "4.5.2",
"depth": 1,
"version": "4.5.4",
"depth": 3,
"source": "registry",
"dependencies": {
"org.nuget.system.runtime.compilerservices.unsafe": "4.5.2"
"org.nuget.system.runtime.compilerservices.unsafe": "4.5.3"
},
"url": "https://unitynuget-registry.azurewebsites.net"
},
Expand Down

0 comments on commit cd6522f

Please sign in to comment.