Skip to content

Commit

Permalink
Merge pull request #141 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer authored Dec 26, 2023
2 parents 5d71d48 + bedfd5b commit d5e63e6
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 212 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
"@types/async": "^3.2.24",
"@types/node": "*",
"@types/selenium-webdriver": "^4.1.21",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitest/coverage-istanbul": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitest/coverage-istanbul": "^1.1.0",
"async": "^3.2.5",
"browserslist": "^4.22.2",
"browserstack-local": "^1.5.5",
Expand All @@ -103,7 +103,7 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"fetch-mock": "^9.11.0",
"jsdom": "^23.0.1",
"liquidjs": "^10.9.4",
"liquidjs": "^10.10.0",
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
Expand All @@ -113,7 +113,7 @@
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.0.4"
"vitest": "^1.1.0"
},
"resolutions": {
"tslib": ">=2"
Expand Down
Loading

0 comments on commit d5e63e6

Please sign in to comment.