Skip to content

Commit

Permalink
Merge pull request #112 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer authored Jul 17, 2023
2 parents a4277eb + b0e3f3d commit 2a09bc6
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 159 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@
"test:wpt": "node --loader ts-node/esm ./tests/wpt.ts"
},
"dependencies": {
"@floating-ui/dom": "^1.4.4",
"@floating-ui/dom": "^1.4.5",
"@types/css-tree": "^2.3.1",
"css-tree": "^2.3.1",
"nanoid": "^4.0.2"
},
"devDependencies": {
"@playwright/test": "^1.36.0",
"@playwright/test": "^1.36.1",
"@types/async": "^3.2.20",
"@types/node": "*",
"@types/selenium-webdriver": "^4.1.15",
Expand All @@ -95,11 +95,11 @@
"browserslist": "^4.21.9",
"browserstack-local": "^1.5.3",
"cross-env": "^7.0.3",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"fetch-mock": "^9.11.0",
"jsdom": "^22.1.0",
Expand All @@ -112,7 +112,7 @@
"stylelint-config-standard": "^34.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vite": "^4.4.3",
"vite": "^4.4.4",
"vitest": "^0.33.0"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 2a09bc6

Please sign in to comment.