Skip to content

Commit

Permalink
Merge pull request #94 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer committed Mar 18, 2024
2 parents a55e0b1 + c131f93 commit e85fbfa
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 244 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"devDependencies": {
"@playwright/test": "^1.42.1",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitest/coverage-istanbul": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitest/coverage-istanbul": "^1.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -75,8 +75,8 @@
"stylelint-config-standard": "^36.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vitest": "^1.3.1"
"vite": "^5.1.6",
"vitest": "^1.4.0"
},
"resolutions": {
"tslib": ">=2"
Expand Down
Loading

0 comments on commit e85fbfa

Please sign in to comment.