Skip to content

Commit

Permalink
Merge pull request #152 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 12, 2024
2 parents 60bd536 + aaf6b2d commit 912a27d
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 125 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"test:wpt": "node --loader ts-node/esm ./tests/wpt.ts"
},
"dependencies": {
"@floating-ui/dom": "^1.6.1",
"@types/css-tree": "^2.3.5",
"@floating-ui/dom": "^1.6.3",
"@types/css-tree": "^2.3.6",
"css-tree": "^2.3.1",
"nanoid": "^5.0.5"
},
Expand All @@ -100,7 +100,7 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"fetch-mock": "^9.11.0",
"jsdom": "^24.0.0",
"liquidjs": "^10.10.0",
Expand All @@ -112,7 +112,7 @@
"stylelint-config-standard": "^36.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vitest": "^1.2.2"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 912a27d

Please sign in to comment.