chore: new bois

This commit is contained in:
cha0s 2021-02-15 16:44:13 -06:00
parent e20728a9d6
commit c0cdee50fd
2 changed files with 19 additions and 0 deletions

View File

@ -17,7 +17,9 @@
},
"dependencies": {
"@avocado/behavior": "^2.0.0",
"@avocado/color": "^1.0.0",
"@avocado/core": "^2.0.0",
"@avocado/dialog": "^1.0.0",
"@avocado/entity": "^2.0.0",
"@avocado/graphics": "^2.0.0",
"@avocado/input": "^2.0.0",

View File

@ -14,6 +14,14 @@
deepmerge "^4.2.2"
lodash.mapvalues "^4.6.0"
"@avocado/color@^1.0.0":
version "1.0.0"
resolved "http://npm.cha0sdev/@avocado%2fcolor/-/color-1.0.0.tgz#017b15030c24bfb3c7ee28691c7ff523eda9ffb5"
integrity sha512-LlrjQ92LKf7U76oxAkBYMtOn7h2tbAQv0Nunz3IK9Za42KkXbc/Eb416bkxhiI5dqz0Pi0cEZ+Z8HwJGAvPmpA==
dependencies:
debug "4.3.1"
lodash.set "^4.3.2"
"@avocado/core@2.0.0", "@avocado/core@^2.0.0":
version "2.0.0"
resolved "http://npm.cha0sdev/@avocado%2fcore/-/core-2.0.0.tgz#6c8c14ca33b7bc3e55893b1b2d44a53f6df42c7d"
@ -21,6 +29,15 @@
dependencies:
debug "4.3.1"
"@avocado/dialog@^1.0.0":
version "1.0.0"
resolved "http://npm.cha0sdev/@avocado%2fdialog/-/dialog-1.0.0.tgz#30c20ef513ab3b712d3734e365efc57a53aaad57"
integrity sha512-AB4rDRaaSXtiunI+CDGdynm9JkhWxVzabm+ZVyV+55v1TR//kEDuXcTwIaIvZK5kQ3PdDTjz05jw+/VZr71BfA==
dependencies:
"@avocado/behavior" "^2.0.0"
"@avocado/traits" "^2.0.0"
debug "4.3.1"
"@avocado/entity@^2.0.0":
version "2.0.0"
resolved "http://npm.cha0sdev/@avocado%2fentity/-/entity-2.0.0.tgz#eb7bcd06b92760889b67da1fc67df4d514f30469"