Skip to content

Commit

Permalink
Merge pull request #55 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer committed Jul 24, 2023
2 parents f491c64 + 1fe9da6 commit c56cf6f
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 218 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"devDependencies": {
"@playwright/test": "^1.36.1",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vitest/coverage-istanbul": "^0.33.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -71,11 +71,11 @@
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"stylelint": "^15.10.1",
"stylelint": "^15.10.2",
"stylelint-config-standard": "^34.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vite": "^4.4.6",
"vitest": "^0.33.0"
},
"resolutions": {
Expand Down
Loading

0 comments on commit c56cf6f

Please sign in to comment.