chore: bumps
This commit is contained in:
parent
821a9ac899
commit
2bb0926c72
34
package.json
34
package.json
|
@ -29,7 +29,7 @@
|
||||||
"@avocado/core": "^3.0.0",
|
"@avocado/core": "^3.0.0",
|
||||||
"@avocado/dialog": "^3.0.0",
|
"@avocado/dialog": "^3.0.0",
|
||||||
"@avocado/entity": "^3.0.0",
|
"@avocado/entity": "^3.0.0",
|
||||||
"@avocado/filters": "^1.0.0",
|
"@avocado/filters": "^3.0.0",
|
||||||
"@avocado/graphics": "^3.0.0",
|
"@avocado/graphics": "^3.0.0",
|
||||||
"@avocado/input": "^3.0.0",
|
"@avocado/input": "^3.0.0",
|
||||||
"@avocado/math": "^3.0.0",
|
"@avocado/math": "^3.0.0",
|
||||||
|
@ -41,20 +41,20 @@
|
||||||
"@avocado/timing": "^3.0.0",
|
"@avocado/timing": "^3.0.0",
|
||||||
"@avocado/topdown": "^3.0.0",
|
"@avocado/topdown": "^3.0.0",
|
||||||
"@avocado/traits": "^3.0.0",
|
"@avocado/traits": "^3.0.0",
|
||||||
"@flecks/core": "^1.4.1",
|
"@flecks/core": "^2.0.3",
|
||||||
"@flecks/create-app": "^1.4.1",
|
"@flecks/create-app": "^2.0.0",
|
||||||
"@flecks/db": "^1.4.1",
|
"@flecks/db": "^2.0.0",
|
||||||
"@flecks/dox": "^1.4.1",
|
"@flecks/dox": "^2.0.0",
|
||||||
"@flecks/electron": "^1.4.1",
|
"@flecks/electron": "^2.0.0",
|
||||||
"@flecks/governor": "^1.4.1",
|
"@flecks/governor": "^2.0.0",
|
||||||
"@flecks/react": "^1.4.1",
|
"@flecks/react": "^2.0.3",
|
||||||
"@flecks/redis": "^1.4.1",
|
"@flecks/redis": "^2.0.0",
|
||||||
"@flecks/redux": "^1.4.1",
|
"@flecks/redux": "^2.0.0",
|
||||||
"@flecks/repl": "^1.4.1",
|
"@flecks/repl": "^2.0.0",
|
||||||
"@flecks/server": "^1.4.1",
|
"@flecks/server": "^2.0.3",
|
||||||
"@flecks/socket": "^1.4.1",
|
"@flecks/socket": "^2.0.0",
|
||||||
"@flecks/user": "^1.4.1",
|
"@flecks/user": "^2.0.0",
|
||||||
"@flecks/web": "^1.4.1",
|
"@flecks/web": "^2.0.3",
|
||||||
"@humus/app": "^2.0.0",
|
"@humus/app": "^2.0.0",
|
||||||
"@humus/bootstrap": "^2.0.0",
|
"@humus/bootstrap": "^2.0.0",
|
||||||
"@humus/combat": "^2.0.0",
|
"@humus/combat": "^2.0.0",
|
||||||
|
@ -67,8 +67,8 @@
|
||||||
"pg-hstore": "^2.3.4"
|
"pg-hstore": "^2.3.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/create-fleck": "^1.4.1",
|
"@flecks/create-fleck": "^2.0.0",
|
||||||
"@flecks/docker": "^1.4.1",
|
"@flecks/docker": "^2.0.0",
|
||||||
"lerna": "^3.22.1",
|
"lerna": "^3.22.1",
|
||||||
"patch-package": "^6.4.7",
|
"patch-package": "^6.4.7",
|
||||||
"postinstall-postinstall": "^2.1.0"
|
"postinstall-postinstall": "^2.1.0"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@humus/app",
|
"name": "@humus/app",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
|
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
|
||||||
|
@ -36,16 +36,16 @@
|
||||||
"@avocado/resource": "^3.0.0",
|
"@avocado/resource": "^3.0.0",
|
||||||
"@avocado/s13n": "^3.0.0",
|
"@avocado/s13n": "^3.0.0",
|
||||||
"@avocado/topdown": "^3.0.0",
|
"@avocado/topdown": "^3.0.0",
|
||||||
"@flecks/core": "^1.4.1",
|
"@flecks/core": "^2.0.0",
|
||||||
"@flecks/react": "^1.4.1",
|
"@flecks/react": "^2.0.0",
|
||||||
"@flecks/redux": "^1.4.1",
|
"@flecks/redux": "^2.0.0",
|
||||||
"@flecks/socket": "^1.4.1",
|
"@flecks/socket": "^2.0.0",
|
||||||
"@flecks/user": "^1.4.1",
|
"@flecks/user": "^2.0.0",
|
||||||
"@humus/inventory": "^2.0.0",
|
"@humus/inventory": "^2.0.0",
|
||||||
"fscreen": "^1.2.0",
|
"fscreen": "^1.2.0",
|
||||||
"react-joystick-component": "^4.0.0"
|
"react-joystick-component": "^4.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/fleck": "^1.4.1"
|
"@flecks/fleck": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@humus/bootstrap",
|
"name": "@humus/bootstrap",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
|
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
|
||||||
|
@ -23,9 +23,9 @@
|
||||||
"test.js.map"
|
"test.js.map"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flecks/core": "^1.4.1"
|
"@flecks/core": "^2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/fleck": "^1.4.1"
|
"@flecks/fleck": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@humus/combat",
|
"name": "@humus/combat",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
|
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
|
||||||
|
@ -34,13 +34,13 @@
|
||||||
"@avocado/react": "^3.0.0",
|
"@avocado/react": "^3.0.0",
|
||||||
"@avocado/resource": "^3.0.0",
|
"@avocado/resource": "^3.0.0",
|
||||||
"@avocado/traits": "^3.0.0",
|
"@avocado/traits": "^3.0.0",
|
||||||
"@flecks/core": "^1.4.1",
|
"@flecks/core": "^2.0.0",
|
||||||
"@flecks/react": "^1.4.1",
|
"@flecks/react": "^2.0.0",
|
||||||
"@flecks/socket": "^1.4.1",
|
"@flecks/socket": "^2.0.0",
|
||||||
"debug": "4.3.1",
|
"debug": "4.3.1",
|
||||||
"lodash.flatten": "^4.4.0"
|
"lodash.flatten": "^4.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/fleck": "^1.4.1"
|
"@flecks/fleck": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@humus/core",
|
"name": "@humus/core",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
|
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
|
||||||
|
@ -41,15 +41,15 @@
|
||||||
"@avocado/resource": "^3.0.0",
|
"@avocado/resource": "^3.0.0",
|
||||||
"@avocado/s13n": "^3.0.0",
|
"@avocado/s13n": "^3.0.0",
|
||||||
"@avocado/traits": "^3.0.0",
|
"@avocado/traits": "^3.0.0",
|
||||||
"@flecks/core": "^1.4.1",
|
"@flecks/core": "^2.0.0",
|
||||||
"@flecks/react": "^1.4.1",
|
"@flecks/react": "^2.0.0",
|
||||||
"@flecks/redux": "^1.4.1",
|
"@flecks/redux": "^2.0.0",
|
||||||
"@flecks/socket": "^1.4.1",
|
"@flecks/socket": "^2.0.0",
|
||||||
"@flecks/user": "^1.4.1",
|
"@flecks/user": "^2.0.0",
|
||||||
"debug": "4.3.1",
|
"debug": "4.3.1",
|
||||||
"is-electron": "^2.2.1"
|
"is-electron": "^2.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/fleck": "^1.4.1"
|
"@flecks/fleck": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@humus/farm",
|
"name": "@humus/farm",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
|
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
|
||||||
|
@ -32,11 +32,11 @@
|
||||||
"@avocado/math": "^3.0.0",
|
"@avocado/math": "^3.0.0",
|
||||||
"@avocado/timing": "^3.0.0",
|
"@avocado/timing": "^3.0.0",
|
||||||
"@avocado/traits": "^3.0.0",
|
"@avocado/traits": "^3.0.0",
|
||||||
"@flecks/core": "^1.4.1",
|
"@flecks/core": "^2.0.0",
|
||||||
"@flecks/socket": "^1.4.1",
|
"@flecks/socket": "^2.0.0",
|
||||||
"debug": "4.3.1"
|
"debug": "4.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/fleck": "^1.4.1"
|
"@flecks/fleck": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@humus/inventory",
|
"name": "@humus/inventory",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
|
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
|
||||||
|
@ -29,12 +29,12 @@
|
||||||
"@avocado/behavior": "^3.0.0",
|
"@avocado/behavior": "^3.0.0",
|
||||||
"@avocado/timing": "^3.0.0",
|
"@avocado/timing": "^3.0.0",
|
||||||
"@avocado/traits": "^3.0.0",
|
"@avocado/traits": "^3.0.0",
|
||||||
"@flecks/core": "^1.4.1",
|
"@flecks/core": "^2.0.0",
|
||||||
"@flecks/react": "^1.4.1",
|
"@flecks/react": "^2.0.0",
|
||||||
"@flecks/socket": "^1.4.1",
|
"@flecks/socket": "^2.0.0",
|
||||||
"debug": "4.3.1"
|
"debug": "4.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/fleck": "^1.4.1"
|
"@flecks/fleck": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@humus/universe",
|
"name": "@humus/universe",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
|
"url": "https://git.hq.cha0s.io/cha0s/humus.git",
|
||||||
|
@ -39,16 +39,16 @@
|
||||||
"@avocado/s13n": "^3.0.0",
|
"@avocado/s13n": "^3.0.0",
|
||||||
"@avocado/timing": "^3.0.0",
|
"@avocado/timing": "^3.0.0",
|
||||||
"@avocado/traits": "^3.0.0",
|
"@avocado/traits": "^3.0.0",
|
||||||
"@flecks/core": "^1.4.1",
|
"@flecks/core": "^2.0.0",
|
||||||
"@flecks/react": "^1.4.1",
|
"@flecks/react": "^2.0.0",
|
||||||
"@flecks/redux": "^1.4.1",
|
"@flecks/redux": "^2.0.0",
|
||||||
"@flecks/socket": "^1.4.1",
|
"@flecks/socket": "^2.0.0",
|
||||||
"@humus/app": "^2.0.0",
|
"@humus/app": "^2.0.0",
|
||||||
"debug": "4.3.1",
|
"debug": "4.3.1",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"glob": "^7.1.6"
|
"glob": "^7.1.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/fleck": "^1.4.1"
|
"@flecks/fleck": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user