Skip to content

Commit

Permalink
revert lock file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sunker committed Dec 20, 2024
1 parent c158f07 commit 85938c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
21 changes: 7 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions packages/plugin-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"server": "docker compose up --build",
"typecheck": "tsc --emitDeclarationOnly false --noEmit",
"test": "vitest --passWithNoTests",
"playwright:test": "npx playwright test"
"playwright:test": "npx playwright test --grep-invert @integration",
"playwright:test:integration": "npx playwright test --grep @integration",
"playwright:all": "npx playwright test"
},
"engines": {
"node": ">=18 <=22"
Expand All @@ -41,7 +43,7 @@
"dotenv": "^16.3.1"
},
"dependencies": {
"@grafana/e2e-selectors": "^11.5.0-214336",
"@grafana/e2e-selectors": "^11.5.0-214310",
"semver": "^7.5.4",
"uuid": "^11.0.2",
"yaml": "^2.3.4"
Expand Down

0 comments on commit 85938c1

Please sign in to comment.