Skip to content

Commit

Permalink
Merge pull request #138 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 11, 2023
2 parents 71f0b97 + 006ffaf commit 4220fd1
Show file tree
Hide file tree
Showing 2 changed files with 524 additions and 677 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@
"@playwright/test": "^1.40.1",
"@types/async": "^3.2.24",
"@types/node": "*",
"@types/selenium-webdriver": "^4.1.20",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitest/coverage-istanbul": "^0.34.6",
"@types/selenium-webdriver": "^4.1.21",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitest/coverage-istanbul": "^1.0.4",
"async": "^3.2.5",
"browserslist": "^4.22.2",
"browserstack-local": "^1.5.5",
Expand All @@ -106,14 +106,14 @@
"liquidjs": "^10.9.4",
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.0",
"selenium-webdriver": "^4.15.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vitest": "^0.34.6"
"prettier": "^3.1.1",
"selenium-webdriver": "^4.16.0",
"stylelint": "^16.0.1",
"stylelint-config-standard": "^35.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vitest": "^1.0.4"
},
"resolutions": {
"tslib": ">=2"
Expand Down
Loading

0 comments on commit 4220fd1

Please sign in to comment.