Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Sep 25, 2024
1 parent b7c03de commit 9c03a61
Show file tree
Hide file tree
Showing 4 changed files with 1,174 additions and 1,077 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@
"hono": ">=4.*"
},
"devDependencies": {
"@hono/eslint-config": "^1.0.1",
"@hono/eslint-config": "^1.0.2",
"@mdx-js/rollup": "^3.0.0",
"@playwright/test": "^1.42.0",
"@types/babel__generator": "^7",
"@types/babel__traverse": "^7",
"@types/node": "^20.10.5",
"eslint": "^9.10.0",
"glob": "^10.3.10",
"hono": "^4.6.1",
"hono": "4.4.13",
"np": "7.7.0",
"prettier": "^3.1.1",
"publint": "^0.2.7",
Expand All @@ -144,4 +144,4 @@
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.6"
}
}
}
1 change: 0 additions & 1 deletion src/vite/inject-importing-islands.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import _generate from '@babel/generator'
import { parse } from '@babel/parser'
// @ts-expect-error `precinct` is not typed
import precinct from 'precinct'
import { normalizePath } from 'vite'
import type { Plugin } from 'vite'
Expand Down
Loading

0 comments on commit 9c03a61

Please sign in to comment.