Skip to content

Commit

Permalink
Merge pull request #61 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jerivas committed Sep 4, 2023
2 parents 7dc4ed5 + e3f21a6 commit 6e063cb
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 131 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"devDependencies": {
"@playwright/test": "^1.37.1",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitest/coverage-istanbul": "^0.34.3",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -70,7 +70,7 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit 6e063cb

Please sign in to comment.