diff --git a/README.md b/README.md index 82c4291..a4bb400 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/widgets/package.json b/widgets/package.json index 14c6c24..0221045 100644 --- a/widgets/package.json +++ b/widgets/package.json @@ -29,7 +29,7 @@ ], "license": "MIT", "dependencies": { - "lit": "^3.3.1" + "lit": "^3.3.2" }, "devDependencies": { "@storybook/addon-essentials": "8.6.14", diff --git a/widgets/pnpm-lock.yaml b/widgets/pnpm-lock.yaml index 0ff166b..2be5b30 100644 --- a/widgets/pnpm-lock.yaml +++ b/widgets/pnpm-lock.yaml @@ -9,7 +9,7 @@ importers: .: dependencies: lit: - specifier: ^3.3.1 + specifier: ^3.3.2 version: 3.3.2 devDependencies: '@storybook/addon-essentials':