Skip to content

Commit

Permalink
Merge pull request #49 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer committed Jun 26, 2023
2 parents 483bbf2 + c836cbf commit 4f641e0
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 93 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,20 @@
"devDependencies": {
"@playwright/test": "^1.35.1",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@vitest/coverage-istanbul": "^0.32.2",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"stylelint": "^15.8.0",
"stylelint": "^15.9.0",
"stylelint-config-standard": "^33.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
Expand Down
Loading

0 comments on commit 4f641e0

Please sign in to comment.