Skip to content

Commit

Permalink
Merge pull request #148 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer authored Jan 29, 2024
2 parents 6cf2ce7 + ae78b34 commit 7e414f0
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 288 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"test:wpt": "node --loader ts-node/esm ./tests/wpt.ts"
},
"dependencies": {
"@floating-ui/dom": "^1.5.4",
"@floating-ui/dom": "^1.6.1",
"@types/css-tree": "^2.3.5",
"css-tree": "^2.3.1",
"nanoid": "^5.0.4"
Expand All @@ -88,11 +88,11 @@
"@types/async": "^3.2.24",
"@types/node": "*",
"@types/selenium-webdriver": "^4.1.21",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitest/coverage-istanbul": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitest/coverage-istanbul": "^1.2.2",
"async": "^3.2.5",
"browserslist": "^4.22.2",
"browserslist": "^4.22.3",
"browserstack-local": "^1.5.5",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
Expand All @@ -107,13 +107,13 @@
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"prettier": "3.2.2",
"selenium-webdriver": "^4.16.0",
"selenium-webdriver": "^4.17.0",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
},
"resolutions": {
"tslib": ">=2"
Expand Down
Loading

0 comments on commit 7e414f0

Please sign in to comment.