Skip to content

Commit

Permalink
chore: update web-test-runner dependencies (#8618)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Feb 3, 2025
1 parent 955afc0 commit c48f8aa
Show file tree
Hide file tree
Showing 2 changed files with 2,732 additions and 2,362 deletions.
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@vaadin/testing-helpers": "^0.3.2",
"@web/dev-server": "^0.3.0",
"@web/dev-server": "^0.4.3",
"@web/rollup-plugin-html": "^2.0.0",
"@web/test-runner": "^0.17.0",
"@web/test-runner-commands": "^0.7.0",
"@web/test-runner-playwright": "^0.10.0",
"@web/test-runner": "^0.18.1",
"@web/test-runner-commands": "^0.9.0",
"@web/test-runner-playwright": "^0.11.0",
"@web/test-runner-puppeteer": "^0.16.0",
"@web/test-runner-saucelabs": "^0.10.0",
"@web/test-runner-visual-regression": "^0.8.0",
"@web/test-runner-saucelabs": "^0.11.1",
"@web/test-runner-visual-regression": "^0.9.0",
"axios": "^0.26.0",
"dotenv": "^16.0.0",
"eslint": "^8.24.0",
Expand All @@ -62,13 +62,16 @@
"prettier-plugin-package": "^1.3.0",
"replace-in-file": "^6.3.5",
"rimraf": "^3.0.2",
"rollup": "^3.23.0",
"rollup": "^4.4.0",
"rollup-plugin-terser": "^7.0.2",
"stylelint": "^14.13.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-vaadin": "^0.3.0",
"typescript": "^4.8.4"
},
"resolutions": {
"@open-wc/semantic-dom-diff": "^0.20.1"
},
"lint-staged": {
"*.{js,ts}": [
"eslint --fix",
Expand Down
Loading

0 comments on commit c48f8aa

Please # to comment.