Skip to content

Commit bef9750

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

File tree

2 files changed

+184
-76
lines changed

2 files changed

+184
-76
lines changed

template-component/package-lock.json

Lines changed: 174 additions & 71 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: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
2-
"name": "template-component",
3-
"description": "A template for a Convex component",
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+
},
410
"version": "0.1.0",
511
"license": "Apache-2.0",
612
"keywords": [
@@ -57,7 +63,7 @@
5763
"@arethetypeswrong/cli": "^0.17.4",
5864
"@edge-runtime/vm": "^5.0.0",
5965
"@eslint/js": "9.29.0",
60-
"@types/node": "^20.14.8",
66+
"@types/node": "18.17.0",
6167
"chokidar-cli": "3.0.0",
6268
"convex-test": "0.0.37",
6369
"eslint": "9.29.0",
@@ -69,8 +75,7 @@
6975
"tsc-alias": "^1.8.16",
7076
"typescript": "5.5.4",
7177
"typescript-eslint": "8.34.1",
72-
"vite": "^7.1.5",
73-
"vitest": "^3.2.4"
78+
"vitest": "3.2.4"
7479
},
7580
"types": "./dist/client/index.d.ts",
7681
"module": "./dist/client/index.js"

0 commit comments

Comments
 (0)