Skip to content

Commit 69555dd

Browse files
committed
Update dependencies in test folder
1 parent b38fadc commit 69555dd

File tree

3 files changed

+161
-71
lines changed

3 files changed

+161
-71
lines changed

DEVELOPMENT.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ npx @grafana/create-plugin@latest update
4040
yarn install
4141
yarn upgrade
4242
yarn pretty
43+
cd tests
44+
yarn upgrade
4345
```
4446

4547
## Release
@@ -111,4 +113,4 @@ Docker (compose) reuses already downloaded images as much as it can. So in order
111113
you need to remove the current image you have. The following snipped does a clean sweep.
112114
```BASH
113115
docker compose down --rmi all
114-
```
116+
```

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"author": "",
1010
"license": "GPL-2.0-only",
11-
"dependencies": {
11+
"devDependencies": {
1212
"cypress": "^12.11.0"
1313
}
1414
}

0 commit comments

Comments
 (0)