Skip to content

Commit

Permalink
Merge pull request #47 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 12, 2023
2 parents 288fd6f + 95885f3 commit 70eb14d
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 196 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"test:ci": "run-p test:unit test:e2e:ci"
},
"devDependencies": {
"@playwright/test": "^1.34.3",
"@playwright/test": "^1.35.0",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitest/coverage-istanbul": "^0.31.4",
"@vitest/coverage-istanbul": "^0.32.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
Expand All @@ -77,7 +77,7 @@
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.31.4"
"vitest": "^0.32.0"
},
"resolutions": {
"tslib": ">=2"
Expand Down
Loading

0 comments on commit 70eb14d

Please sign in to comment.