Skip to content

Commit

Permalink
chore: bump dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
vollowx committed Jul 11, 2024
1 parent 67076aa commit c7f5ab4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@web/dev-server": "^0.4.3",
"@web/dev-server": "^0.4.6",
"@web/dev-server-esbuild": "^1.0.2",
"lightningcss": "^1.22.0",
"prettier": "^3.0.3",
"rollup": "^4.14.0",
"lightningcss": "^1.25.1",
"prettier": "^3.3.2",
"rollup": "^4.18.1",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.3.3"
},
"dependencies": {
"@floating-ui/dom": "^1.5.3",
"lit": "^3.1.2"
"@floating-ui/dom": "^1.6.7",
"lit": "^3.1.4"
}
}

0 comments on commit c7f5ab4

Please sign in to comment.