Skip to content

Commit

Permalink
update all dependencies in manafest, increment version, pin to latest…
Browse files Browse the repository at this point in the history
… utilities version dependency
  • Loading branch information
dsmiller95 committed Oct 29, 2022
1 parent 7bc0be8 commit 11d5bd0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Packages/com.dman.l-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.dman.l-system",
"version": "0.9.1",
"version": "0.9.2",
"displayName": "L-system",
"description": "An attempt to implement most of the features present in L-systems described by 'The Algorithmic Beauty Of Plants' http://algorithmicbotany.org/papers/abop/abop.pdf",
"unity": "2020.1",
Expand All @@ -9,7 +9,7 @@
"com.unity.burst": "1.5.5",
"com.unity.collections": "0.15.0-preview.21",
"com.unity.mathematics": "1.2.1",
"com.dman.utilities": "0.4.5",
"com.dman.utilities": "0.5.0",
"com.dman.entity-utilities": "0.1.4",
"com.dman.scene-save-system": "0.2.5",
"com.dman.reactive-variables": "0.1.10",
Expand Down
10 changes: 5 additions & 5 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"com.cysharp.unitask": "2.3.1",
"com.dman.entity-utilities": "0.1.1",
"com.dman.object-sets": "0.1.4",
"com.dman.reactive-variables": "0.1.8",
"com.dman.scene-save-system": "0.2.2",
"com.dman.utilities": "file:../../DmanUtilities/Assets/UtilityScripts/com.dman.utilities",
"com.dman.entity-utilities": "0.1.4",
"com.dman.object-sets": "0.1.5",
"com.dman.reactive-variables": "0.1.10",
"com.dman.scene-save-system": "0.2.5",
"com.dman.utilities": "0.5.0",
"com.unity.burst": "1.5.5",
"com.unity.collab-proxy": "1.15.7",
"com.unity.entities": "0.17.0-preview.42",
Expand Down
17 changes: 9 additions & 8 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"com.dman.entity-utilities": {
"version": "0.1.4",
"depth": 1,
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.entities": "0.17.0-preview.42"
Expand All @@ -25,7 +25,7 @@
"com.unity.burst": "1.5.5",
"com.unity.collections": "0.15.0-preview.21",
"com.unity.mathematics": "1.2.1",
"com.dman.utilities": "0.4.5",
"com.dman.utilities": "0.5.0",
"com.dman.entity-utilities": "0.1.4",
"com.dman.scene-save-system": "0.2.5",
"com.dman.reactive-variables": "0.1.10",
Expand All @@ -35,14 +35,14 @@
},
"com.dman.object-sets": {
"version": "0.1.5",
"depth": 1,
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://package.openupm.com"
},
"com.dman.reactive-variables": {
"version": "0.1.10",
"depth": 1,
"depth": 0,
"source": "registry",
"dependencies": {
"com.neuecc.unirx": "7.1.0"
Expand All @@ -51,7 +51,7 @@
},
"com.dman.scene-save-system": {
"version": "0.2.5",
"depth": 1,
"depth": 0,
"source": "registry",
"dependencies": {
"com.dman.object-sets": "0.1.5",
Expand All @@ -60,12 +60,13 @@
"url": "https://package.openupm.com"
},
"com.dman.utilities": {
"version": "file:../../DmanUtilities/Assets/UtilityScripts/com.dman.utilities",
"version": "0.5.0",
"depth": 0,
"source": "local",
"source": "registry",
"dependencies": {
"com.cysharp.unitask": "2.3.1"
}
},
"url": "https://package.openupm.com"
},
"com.neuecc.unirx": {
"version": "7.1.0",
Expand Down

0 comments on commit 11d5bd0

Please sign in to comment.