Skip to content

Commit

Permalink
Merge pull request #87 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer authored Jan 29, 2024
2 parents 778f885 + a9270e4 commit e1beffb
Show file tree
Hide file tree
Showing 2 changed files with 262 additions and 262 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"devDependencies": {
"@playwright/test": "^1.41.1",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitest/coverage-istanbul": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitest/coverage-istanbul": "^1.2.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -76,7 +76,7 @@
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
},
"resolutions": {
"tslib": ">=2"
Expand Down
Loading

0 comments on commit e1beffb

Please sign in to comment.