1
0

Dependency bump

This commit is contained in:
Ganonmaster
2026-04-15 05:13:25 +02:00
parent 299036eced
commit edee8697a0
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -10,6 +10,8 @@ During the time the elements were live, queries were sent to the backend when th
The other element is the `ai-assist-clippy`, which is an orb that renders a dialog with pre-defined options and fake responses. Let us know if you find the fake options and responses interesting or funny.
In viewing the source code, you may find that there's more messages and placeholders that you may not have seen at the time the april fools prank was live.
The `widgets` folder contains the standalone web component package for the two Lit custom elements used by the prank UI:
- `ai-assist-bar`
+1 -1
View File
@@ -29,7 +29,7 @@
],
"license": "MIT",
"dependencies": {
"lit": "^3.3.1"
"lit": "^3.3.2"
},
"devDependencies": {
"@storybook/addon-essentials": "8.6.14",
+1 -1
View File
@@ -9,7 +9,7 @@ importers:
.:
dependencies:
lit:
specifier: ^3.3.1
specifier: ^3.3.2
version: 3.3.2
devDependencies:
'@storybook/addon-essentials':