Skip to content

Commit

Permalink
Merge pull request #149 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 5, 2024
2 parents 7e414f0 + 6713bc0 commit 5761905
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 157 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@
"@floating-ui/dom": "^1.6.1",
"@types/css-tree": "^2.3.5",
"css-tree": "^2.3.1",
"nanoid": "^5.0.4"
"nanoid": "^5.0.5"
},
"devDependencies": {
"@playwright/test": "^1.41.1",
"@playwright/test": "^1.41.2",
"@types/async": "^3.2.24",
"@types/node": "*",
"@types/selenium-webdriver": "^4.1.21",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitest/coverage-istanbul": "^1.2.2",
"async": "^3.2.5",
"browserslist": "^4.22.3",
Expand All @@ -106,9 +106,9 @@
"liquidjs": "^10.10.0",
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"prettier": "3.2.2",
"prettier": "^3.2.5",
"selenium-webdriver": "^4.17.0",
"stylelint": "^16.2.0",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
Expand Down
Loading

0 comments on commit 5761905

Please sign in to comment.