Skip to content

Commit

Permalink
Merge pull request #79 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer committed Dec 11, 2023
2 parents 95320a9 + ce0fd83 commit ea2203b
Show file tree
Hide file tree
Showing 2 changed files with 506 additions and 659 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"devDependencies": {
"@playwright/test": "^1.40.1",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitest/coverage-istanbul": "^0.34.6",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitest/coverage-istanbul": "^1.0.4",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -70,13 +70,13 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"jsdom": "^23.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vitest": "^0.34.6"
"prettier": "^3.1.1",
"stylelint": "^16.0.1",
"stylelint-config-standard": "^35.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vitest": "^1.0.4"
},
"resolutions": {
"tslib": ">=2"
Expand Down
Loading

0 comments on commit ea2203b

Please sign in to comment.