create-better-t-stack 2.46.0-canary.94b70bca → 2.46.0-canary.c8dd04fa
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{src-DIcX7b9o.js → src-lN80CwOs.js} +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -121,7 +121,7 @@ const dependencyVersionMap = {
|
|
|
121
121
|
"@trpc/tanstack-react-query": "^11.5.0",
|
|
122
122
|
"@trpc/server": "^11.5.0",
|
|
123
123
|
"@trpc/client": "^11.5.0",
|
|
124
|
-
convex: "^1.
|
|
124
|
+
convex: "^1.25.4",
|
|
125
125
|
"@convex-dev/react-query": "^0.0.0-alpha.8",
|
|
126
126
|
"convex-svelte": "^0.0.11",
|
|
127
127
|
"convex-nuxt": "0.1.5",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-better-t-stack",
|
|
3
|
-
"version": "2.46.0-canary.
|
|
3
|
+
"version": "2.46.0-canary.c8dd04fa",
|
|
4
4
|
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|