Skip to content

Commit

Permalink
Merge pull request #88 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 5, 2024
2 parents e1beffb + 217721a commit 5e3366b
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 151 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"test:ci": "run-p test:unit test:e2e:ci"
},
"devDependencies": {
"@playwright/test": "^1.41.1",
"@playwright/test": "^1.41.2",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitest/coverage-istanbul": "^1.2.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -70,8 +70,8 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"jsdom": "^24.0.0",
"npm-run-all": "^4.1.5",
"prettier": "3.2.2",
"stylelint": "^16.2.0",
"prettier": "^3.2.5",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
Expand Down
Loading

0 comments on commit 5e3366b

Please sign in to comment.