Skip to content

Commit

Permalink
Merge pull request #90 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer authored Feb 19, 2024
2 parents 4a4b21a + b1e53bf commit a6a9b2e
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 271 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
"devDependencies": {
"@playwright/test": "^1.41.2",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-istanbul": "^1.2.2",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitest/coverage-istanbul": "^1.3.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"jsdom": "^24.0.0",
"npm-run-all": "^4.1.5",
Expand All @@ -75,8 +75,8 @@
"stylelint-config-standard": "^36.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vitest": "^1.2.2"
"vite": "^5.1.3",
"vitest": "^1.3.0"
},
"resolutions": {
"tslib": ">=2"
Expand Down
Loading

0 comments on commit a6a9b2e

Please sign in to comment.