add cli changeset

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-04-04 16:24:58 +02:00
parent b60e93994b
commit f512554910
+16
View File
@@ -0,0 +1,16 @@
---
'@backstage/cli': patch
---
Updated the plugin template to install version 14 of `@testing-library/user-event`.
To apply this change to your own project, update the `devDependencies` section in your `package.json` files:
```diff
"devDependencies": {
... omitted dev dependencies ...
- "@testing-library/user-event": "^13.1.8",
+ "@testing-library/user-event": "^14.0.0",
... omitted dev dependencies ...
}
```