Skip to content

Commit 2684343

Browse files
authored
chore(fastify-htmx): Cleanup dependencies (#280)
* chore(fastify-htmx): remove unused dep devalue * chore(fastify-htmx): bump deps
1 parent 0d42c83 commit 2684343

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/fastify-htmx/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { readFile } from 'node:fs/promises'
22
import { dirname, extname, join, resolve } from 'node:path'
33
import { renderToStream } from '@kitajs/html/suspense.js'
4-
import * as devalue from 'devalue'
54
import { findStaticImports, resolvePath } from 'mlly'
65

76
export default {

packages/fastify-htmx/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@
2222
"./plugin": "./plugin.cjs"
2323
},
2424
"dependencies": {
25-
"@kitajs/html": "^4.2.7",
25+
"@kitajs/html": "^4.2.9",
2626
"@rollup/plugin-inject": "^5.0.5",
27-
"devalue": "^5.1.1",
28-
"htmx.org": "^2.0.4",
27+
"htmx.org": "^2.0.6",
2928
"mlly": "^1.7.4"
3029
},
3130
"publishConfig": {

0 commit comments

Comments
 (0)