Skip to content

Commit

Permalink
Merge pull request #69 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer committed Oct 16, 2023
2 parents e695a82 + c26e6de commit 42a842e
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 132 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"test:ci": "run-p test:unit test:e2e:ci"
},
"devDependencies": {
"@playwright/test": "^1.38.1",
"@playwright/test": "^1.39.0",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vitest/coverage-istanbul": "^0.34.6",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
Expand Down
Loading

0 comments on commit 42a842e

Please sign in to comment.