Skip to content

Commit 0ea4405

Browse files
committed
bun: uninstall @hono/node-server
1 parent af8fea9 commit 0ea4405

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

bun.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"workspaces": {
44
"": {
55
"name": "course-mate",
6-
"dependencies": {
7-
"@hono/node-server": "^1.13.8",
8-
},
96
"devDependencies": {
107
"@biomejs/biome": "^1.9.1",
118
"lefthook": "^1.10.10",
@@ -280,8 +277,6 @@
280277

281278
"@grpc/proto-loader": ["@grpc/[email protected]", "", { "dependencies": { "lodash.camelcase": "^4.3.0", "long": "^5.0.0", "protobufjs": "^7.2.5", "yargs": "^17.7.2" }, "bin": { "proto-loader-gen-types": "build/bin/proto-loader-gen-types.js" } }, "sha512-AiXO/bfe9bmxBjxxtYxFAXGZvMaN5s8kO+jBHAJCON8rJoB5YS/D6X7ZNc6XQkuHNmyl4CYaMI1fJ/Gn27RGGw=="],
282279

283-
"@hono/node-server": ["@hono/[email protected]", "", { "peerDependencies": { "hono": "^4" } }, "sha512-fsn8ucecsAXUoVxrUil0m13kOEq4mkX4/4QozCqmY+HpGfKl74OYSn8JcMA8GnG0ClfdRI4/ZSeG7zhFaVg+wg=="],
284-
285280
"@hono/zod-validator": ["@hono/[email protected]", "", { "peerDependencies": { "hono": ">=3.9.0", "zod": "^3.19.1" } }, "sha512-xIgMYXDyJ4Hj6ekm9T9Y27s080Nl9NXHcJkOvkXPhubOLj8hZkOL8pDnnXfvCf5xEE8Q4oMFenQUZZREUY2gqQ=="],
286281

287282
"@hookform/resolvers": ["@hookform/[email protected]", "", { "peerDependencies": { "react-hook-form": "^7.0.0" } }, "sha512-79Dv+3mDF7i+2ajj7SkypSKHhl1cbln1OGavqrsF7p6mbUv11xpqpacPsGDCTRvCSjEEIez2ef1NveSVL3b0Ag=="],

package.json

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
22
"name": "course-mate",
33
"version": "1.0.0",
4-
"description": "",
4+
"author": "",
55
"main": "index.js",
6+
"devDependencies": {
7+
"@biomejs/biome": "^1.9.1",
8+
"lefthook": "^1.10.10",
9+
"lint-staged": "^15.2.10"
10+
},
11+
"description": "",
12+
"keywords": [],
13+
"license": "ISC",
614
"scripts": {
715
"prepare": "lefthook install && (cd server; bun run prepare)",
816
"check": "bun type && bun style:check",
@@ -27,17 +35,6 @@
2735
"test": "make test",
2836
"spell": "bunx cspell --quiet ."
2937
},
30-
"keywords": [],
31-
"author": "",
32-
"license": "ISC",
33-
"workspaces": ["common", "web", "server"],
34-
"devDependencies": {
35-
"@biomejs/biome": "^1.9.1",
36-
"lefthook": "^1.10.10",
37-
"lint-staged": "^15.2.10"
38-
},
39-
"dependencies": {
40-
"@hono/node-server": "^1.13.8"
41-
},
42-
"trustedDependencies": ["@biomejs/biome", "lefthook"]
38+
"trustedDependencies": ["@biomejs/biome", "lefthook"],
39+
"workspaces": ["common", "web", "server"]
4340
}

0 commit comments

Comments
 (0)