Skip to content

Commit

Permalink
deps: update biome, and rollup plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
dangvanthanh committed Jan 5, 2025
1 parent c6b4bb7 commit 156a26e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"keywords": ["vue", "vue-clock", "clock"],
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.7",
"@biomejs/biome": "1.9.4",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"esbuild": "0.23.0",
"esbuild": "0.24.2",
"pascal-case": "^3.1.2",
"rimraf": "^6.0.1",
"rollup": "2.79.0",
Expand Down

0 comments on commit 156a26e

Please sign in to comment.