Dependency bump
This commit is contained in:
@@ -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.
|
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:
|
The `widgets` folder contains the standalone web component package for the two Lit custom elements used by the prank UI:
|
||||||
|
|
||||||
- `ai-assist-bar`
|
- `ai-assist-bar`
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lit": "^3.3.1"
|
"lit": "^3.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@storybook/addon-essentials": "8.6.14",
|
"@storybook/addon-essentials": "8.6.14",
|
||||||
|
|||||||
Generated
+1
-1
@@ -9,7 +9,7 @@ importers:
|
|||||||
.:
|
.:
|
||||||
dependencies:
|
dependencies:
|
||||||
lit:
|
lit:
|
||||||
specifier: ^3.3.1
|
specifier: ^3.3.2
|
||||||
version: 3.3.2
|
version: 3.3.2
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@storybook/addon-essentials':
|
'@storybook/addon-essentials':
|
||||||
|
|||||||
Reference in New Issue
Block a user