Update libs (#28)

* added prompt context library

* updated libs, except chalk that should not be updated

* updated libs and fixed speed
This commit is contained in:
Arwid Thornström
2025-06-17 10:12:48 +02:00
committed by GitHub
parent 90b9ccc454
commit 5c43d166ba
27 changed files with 2429 additions and 3457 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"trailingComma": "all",
"arrowParens": "always",
"printWidth": 100,
"singleQuote": true,
"semi": true
}