Skip to content

Commit d3d11c3

Browse files
committed
chore(deps): linkedom and remove @types/bun ⚠️
- Add linkedom to deno.json imports - Remove @types/bun from package.json devDependencies
1 parent d5dbddf commit d3d11c3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

deno.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"@std/assert": "jsr:@std/assert@^1.0.19",
6969
"@neabyte/fast-router": "jsr:@neabyte/fast-router@0.1.0",
7070
"@neabyte/procker-js": "./src/index.ts",
71+
"linkedom": "npm:linkedom@^0.18.12",
7172
"@app/": "./src/",
7273
"@tests/": "./tests/"
7374
},

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
],
4242
"dependencies": {},
4343
"devDependencies": {
44-
"@types/bun": "^1.3.9",
4544
"unbuild": "^3.6.1"
4645
},
4746
"author": {

0 commit comments

Comments
 (0)