diff --git a/docs/package-lock.json b/docs/package-lock.json index f8f3ddf8..9ef5a650 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -9,15 +9,15 @@ "version": "0.0.0", "dependencies": { "@hono/node-server": "^1.2.0", - "highlight.js": "^11.8.0", - "hono": "^3.7.5", - "hwy": "^0.4.1" + "highlight.js": "^11.9.0", + "hono": "^3.8.3", + "hwy": "0.4.2-beta.6" }, "devDependencies": { - "@hwy-js/build": "^0.4.1", - "@hwy-js/dev": "^0.4.1", - "@types/node": "^20.8.3", - "@types/nprogress": "^0.2.1", + "@hwy-js/build": "0.4.2-beta.6", + "@hwy-js/dev": "0.4.2-beta.6", + "@types/node": "^20.8.7", + "@types/nprogress": "^0.2.2", "htmx.org": "^1.9.6", "nprogress": "^0.2.0", "tailwindcss": "^3.3.3", @@ -400,14 +400,14 @@ } }, "node_modules/@hwy-js/build": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@hwy-js/build/-/build-0.4.1.tgz", - "integrity": "sha512-7i+BPaSiYKjLs8Q2/SiQtkl9CmnbXkW0VUocbRXicoqeIjOWyrfXFtVxZfcDrIhw5rf9wqs9tF5mm+nv0KDtRg==", + "version": "0.4.2-beta.6", + "resolved": "https://registry.npmjs.org/@hwy-js/build/-/build-0.4.2-beta.6.tgz", + "integrity": "sha512-NjcL/1EEradxs/7q1aU/RnPUKFayW1IERPYi49jye4ydsWg9BNdc/RUrcSr2JYj+OEXqiFD3ADSwWv6rs1/AQg==", "dev": true, "dependencies": { "chokidar": "^3.5.3", "dotenv": "^16.3.1", - "esbuild": "^0.19.2", + "esbuild": "^0.19.5", "picocolors": "^1.0.0", "readdirp": "^3.6.0" }, @@ -417,9 +417,9 @@ } }, "node_modules/@hwy-js/dev": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@hwy-js/dev/-/dev-0.4.1.tgz", - "integrity": "sha512-EtKdV/I6LU9tEIFoRV2NhIPL6OWj8+Y/Pf9ctfoSbJKnrA9xDImEtvUh95CjXcOVrPQ7xaznFTb02imVVnVhfw==", + "version": "0.4.2-beta.6", + "resolved": "https://registry.npmjs.org/@hwy-js/dev/-/dev-0.4.2-beta.6.tgz", + "integrity": "sha512-SljyJrosW0B1lkxOFUx9QBgXVUNW3wFaRBTA2WrHpXcfI/2eW3YXqXMrgHwy62Ngc3XkUx+Ypjf9EYWkZ3Nm0w==", "dev": true, "dependencies": { "picocolors": "^1.0.0" @@ -816,9 +816,9 @@ } }, "node_modules/hono": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/hono/-/hono-3.8.1.tgz", - "integrity": "sha512-im5K3bEyb6iMQP5Tfei5vfoHLnIKrsAqT/GNJJ4lxS75MvNaecUbPX0Xgi0ibTIos31lA5oYevMDGNNXhHJ9wA==", + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/hono/-/hono-3.8.3.tgz", + "integrity": "sha512-NLJgUCKKMvijBy+V+U1FQTsNwHk2bD1KGlWJA9+qaCNWgx5St9bhfQwxrpcTGvG2Gi2naemTWCzBavDNXOqO6Q==", "engines": { "node": ">=16.0.0" } @@ -830,9 +830,9 @@ "dev": true }, "node_modules/hwy": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/hwy/-/hwy-0.4.1.tgz", - "integrity": "sha512-jDR8f5DPrwnvNsFnf3+6jgi9p8ZrzqkDFje95MuchYyxBloRqFkltK3Y6N7qnT4kgQu4T7hcbQY6ynoDBpd0pw==" + "version": "0.4.2-beta.6", + "resolved": "https://registry.npmjs.org/hwy/-/hwy-0.4.2-beta.6.tgz", + "integrity": "sha512-VtVcC5dzPHgALL3pAWRMQ84LYbuqVIdJtKiL9Ko8XYt2mM0XXk4QIT4BAXHCC7Xmja0omuy//5YQzh5zddlgzw==" }, "node_modules/inflight": { "version": "1.0.6", diff --git a/docs/package.json b/docs/package.json index e0f38430..9557130e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,15 +11,15 @@ }, "dependencies": { "@hono/node-server": "^1.2.0", - "highlight.js": "^11.8.0", - "hono": "^3.7.5", - "hwy": "^0.4.1" + "highlight.js": "^11.9.0", + "hono": "^3.8.3", + "hwy": "0.4.2-beta.6" }, "devDependencies": { - "@hwy-js/build": "^0.4.1", - "@hwy-js/dev": "^0.4.1", - "@types/node": "^20.8.3", - "@types/nprogress": "^0.2.1", + "@hwy-js/build": "0.4.2-beta.6", + "@hwy-js/dev": "0.4.2-beta.6", + "@types/node": "^20.8.7", + "@types/nprogress": "^0.2.2", "htmx.org": "^1.9.6", "nprogress": "^0.2.0", "tailwindcss": "^3.3.3", diff --git a/docs/src/components/inline-code.tsx b/docs/src/components/inline-code.tsx index 2d95a7ae..0b02e4d1 100644 --- a/docs/src/components/inline-code.tsx +++ b/docs/src/components/inline-code.tsx @@ -16,7 +16,7 @@ function InlineCode({ high_contrast ? "bg-black text-white dark:bg-white dark:text-black" : "bg-[#7772] dark:bg-[#7773] rounded", - rest.class + rest.class, )} > {children} diff --git a/docs/src/main.tsx b/docs/src/main.tsx index 6f4592ec..b3a20327 100644 --- a/docs/src/main.tsx +++ b/docs/src/main.tsx @@ -85,7 +85,7 @@ app.all("*", async (c, next) => { return ( - + { return ( - + { return (