Skip to content

Commit

Permalink
Merge pull request #115 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer committed Aug 7, 2023
2 parents 12f07d8 + 7df162d commit 54fc6cb
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 280 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -88,15 +88,15 @@
"@types/async": "^3.2.20",
"@types/node": "*",
"@types/selenium-webdriver": "^4.1.15",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitest/coverage-istanbul": "^0.33.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@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-config-prettier": "^8.9.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
Expand All @@ -106,14 +106,14 @@
"liquidjs": "^10.8.4",
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"selenium-webdriver": "^4.10.0",
"prettier": "^3.0.1",
"selenium-webdriver": "^4.11.1",
"stylelint": "^15.10.2",
"stylelint-config-standard": "^34.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vitest": "^0.33.0"
"vite": "^4.4.8",
"vitest": "^0.34.1"
},
"resolutions": {
"tslib": ">=2"
Expand Down

0 comments on commit 54fc6cb

Please sign in to comment.