Skip to content

Commit

Permalink
chore: update dev dependencies versions (#3417)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Feb 10, 2022
1 parent 1fb9d15 commit d54b0f9
Show file tree
Hide file tree
Showing 2 changed files with 511 additions and 526 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,39 +30,39 @@
"@esm-bundle/chai": "^4.3.4",
"@fontsource/roboto": "^4.5.1",
"@polymer/iron-component-page": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@vaadin/testing-helpers": "^0.3.2",
"@web/dev-server": "^0.1.29",
"@web/rollup-plugin-html": "^1.10.1",
"@web/test-runner": "^0.13.25",
"@web/test-runner": "^0.13.27",
"@web/test-runner-commands": "^0.6.1",
"@web/test-runner-playwright": "^0.8.8",
"@web/test-runner-saucelabs": "^0.7.3",
"@web/test-runner-visual-regression": "^0.6.5",
"axios": "^0.24.0",
"dotenv": "^10.0.0",
"eslint": "^8.6.0",
"axios": "^0.25.0",
"dotenv": "^16.0.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"glob": "^7.2.0",
"husky": "^7.0.4",
"lerna": "^4.0.0",
"lint-staged": "^12.1.5",
"lint-staged": "^12.3.3",
"npm-run-all": "^4.1.5",
"octokit": "^1.7.1",
"postcss-lit": "^0.4.1",
"postcss-lit": "^0.4.3",
"prettier": "^2.5.1",
"prettier-plugin-package": "^1.3.0",
"replace-in-file": "^6.3.2",
"rimraf": "^3.0.2",
"rollup": "^2.63.0",
"rollup": "^2.67.2",
"rollup-plugin-terser": "^7.0.2",
"stylelint": "^14.2.0",
"stylelint": "^14.4.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-vaadin": "^0.3.0",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down
Loading

0 comments on commit d54b0f9

Please sign in to comment.