Skip to content

Commit

Permalink
Merge pull request #64 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer committed Sep 18, 2023
2 parents 26c7b0b + 830d94c commit 4b98883
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 184 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@
"test:ci": "run-p test:unit test:e2e:ci"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@playwright/test": "^1.38.0",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitest/coverage-istanbul": "^0.34.4",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
Expand Down
Loading

0 comments on commit 4b98883

Please sign in to comment.