Skip to content

Commit 6447472

Browse files
committed
Revert "Revert "Fix template-component""
This reverts commit bef9750.
1 parent bef9750 commit 6447472

File tree

2 files changed

+76
-184
lines changed

2 files changed

+76
-184
lines changed

template-component/package-lock.json

Lines changed: 71 additions & 174 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template-component/package.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
2-
"name": "@convex-dev/sharded-counter",
3-
"description": "A sharded counter component for Convex.",
4-
"repository": "github:get-convex/sharded-counter",
5-
"homepage": "https://github.com/get-convex/sharded-counter#readme",
6-
"bugs": {
7-
"email": "[email protected]",
8-
"url": "https://github.com/get-convex/sharded-counter/issues"
9-
},
2+
"name": "template-component",
3+
"description": "A template for a Convex component",
104
"version": "0.1.0",
115
"license": "Apache-2.0",
126
"keywords": [
@@ -63,7 +57,7 @@
6357
"@arethetypeswrong/cli": "^0.17.4",
6458
"@edge-runtime/vm": "^5.0.0",
6559
"@eslint/js": "9.29.0",
66-
"@types/node": "18.17.0",
60+
"@types/node": "^20.14.8",
6761
"chokidar-cli": "3.0.0",
6862
"convex-test": "0.0.37",
6963
"eslint": "9.29.0",
@@ -75,7 +69,8 @@
7569
"tsc-alias": "^1.8.16",
7670
"typescript": "5.5.4",
7771
"typescript-eslint": "8.34.1",
78-
"vitest": "3.2.4"
72+
"vite": "^7.1.5",
73+
"vitest": "^3.2.4"
7974
},
8075
"types": "./dist/client/index.d.ts",
8176
"module": "./dist/client/index.js"

0 commit comments

Comments
 (0)