Skip to content

Commit

Permalink
Merge pull request #83 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer committed Jan 8, 2024
2 parents 440faee + 7fbf33b commit 85584fe
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 212 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,24 @@
"devDependencies": {
"@playwright/test": "^1.40.1",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitest/coverage-istanbul": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@vitest/coverage-istanbul": "^1.1.3",
"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.0",
"eslint-plugin-jest": "^27.6.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jsdom": "^23.0.1",
"jsdom": "^23.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"stylelint": "^16.1.0",
"stylelint-config-standard": "^36.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.1.1"
"vite": "^5.0.11",
"vitest": "^1.1.3"
},
"resolutions": {
"tslib": ">=2"
Expand Down
Loading

0 comments on commit 85584fe

Please sign in to comment.