Skip to content

Commit

Permalink
Merge pull request #116 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer authored Aug 14, 2023
2 parents 54fc6cb + 213d687 commit d704805
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 631 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,20 @@
"nanoid": "^4.0.2"
},
"devDependencies": {
"@playwright/test": "^1.36.2",
"@playwright/test": "^1.37.0",
"@types/async": "^3.2.20",
"@types/node": "*",
"@types/selenium-webdriver": "^4.1.15",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@vitest/coverage-istanbul": "^0.34.1",
"async": "^3.2.4",
"browserslist": "^4.21.10",
"browserstack-local": "^1.5.4",
"cross-env": "^7.0.3",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
Expand All @@ -112,7 +112,7 @@
"stylelint-config-standard": "^34.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vitest": "^0.34.1"
},
"resolutions": {
Expand Down
Loading

0 comments on commit d704805

Please sign in to comment.