Skip to content

Commit

Permalink
Merge pull request #50 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jerivas committed Jul 4, 2023
2 parents 4f641e0 + 1690652 commit bff0d77
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 136 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"devDependencies": {
"@playwright/test": "^1.35.1",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitest/coverage-istanbul": "^0.32.2",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -75,7 +75,7 @@
"stylelint": "^15.9.0",
"stylelint-config-standard": "^33.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vitest": "^0.32.2"
},
Expand Down
Loading

0 comments on commit bff0d77

Please sign in to comment.