add whirley and start cleaning output state

This commit is contained in:
2023-11-25 12:28:08 -06:00
parent 8e15949be7
commit c28c570258
3 changed files with 42 additions and 4 deletions
+8
View File
@@ -3763,6 +3763,11 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"node_modules/lodash.merge": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
@@ -6176,6 +6181,9 @@
"name": "aas-lib",
"version": "0.1.0",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {}
},
"packages/webui": {