Skip to content

Commit

Permalink
Merge pull request #155 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 19, 2024
2 parents 912a27d + 5d7f9fd commit 14e560a
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 283 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,22 +88,22 @@
"@types/async": "^3.2.24",
"@types/node": "*",
"@types/selenium-webdriver": "^4.1.21",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-istanbul": "^1.2.2",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitest/coverage-istanbul": "^1.3.0",
"async": "^3.2.5",
"browserslist": "^4.22.3",
"browserslist": "^4.23.0",
"browserstack-local": "^1.5.5",
"cross-env": "^7.0.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.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"fetch-mock": "^9.11.0",
"jsdom": "^24.0.0",
"liquidjs": "^10.10.0",
"liquidjs": "^10.10.1",
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
Expand All @@ -112,8 +112,8 @@
"stylelint-config-standard": "^36.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vitest": "^1.2.2"
"vite": "^5.1.3",
"vitest": "^1.3.0"
},
"resolutions": {
"tslib": ">=2"
Expand Down
Loading

0 comments on commit 14e560a

Please sign in to comment.