@better-fullstack/template-generator 2.0.1 → 2.0.3
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/browser.d.mts +1 -1
- package/dist/browser.mjs +1 -1
- package/dist/index.d.mts +240 -217
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +11 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{preflight-validation-BMDvJUQV.d.mts → preflight-validation-D6XT9YOY.d.mts} +16 -7
- package/dist/preflight-validation-D6XT9YOY.d.mts.map +1 -0
- package/dist/{preflight-validation-Cwp47F1E.mjs → preflight-validation-TkvtalMK.mjs} +70886 -64622
- package/dist/preflight-validation-TkvtalMK.mjs.map +1 -0
- package/package.json +2 -4
- package/dist/preflight-validation-BMDvJUQV.d.mts.map +0 -1
- package/dist/preflight-validation-Cwp47F1E.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as VirtualFileTree, i as VirtualFile, n as GeneratorResult, o as VirtualNode, r as VirtualDirectory, t as GeneratorOptions } from "./types-Jq14WnvH.mjs";
|
|
2
|
-
import { a as TEMPLATE_COUNT, c as TemplateData, i as EMBEDDED_TEMPLATES, l as VirtualFileSystem, n as PreflightWarning, o as generateVirtualProject, r as validatePreflightConfig, s as processAddonTemplates, t as PreflightResult } from "./preflight-validation-
|
|
2
|
+
import { a as TEMPLATE_COUNT, c as TemplateData, i as EMBEDDED_TEMPLATES, l as VirtualFileSystem, n as PreflightWarning, o as generateVirtualProject, r as validatePreflightConfig, s as processAddonTemplates, t as PreflightResult } from "./preflight-validation-D6XT9YOY.mjs";
|
|
3
3
|
import Handlebars from "handlebars";
|
|
4
4
|
import { ProjectConfig } from "@better-fullstack/types";
|
|
5
5
|
|
|
@@ -18,23 +18,29 @@ declare function processAddonsDeps(vfs: VirtualFileSystem, config: ProjectConfig
|
|
|
18
18
|
//#region src/utils/add-deps.d.ts
|
|
19
19
|
declare const dependencyVersionMap: {
|
|
20
20
|
readonly typescript: "^6.0.3";
|
|
21
|
-
readonly "better-auth": "1.6.
|
|
22
|
-
readonly "@better-auth/expo": "1.6.
|
|
23
|
-
readonly "
|
|
24
|
-
readonly "
|
|
25
|
-
readonly "
|
|
26
|
-
readonly "
|
|
21
|
+
readonly "better-auth": "^1.6.18";
|
|
22
|
+
readonly "@better-auth/expo": "^1.6.18";
|
|
23
|
+
readonly "expo-linking": "^56.0.14";
|
|
24
|
+
readonly "expo-constants": "^56.0.18";
|
|
25
|
+
readonly "expo-web-browser": "^56.0.5";
|
|
26
|
+
readonly "expo-network": "^56.0.5";
|
|
27
|
+
readonly "@better-auth/drizzle-adapter": "^1.6.18";
|
|
28
|
+
readonly "@better-auth/prisma-adapter": "^1.6.18";
|
|
29
|
+
readonly "@better-auth/mongo-adapter": "^1.6.18";
|
|
30
|
+
readonly "@clerk/nextjs": "^7.5.2";
|
|
27
31
|
readonly "@clerk/clerk-react": "^5.61.3";
|
|
28
|
-
readonly "@clerk/tanstack-react-start": "^1.
|
|
32
|
+
readonly "@clerk/tanstack-react-start": "^1.4.2";
|
|
29
33
|
readonly "@clerk/clerk-expo": "^2.19.31";
|
|
30
34
|
readonly "next-auth": "^4.24.14";
|
|
31
35
|
readonly "@auth/core": "^0.34.3";
|
|
32
36
|
readonly "@auth/drizzle-adapter": "^1.11.2";
|
|
33
37
|
readonly "@auth/prisma-adapter": "^2.11.2";
|
|
34
38
|
readonly "@stackframe/stack": "^2.8.108";
|
|
35
|
-
readonly "@supabase/supabase-js": "^2.
|
|
36
|
-
readonly "@supabase/ssr": "^0.
|
|
37
|
-
readonly "@auth0/nextjs-auth0": "^
|
|
39
|
+
readonly "@supabase/supabase-js": "^2.108.2";
|
|
40
|
+
readonly "@supabase/ssr": "^0.12.0";
|
|
41
|
+
readonly "@auth0/nextjs-auth0": "^4.22.0";
|
|
42
|
+
readonly "@workos-inc/authkit-nextjs": "^4.1.1";
|
|
43
|
+
readonly "@kinde-oss/kinde-auth-nextjs": "^2.12.2";
|
|
38
44
|
readonly "drizzle-orm": "^0.45.2";
|
|
39
45
|
readonly "drizzle-kit": "^0.31.10";
|
|
40
46
|
readonly "@planetscale/database": "^1.20.1";
|
|
@@ -45,7 +51,7 @@ declare const dependencyVersionMap: {
|
|
|
45
51
|
readonly "@types/pg": "^8.20.0";
|
|
46
52
|
readonly "@types/ws": "^8.18.1";
|
|
47
53
|
readonly ws: "^8.21.0";
|
|
48
|
-
readonly mysql2: "^3.22.
|
|
54
|
+
readonly mysql2: "^3.22.5";
|
|
49
55
|
readonly "@prisma/client": "^7.8.0";
|
|
50
56
|
readonly prisma: "^7.8.0";
|
|
51
57
|
readonly "@prisma/adapter-d1": "^7.8.0";
|
|
@@ -55,15 +61,15 @@ declare const dependencyVersionMap: {
|
|
|
55
61
|
readonly "@prisma/adapter-better-sqlite3": "^7.8.0";
|
|
56
62
|
readonly "@prisma/adapter-pg": "^7.8.0";
|
|
57
63
|
readonly "@prisma/adapter-planetscale": "^7.8.0";
|
|
58
|
-
readonly mongoose: "^9.
|
|
64
|
+
readonly mongoose: "^9.7.0";
|
|
59
65
|
readonly typeorm: "^1.0.0";
|
|
60
|
-
readonly "better-sqlite3": "^12.10.
|
|
66
|
+
readonly "better-sqlite3": "^12.10.1";
|
|
61
67
|
readonly "@types/better-sqlite3": "^7.6.13";
|
|
62
|
-
readonly kysely: "^0.
|
|
63
|
-
readonly "@mikro-orm/core": "^7.1.
|
|
64
|
-
readonly "@mikro-orm/sqlite": "^7.1.
|
|
65
|
-
readonly "@mikro-orm/postgresql": "^7.1.
|
|
66
|
-
readonly "@mikro-orm/mysql": "^7.1.
|
|
68
|
+
readonly kysely: "^0.29.2";
|
|
69
|
+
readonly "@mikro-orm/core": "^7.1.4";
|
|
70
|
+
readonly "@mikro-orm/sqlite": "^7.1.4";
|
|
71
|
+
readonly "@mikro-orm/postgresql": "^7.1.4";
|
|
72
|
+
readonly "@mikro-orm/mysql": "^7.1.4";
|
|
67
73
|
readonly "@mikro-orm/better-sqlite": "^6.6.14";
|
|
68
74
|
readonly sequelize: "^6.37.8";
|
|
69
75
|
readonly "sequelize-typescript": "^2.1.6";
|
|
@@ -72,25 +78,28 @@ declare const dependencyVersionMap: {
|
|
|
72
78
|
readonly "@vite-pwa/assets-generator": "^1.0.2";
|
|
73
79
|
readonly "@tauri-apps/cli": "^2.11.2";
|
|
74
80
|
readonly "@tauri-apps/api": "^2.11.0";
|
|
75
|
-
readonly "@biomejs/biome": "^2.
|
|
76
|
-
readonly oxlint: "^1.
|
|
77
|
-
readonly oxfmt: "^0.
|
|
81
|
+
readonly "@biomejs/biome": "^2.5.0";
|
|
82
|
+
readonly oxlint: "^1.69.0";
|
|
83
|
+
readonly oxfmt: "^0.54.0";
|
|
78
84
|
readonly husky: "^9.1.7";
|
|
79
85
|
readonly lefthook: "^2.1.9";
|
|
80
86
|
readonly "lint-staged": "^17.0.7";
|
|
81
87
|
readonly tsx: "^4.22.4";
|
|
82
|
-
readonly "@types/node": "^25.9.
|
|
88
|
+
readonly "@types/node": "^25.9.3";
|
|
83
89
|
readonly "@types/bun": "^1.3.14";
|
|
84
90
|
readonly "@elysiajs/node": "^1.4.5";
|
|
85
91
|
readonly "@elysiajs/cors": "^1.4.2";
|
|
92
|
+
readonly "@elysiajs/openapi": "^1.4.15";
|
|
86
93
|
readonly "@elysiajs/trpc": "^1.1.0";
|
|
87
94
|
readonly elysia: "^1.4.28";
|
|
88
95
|
readonly "@hono/node-server": "^2.0.4";
|
|
89
96
|
readonly "@hono/trpc-server": "^0.4.2";
|
|
90
|
-
readonly hono: "^4.
|
|
97
|
+
readonly "@hono/zod-openapi": "^1.4.0";
|
|
98
|
+
readonly hono: "^4.12.25";
|
|
99
|
+
readonly "@netlify/functions": "^5.3.0";
|
|
91
100
|
readonly "@octokit/rest": "^22.0.1";
|
|
92
|
-
readonly "@vercel/sandbox": "^2.
|
|
93
|
-
readonly vercel: "^54.
|
|
101
|
+
readonly "@vercel/sandbox": "^2.2.1";
|
|
102
|
+
readonly vercel: "^54.14.0";
|
|
94
103
|
readonly "@sveltejs/adapter-vercel": "^6.3.3";
|
|
95
104
|
readonly "bash-tool": "^1.3.17";
|
|
96
105
|
readonly cors: "^2.8.6";
|
|
@@ -99,124 +108,131 @@ declare const dependencyVersionMap: {
|
|
|
99
108
|
readonly "@types/cors": "^2.8.19";
|
|
100
109
|
readonly fastify: "^5.8.5";
|
|
101
110
|
readonly "@fastify/cors": "^11.2.0";
|
|
102
|
-
readonly "@
|
|
103
|
-
readonly "
|
|
104
|
-
readonly "@nestjs/
|
|
111
|
+
readonly "@fastify/swagger": "^9.7.0";
|
|
112
|
+
readonly "fastify-type-provider-zod": "^6.1.0";
|
|
113
|
+
readonly "@nestjs/core": "^11.1.27";
|
|
114
|
+
readonly "@nestjs/common": "^11.1.27";
|
|
115
|
+
readonly "@nestjs/platform-express": "^11.1.27";
|
|
105
116
|
readonly "reflect-metadata": "^0.2.2";
|
|
106
117
|
readonly rxjs: "^7.8.2";
|
|
107
|
-
readonly "encore.dev": "^1.57.
|
|
108
|
-
readonly "@adonisjs/core": "^7.3.
|
|
118
|
+
readonly "encore.dev": "^1.57.8";
|
|
119
|
+
readonly "@adonisjs/core": "^7.3.4";
|
|
109
120
|
readonly "@adonisjs/cors": "^3.0.0";
|
|
110
121
|
readonly "@adonisjs/assembler": "^8.4.0";
|
|
111
122
|
readonly "@adonisjs/tsconfig": "^2.0.0";
|
|
112
123
|
readonly nitropack: "^2.13.4";
|
|
113
124
|
readonly h3: "^2.0.0";
|
|
114
|
-
readonly fets: "^0.8.
|
|
115
|
-
readonly turbo: "^2.9.
|
|
116
|
-
readonly
|
|
117
|
-
readonly
|
|
118
|
-
readonly "@chat-adapter/
|
|
119
|
-
readonly "@chat-adapter/
|
|
120
|
-
readonly "@chat-adapter/
|
|
121
|
-
readonly "@chat-adapter/state-
|
|
122
|
-
readonly
|
|
123
|
-
readonly
|
|
124
|
-
readonly "@ai-sdk/
|
|
125
|
-
readonly "@ai-sdk/
|
|
126
|
-
readonly "@ai-sdk/
|
|
127
|
-
readonly "@ai-sdk/
|
|
128
|
-
readonly "@ai-sdk/
|
|
125
|
+
readonly fets: "^0.8.7";
|
|
126
|
+
readonly turbo: "^2.9.18";
|
|
127
|
+
readonly nx: "^23.0.0";
|
|
128
|
+
readonly chat: "^4.30.0";
|
|
129
|
+
readonly "@chat-adapter/slack": "^4.30.0";
|
|
130
|
+
readonly "@chat-adapter/discord": "^4.30.0";
|
|
131
|
+
readonly "@chat-adapter/github": "^4.30.0";
|
|
132
|
+
readonly "@chat-adapter/state-memory": "^4.30.0";
|
|
133
|
+
readonly "@chat-adapter/state-redis": "^4.30.0";
|
|
134
|
+
readonly ai: "^6.0.205";
|
|
135
|
+
readonly "@ai-sdk/anthropic": "^3.0.84";
|
|
136
|
+
readonly "@ai-sdk/google": "^3.0.82";
|
|
137
|
+
readonly "@ai-sdk/vue": "^3.0.205";
|
|
138
|
+
readonly "@ai-sdk/svelte": "^4.0.205";
|
|
139
|
+
readonly "@ai-sdk/react": "^3.0.207";
|
|
140
|
+
readonly "@ai-sdk/devtools": "^0.0.19";
|
|
129
141
|
readonly streamdown: "^2.5.0";
|
|
130
|
-
readonly shiki: "^4.
|
|
131
|
-
readonly mastra: "^1.
|
|
132
|
-
readonly "@mastra/core": "^1.
|
|
133
|
-
readonly "@voltagent/core": "^2.7.
|
|
142
|
+
readonly shiki: "^4.2.0";
|
|
143
|
+
readonly mastra: "^1.13.0";
|
|
144
|
+
readonly "@mastra/core": "^1.42.0";
|
|
145
|
+
readonly "@voltagent/core": "^2.7.7";
|
|
134
146
|
readonly "@voltagent/server-hono": "^2.0.14";
|
|
135
147
|
readonly "@voltagent/libsql": "^2.1.2";
|
|
136
148
|
readonly "@voltagent/logger": "^2.0.2";
|
|
137
|
-
readonly "@langchain/langgraph": "^1.
|
|
138
|
-
readonly "@langchain/core": "^1.1.
|
|
149
|
+
readonly "@langchain/langgraph": "^1.4.2";
|
|
150
|
+
readonly "@langchain/core": "^1.1.49";
|
|
139
151
|
readonly "@langchain/google-genai": "^2.1.31";
|
|
140
152
|
readonly "@openai/agents": "^0.11.6";
|
|
141
|
-
readonly "@google/adk": "^1.
|
|
153
|
+
readonly "@google/adk": "^1.2.0";
|
|
142
154
|
readonly modelfusion: "^0.137.0";
|
|
143
|
-
readonly langchain: "^1.4.
|
|
155
|
+
readonly langchain: "^1.4.5";
|
|
144
156
|
readonly llamaindex: "^0.12.1";
|
|
145
|
-
readonly "ai-cli": "^0.3.
|
|
146
|
-
readonly "@orpc/server": "^1.14.
|
|
147
|
-
readonly "@orpc/client": "^1.14.
|
|
148
|
-
readonly "@orpc/openapi": "^1.14.
|
|
149
|
-
readonly "@orpc/zod": "^1.14.
|
|
150
|
-
readonly "@orpc/tanstack-query": "^1.14.
|
|
157
|
+
readonly "ai-cli": "^0.3.1";
|
|
158
|
+
readonly "@orpc/server": "^1.14.6";
|
|
159
|
+
readonly "@orpc/client": "^1.14.6";
|
|
160
|
+
readonly "@orpc/openapi": "^1.14.6";
|
|
161
|
+
readonly "@orpc/zod": "^1.14.6";
|
|
162
|
+
readonly "@orpc/tanstack-query": "^1.14.6";
|
|
151
163
|
readonly "@ts-rest/core": "^3.52.1";
|
|
152
164
|
readonly "@ts-rest/react-query": "^3.52.1";
|
|
153
165
|
readonly "@ts-rest/serverless": "^3.52.1";
|
|
154
166
|
readonly "@ts-rest/next": "^3.52.1";
|
|
155
167
|
readonly garph: "^0.6.8";
|
|
156
|
-
readonly "graphql-yoga": "^5.21.
|
|
157
|
-
readonly graphql: "^16.14.
|
|
168
|
+
readonly "graphql-yoga": "^5.21.2";
|
|
169
|
+
readonly graphql: "^16.14.2";
|
|
158
170
|
readonly "@garph/gqty": "^0.4.5";
|
|
159
171
|
readonly gqty: "^3.6.0";
|
|
160
172
|
readonly "@pothos/core": "^4.12.0";
|
|
173
|
+
readonly "@asteasolutions/zod-to-openapi": "^8.5.0";
|
|
174
|
+
readonly "@scalar/express-api-reference": "^0.10.3";
|
|
175
|
+
readonly "@scalar/fastify-api-reference": "^1.59.3";
|
|
176
|
+
readonly "@scalar/hono-api-reference": "^0.11.3";
|
|
161
177
|
readonly "@trpc/tanstack-react-query": "^11.17.0";
|
|
162
178
|
readonly "@trpc/server": "^11.17.0";
|
|
163
179
|
readonly "@trpc/client": "^11.17.0";
|
|
164
|
-
readonly next: "^16.2.
|
|
165
|
-
readonly convex: "^1.
|
|
180
|
+
readonly next: "^16.2.9";
|
|
181
|
+
readonly convex: "^1.41.0";
|
|
166
182
|
readonly "@convex-dev/react-query": "^0.1.0";
|
|
167
|
-
readonly "@convex-dev/agent": "^0.6.
|
|
183
|
+
readonly "@convex-dev/agent": "^0.6.3";
|
|
168
184
|
readonly "@convex-dev/polar": "^0.9.1";
|
|
169
|
-
readonly "convex-svelte": "^0.0
|
|
185
|
+
readonly "convex-svelte": "^0.13.0";
|
|
170
186
|
readonly "convex-nuxt": "0.1.5";
|
|
171
187
|
readonly "convex-vue": "^0.1.5";
|
|
172
|
-
readonly "@convex-dev/better-auth": "^0.12.
|
|
173
|
-
readonly "@tanstack/svelte-query": "^6.1.
|
|
174
|
-
readonly "@tanstack/svelte-query-devtools": "^6.1.
|
|
175
|
-
readonly "@tanstack/vue-query-devtools": "^6.1.
|
|
176
|
-
readonly "@tanstack/vue-query": "^5.
|
|
177
|
-
readonly "@tanstack/react-query-devtools": "^5.
|
|
178
|
-
readonly "@tanstack/react-query": "^5.
|
|
188
|
+
readonly "@convex-dev/better-auth": "^0.12.3";
|
|
189
|
+
readonly "@tanstack/svelte-query": "^6.1.34";
|
|
190
|
+
readonly "@tanstack/svelte-query-devtools": "^6.1.34";
|
|
191
|
+
readonly "@tanstack/vue-query-devtools": "^6.1.34";
|
|
192
|
+
readonly "@tanstack/vue-query": "^5.101.0";
|
|
193
|
+
readonly "@tanstack/react-query-devtools": "^5.101.0";
|
|
194
|
+
readonly "@tanstack/react-query": "^5.101.0";
|
|
179
195
|
readonly "@tanstack/react-router-ssr-query": "^1.167.1";
|
|
180
|
-
readonly "@tanstack/router-cli": "^1.167.
|
|
181
|
-
readonly "@tanstack/solid-query": "^5.
|
|
182
|
-
readonly "@tanstack/solid-query-devtools": "^5.
|
|
196
|
+
readonly "@tanstack/router-cli": "^1.167.17";
|
|
197
|
+
readonly "@tanstack/solid-query": "^5.101.0";
|
|
198
|
+
readonly "@tanstack/solid-query-devtools": "^5.101.0";
|
|
183
199
|
readonly "@tanstack/solid-router-devtools": "^1.167.0";
|
|
184
|
-
readonly "@tanstack/angular-query-experimental": "^5.
|
|
200
|
+
readonly "@tanstack/angular-query-experimental": "^5.101.0";
|
|
185
201
|
readonly "@tanstack/react-table": "^8.21.3";
|
|
186
202
|
readonly "@tanstack/vue-table": "^8.21.3";
|
|
187
203
|
readonly "@tanstack/svelte-table": "^8.21.3";
|
|
188
204
|
readonly "@tanstack/solid-table": "^8.21.3";
|
|
189
205
|
readonly "@tanstack/angular-table": "^8.21.4";
|
|
190
|
-
readonly "@tanstack/react-virtual": "^3.
|
|
191
|
-
readonly "@tanstack/vue-virtual": "^3.13.
|
|
192
|
-
readonly "@tanstack/svelte-virtual": "^3.13.
|
|
193
|
-
readonly "@tanstack/solid-virtual": "^3.13.
|
|
194
|
-
readonly "@tanstack/angular-virtual": "^5.0.
|
|
195
|
-
readonly "@tanstack/db": "^0.6.
|
|
196
|
-
readonly "@tanstack/react-db": "^0.1.
|
|
197
|
-
readonly "@tanstack/vue-db": "^0.0.
|
|
198
|
-
readonly "@tanstack/solid-db": "^0.2.
|
|
199
|
-
readonly "@tanstack/svelte-db": "^0.1.
|
|
206
|
+
readonly "@tanstack/react-virtual": "^3.14.2";
|
|
207
|
+
readonly "@tanstack/vue-virtual": "^3.13.28";
|
|
208
|
+
readonly "@tanstack/svelte-virtual": "^3.13.28";
|
|
209
|
+
readonly "@tanstack/solid-virtual": "^3.13.28";
|
|
210
|
+
readonly "@tanstack/angular-virtual": "^5.0.4";
|
|
211
|
+
readonly "@tanstack/db": "^0.6.8";
|
|
212
|
+
readonly "@tanstack/react-db": "^0.1.86";
|
|
213
|
+
readonly "@tanstack/vue-db": "^0.0.119";
|
|
214
|
+
readonly "@tanstack/solid-db": "^0.2.22";
|
|
215
|
+
readonly "@tanstack/svelte-db": "^0.1.85";
|
|
200
216
|
readonly "@tanstack/pacer": "^0.21.1";
|
|
201
217
|
readonly "@tanstack/react-pacer": "^0.22.1";
|
|
202
218
|
readonly "@tanstack/solid-pacer": "^0.21.1";
|
|
203
|
-
readonly "@tanstack/ai": "^0.
|
|
204
|
-
readonly "@tanstack/ai-react": "^0.
|
|
205
|
-
readonly "@tanstack/ai-solid": "^0.
|
|
206
|
-
readonly wrangler: "^4.
|
|
207
|
-
readonly "@cloudflare/vite-plugin": "^1.
|
|
219
|
+
readonly "@tanstack/ai": "^0.28.0";
|
|
220
|
+
readonly "@tanstack/ai-react": "^0.15.4";
|
|
221
|
+
readonly "@tanstack/ai-solid": "^0.13.4";
|
|
222
|
+
readonly wrangler: "^4.100.0";
|
|
223
|
+
readonly "@cloudflare/vite-plugin": "^1.40.2";
|
|
208
224
|
readonly "@opennextjs/cloudflare": "^1.19.11";
|
|
209
225
|
readonly "nitro-cloudflare-dev": "^0.2.2";
|
|
210
226
|
readonly "@sveltejs/adapter-cloudflare": "^7.2.8";
|
|
211
227
|
readonly "@sveltejs/adapter-node": "^5.5.4";
|
|
212
|
-
readonly "@cloudflare/workers-types": "^4.
|
|
213
|
-
readonly alchemy: "^0.93.
|
|
228
|
+
readonly "@cloudflare/workers-types": "^4.20260615.1";
|
|
229
|
+
readonly alchemy: "^0.93.12";
|
|
214
230
|
readonly sst: "^4.15.2";
|
|
215
|
-
readonly "aws-cdk-lib": "^2.
|
|
231
|
+
readonly "aws-cdk-lib": "^2.259.0";
|
|
216
232
|
readonly constructs: "^10.6.0";
|
|
217
233
|
readonly "@opennextjs/aws": "^4.0.3";
|
|
218
234
|
readonly dotenv: "^17.4.2";
|
|
219
|
-
readonly tsdown: "^0.22.
|
|
235
|
+
readonly tsdown: "^0.22.2";
|
|
220
236
|
readonly zod: "^4.4.3";
|
|
221
237
|
readonly "@t3-oss/env-core": "^0.13.11";
|
|
222
238
|
readonly "@t3-oss/env-nextjs": "^0.13.11";
|
|
@@ -224,27 +240,26 @@ declare const dependencyVersionMap: {
|
|
|
224
240
|
readonly srvx: "^0.11.16";
|
|
225
241
|
readonly "@polar-sh/better-auth": "^1.8.4";
|
|
226
242
|
readonly "@polar-sh/checkout": "^0.3.0";
|
|
227
|
-
readonly "@polar-sh/sdk": "^0.
|
|
243
|
+
readonly "@polar-sh/sdk": "^0.48.1";
|
|
228
244
|
readonly resend: "^6.12.4";
|
|
229
245
|
readonly "@react-email/components": "^1.0.12";
|
|
230
|
-
readonly "react-email": "^6.
|
|
231
|
-
readonly react: "^19.2.
|
|
232
|
-
readonly "@types/react": "^19.2.
|
|
233
|
-
readonly nodemailer: "^
|
|
234
|
-
readonly "@types/nodemailer": "^8.0.
|
|
246
|
+
readonly "react-email": "^6.6.0";
|
|
247
|
+
readonly react: "^19.2.7";
|
|
248
|
+
readonly "@types/react": "^19.2.17";
|
|
249
|
+
readonly nodemailer: "^9.0.0";
|
|
250
|
+
readonly "@types/nodemailer": "^8.0.1";
|
|
235
251
|
readonly postmark: "^4.0.7";
|
|
236
252
|
readonly "@sendgrid/mail": "^8.1.6";
|
|
237
|
-
readonly "@aws-sdk/client-ses": "^3.
|
|
238
|
-
readonly "@aws-sdk/client-s3": "^3.
|
|
239
|
-
readonly "@aws-sdk/s3-request-presigner": "^3.
|
|
240
|
-
readonly "mailgun.js": "^13.
|
|
241
|
-
readonly "form-data": "^4.0.
|
|
253
|
+
readonly "@aws-sdk/client-ses": "^3.1068.0";
|
|
254
|
+
readonly "@aws-sdk/client-s3": "^3.1068.0";
|
|
255
|
+
readonly "@aws-sdk/s3-request-presigner": "^3.1068.0";
|
|
256
|
+
readonly "mailgun.js": "^13.2.0";
|
|
257
|
+
readonly "form-data": "^4.0.6";
|
|
242
258
|
readonly "@plunk/node": "^3.0.3";
|
|
243
|
-
readonly effect: "^3.21.
|
|
244
|
-
readonly "@effect/schema": "^0.75.5";
|
|
259
|
+
readonly effect: "^3.21.3";
|
|
245
260
|
readonly "@effect/platform": "^0.96.1";
|
|
246
|
-
readonly "@effect/platform-node": "^0.
|
|
247
|
-
readonly "@effect/platform-bun": "^0.
|
|
261
|
+
readonly "@effect/platform-node": "^0.107.0";
|
|
262
|
+
readonly "@effect/platform-bun": "^0.90.0";
|
|
248
263
|
readonly "@effect/platform-browser": "^0.76.0";
|
|
249
264
|
readonly "@effect/sql": "^0.51.1";
|
|
250
265
|
readonly "@effect/sql-sqlite-node": "^0.52.0";
|
|
@@ -253,48 +268,48 @@ declare const dependencyVersionMap: {
|
|
|
253
268
|
readonly "@effect/sql-mysql2": "^0.52.0";
|
|
254
269
|
readonly "@effect/sql-libsql": "^0.41.0";
|
|
255
270
|
readonly "@effect/sql-drizzle": "^0.50.0";
|
|
256
|
-
readonly "@effect/cli": "^0.75.
|
|
271
|
+
readonly "@effect/cli": "^0.75.2";
|
|
257
272
|
readonly "@effect/vitest": "^0.29.0";
|
|
258
273
|
readonly "@effect/opentelemetry": "^0.63.0";
|
|
259
274
|
readonly "@effect/rpc": "^0.75.1";
|
|
260
275
|
readonly "@effect/rpc-http": "^0.52.4";
|
|
261
|
-
readonly "@effect/cluster": "^0.
|
|
262
|
-
readonly "@effect/workflow": "^0.18.
|
|
263
|
-
readonly "@effect/ai": "^0.
|
|
264
|
-
readonly "@effect/ai-openai": "^0.
|
|
265
|
-
readonly "@effect/ai-anthropic": "^0.
|
|
266
|
-
readonly sass: "^1.
|
|
267
|
-
readonly less: "^4.6.
|
|
268
|
-
readonly "@radix-ui/react-dialog": "^1.1.
|
|
269
|
-
readonly "@radix-ui/react-dropdown-menu": "^2.1.
|
|
270
|
-
readonly "@radix-ui/react-slot": "^1.2.
|
|
271
|
-
readonly "@radix-ui/react-label": "^2.1.
|
|
272
|
-
readonly "@radix-ui/react-checkbox": "^1.3.
|
|
273
|
-
readonly "@radix-ui/react-select": "^2.
|
|
274
|
-
readonly "@radix-ui/react-toast": "^1.2.
|
|
275
|
-
readonly "@radix-ui/react-popover": "^1.1.
|
|
276
|
-
readonly "@radix-ui/react-switch": "^1.
|
|
277
|
-
readonly "@radix-ui/react-tabs": "^1.1.
|
|
276
|
+
readonly "@effect/cluster": "^0.59.0";
|
|
277
|
+
readonly "@effect/workflow": "^0.18.2";
|
|
278
|
+
readonly "@effect/ai": "^0.36.0";
|
|
279
|
+
readonly "@effect/ai-openai": "^0.40.0";
|
|
280
|
+
readonly "@effect/ai-anthropic": "^0.26.0";
|
|
281
|
+
readonly sass: "^1.101.0";
|
|
282
|
+
readonly less: "^4.6.6";
|
|
283
|
+
readonly "@radix-ui/react-dialog": "^1.1.16";
|
|
284
|
+
readonly "@radix-ui/react-dropdown-menu": "^2.1.17";
|
|
285
|
+
readonly "@radix-ui/react-slot": "^1.2.5";
|
|
286
|
+
readonly "@radix-ui/react-label": "^2.1.9";
|
|
287
|
+
readonly "@radix-ui/react-checkbox": "^1.3.4";
|
|
288
|
+
readonly "@radix-ui/react-select": "^2.3.0";
|
|
289
|
+
readonly "@radix-ui/react-toast": "^1.2.16";
|
|
290
|
+
readonly "@radix-ui/react-popover": "^1.1.16";
|
|
291
|
+
readonly "@radix-ui/react-switch": "^1.3.0";
|
|
292
|
+
readonly "@radix-ui/react-tabs": "^1.1.14";
|
|
278
293
|
readonly "@headlessui/react": "^2.2.10";
|
|
279
294
|
readonly "@headlessui/vue": "^1.7.23";
|
|
280
295
|
readonly "@park-ui/panda-preset": "^0.43.1";
|
|
281
|
-
readonly "@chakra-ui/react": "^3.
|
|
296
|
+
readonly "@chakra-ui/react": "^3.36.0";
|
|
282
297
|
readonly "@emotion/react": "^11.14.0";
|
|
283
298
|
readonly "@emotion/styled": "^11.14.1";
|
|
284
299
|
readonly "@heroui/react": "^3.1.0";
|
|
285
300
|
readonly "framer-motion": "^12.40.0";
|
|
286
|
-
readonly "@mantine/core": "^9.
|
|
287
|
-
readonly "@mantine/hooks": "^9.
|
|
288
|
-
readonly "@mui/material": "^9.
|
|
289
|
-
readonly antd: "^6.4.
|
|
301
|
+
readonly "@mantine/core": "^9.3.1";
|
|
302
|
+
readonly "@mantine/hooks": "^9.3.1";
|
|
303
|
+
readonly "@mui/material": "^9.1.1";
|
|
304
|
+
readonly antd: "^6.4.4";
|
|
290
305
|
readonly "@base-ui-components/react": "^1.0.0-rc.0";
|
|
291
|
-
readonly shadcn: "^4.
|
|
292
|
-
readonly "radix-ui": "^1.
|
|
306
|
+
readonly shadcn: "^4.11.0";
|
|
307
|
+
readonly "radix-ui": "^1.5.0";
|
|
293
308
|
readonly "class-variance-authority": "^0.7.1";
|
|
294
309
|
readonly clsx: "^2.1.1";
|
|
295
310
|
readonly "tailwind-merge": "^3.6.0";
|
|
296
311
|
readonly "tw-animate-css": "^1.4.0";
|
|
297
|
-
readonly "lucide-react": "^1.
|
|
312
|
+
readonly "lucide-react": "^1.18.0";
|
|
298
313
|
readonly "@tabler/icons-react": "^3.44.0";
|
|
299
314
|
readonly "@hugeicons/react": "^1.1.6";
|
|
300
315
|
readonly "@hugeicons/core-free-icons": "^4.2.0";
|
|
@@ -312,39 +327,39 @@ declare const dependencyVersionMap: {
|
|
|
312
327
|
readonly "@fontsource-variable/jetbrains-mono": "^5.2.8";
|
|
313
328
|
readonly "@fontsource/roboto": "^5.2.10";
|
|
314
329
|
readonly "@fontsource/public-sans": "^5.2.7";
|
|
315
|
-
readonly geist: "^1.7.
|
|
316
|
-
readonly "@ark-ui/react": "^5.37.
|
|
317
|
-
readonly "@ark-ui/vue": "^5.37.
|
|
318
|
-
readonly "@ark-ui/solid": "^5.37.
|
|
319
|
-
readonly "@ark-ui/svelte": "^5.22.
|
|
330
|
+
readonly geist: "^1.7.2";
|
|
331
|
+
readonly "@ark-ui/react": "^5.37.2";
|
|
332
|
+
readonly "@ark-ui/vue": "^5.37.2";
|
|
333
|
+
readonly "@ark-ui/solid": "^5.37.1";
|
|
334
|
+
readonly "@ark-ui/svelte": "^5.22.1";
|
|
320
335
|
readonly "react-aria-components": "^1.18.0";
|
|
321
|
-
readonly daisyui: "^5.5.
|
|
336
|
+
readonly daisyui: "^5.5.23";
|
|
322
337
|
readonly "shadcn-svelte": "^1.3.0";
|
|
323
338
|
readonly "bits-ui": "^2.18.1";
|
|
324
339
|
readonly "lucide-svelte": "^1.0.1";
|
|
325
340
|
readonly "@builder.io/qwik": "^1.20.0";
|
|
326
341
|
readonly "@builder.io/qwik-city": "^1.20.0";
|
|
327
342
|
readonly "@builder.io/qwik-react": "^0.5.8";
|
|
328
|
-
readonly "@angular/core": "^
|
|
329
|
-
readonly "@angular/common": "^
|
|
330
|
-
readonly "@angular/compiler": "^
|
|
331
|
-
readonly "@angular/platform-browser": "^
|
|
332
|
-
readonly "@angular/platform-browser-dynamic": "^
|
|
333
|
-
readonly "@angular/router": "^
|
|
334
|
-
readonly "@angular/forms": "^
|
|
335
|
-
readonly "@angular/animations": "^
|
|
336
|
-
readonly "@angular-devkit/build-angular": "^
|
|
337
|
-
readonly "@angular/cli": "^
|
|
338
|
-
readonly "@angular/compiler-cli": "^
|
|
343
|
+
readonly "@angular/core": "^22.0.1";
|
|
344
|
+
readonly "@angular/common": "^22.0.1";
|
|
345
|
+
readonly "@angular/compiler": "^22.0.1";
|
|
346
|
+
readonly "@angular/platform-browser": "^22.0.1";
|
|
347
|
+
readonly "@angular/platform-browser-dynamic": "^22.0.1";
|
|
348
|
+
readonly "@angular/router": "^22.0.1";
|
|
349
|
+
readonly "@angular/forms": "^22.0.1";
|
|
350
|
+
readonly "@angular/animations": "^22.0.1";
|
|
351
|
+
readonly "@angular-devkit/build-angular": "^22.0.1";
|
|
352
|
+
readonly "@angular/cli": "^22.0.1";
|
|
353
|
+
readonly "@angular/compiler-cli": "^22.0.1";
|
|
339
354
|
readonly zustand: "^5.0.14";
|
|
340
|
-
readonly jotai: "^2.20.
|
|
355
|
+
readonly jotai: "^2.20.1";
|
|
341
356
|
readonly nanostores: "^1.3.0";
|
|
342
357
|
readonly "@nanostores/react": "^1.1.0";
|
|
343
358
|
readonly "@reduxjs/toolkit": "^2.12.0";
|
|
344
359
|
readonly "react-redux": "^9.3.0";
|
|
345
|
-
readonly mobx: "^6.
|
|
360
|
+
readonly mobx: "^6.16.1";
|
|
346
361
|
readonly "mobx-react-lite": "^4.1.1";
|
|
347
|
-
readonly xstate: "^5.32.
|
|
362
|
+
readonly xstate: "^5.32.1";
|
|
348
363
|
readonly "@xstate/react": "^6.1.0";
|
|
349
364
|
readonly valtio: "^2.3.2";
|
|
350
365
|
readonly "@tanstack/store": "^0.11.0";
|
|
@@ -359,8 +374,8 @@ declare const dependencyVersionMap: {
|
|
|
359
374
|
readonly yup: "^1.7.1";
|
|
360
375
|
readonly "final-form": "^5.0.1";
|
|
361
376
|
readonly "react-final-form": "^7.0.1";
|
|
362
|
-
readonly "@conform-to/react": "^1.19.
|
|
363
|
-
readonly "@conform-to/zod": "^1.19.
|
|
377
|
+
readonly "@conform-to/react": "^1.19.4";
|
|
378
|
+
readonly "@conform-to/zod": "^1.19.4";
|
|
364
379
|
readonly "@modular-forms/solid": "^0.25.1";
|
|
365
380
|
readonly "@modular-forms/qwik": "^0.29.1";
|
|
366
381
|
readonly "@tanstack/react-form": "^1.33.0";
|
|
@@ -368,39 +383,39 @@ declare const dependencyVersionMap: {
|
|
|
368
383
|
readonly "socket.io": "^4.8.3";
|
|
369
384
|
readonly "socket.io-client": "^4.8.3";
|
|
370
385
|
readonly partykit: "^0.0.115";
|
|
371
|
-
readonly partysocket: "^1.
|
|
372
|
-
readonly ably: "^2.
|
|
373
|
-
readonly pusher: "^5.3.
|
|
386
|
+
readonly partysocket: "^1.2.0";
|
|
387
|
+
readonly ably: "^2.22.1";
|
|
388
|
+
readonly pusher: "^5.3.4";
|
|
374
389
|
readonly "pusher-js": "^8.5.0";
|
|
375
|
-
readonly "@liveblocks/client": "^3.19.
|
|
376
|
-
readonly "@liveblocks/react": "^3.19.
|
|
377
|
-
readonly "@liveblocks/node": "^3.19.
|
|
390
|
+
readonly "@liveblocks/client": "^3.19.5";
|
|
391
|
+
readonly "@liveblocks/react": "^3.19.5";
|
|
392
|
+
readonly "@liveblocks/node": "^3.19.5";
|
|
378
393
|
readonly yjs: "^13.6.31";
|
|
379
394
|
readonly "y-websocket": "^3.0.0";
|
|
380
395
|
readonly "y-protocols": "^1.0.7";
|
|
381
396
|
readonly "@y-sweet/sdk": "^0.9.1";
|
|
382
397
|
readonly "@y-sweet/react": "^0.9.1";
|
|
383
|
-
readonly bullmq: "^5.
|
|
384
|
-
readonly ioredis: "^5.11.
|
|
398
|
+
readonly bullmq: "^5.78.1";
|
|
399
|
+
readonly ioredis: "^5.11.1";
|
|
385
400
|
readonly "@trigger.dev/sdk": "^4.4.6";
|
|
386
|
-
readonly inngest: "^4.5.
|
|
387
|
-
readonly "@temporalio/client": "^1.
|
|
388
|
-
readonly "@temporalio/worker": "^1.
|
|
389
|
-
readonly "@temporalio/workflow": "^1.
|
|
390
|
-
readonly "@temporalio/activity": "^1.
|
|
401
|
+
readonly inngest: "^4.5.1";
|
|
402
|
+
readonly "@temporalio/client": "^1.18.1";
|
|
403
|
+
readonly "@temporalio/worker": "^1.18.1";
|
|
404
|
+
readonly "@temporalio/workflow": "^1.18.1";
|
|
405
|
+
readonly "@temporalio/activity": "^1.18.1";
|
|
391
406
|
readonly jest: "^30.4.2";
|
|
392
407
|
readonly "@types/jest": "^30.0.0";
|
|
393
408
|
readonly "ts-jest": "^29.4.11";
|
|
394
409
|
readonly "@jest/globals": "^30.4.1";
|
|
395
410
|
readonly "jest-environment-jsdom": "^30.4.1";
|
|
396
|
-
readonly cypress: "^15.
|
|
397
|
-
readonly vitest: "
|
|
398
|
-
readonly "@vitest/ui": "
|
|
399
|
-
readonly "@vitest/coverage-v8": "
|
|
411
|
+
readonly cypress: "^15.17.0";
|
|
412
|
+
readonly vitest: "4.1.8";
|
|
413
|
+
readonly "@vitest/ui": "4.1.8";
|
|
414
|
+
readonly "@vitest/coverage-v8": "4.1.8";
|
|
400
415
|
readonly jsdom: "^29.1.1";
|
|
401
|
-
readonly "happy-dom": "^20.
|
|
402
|
-
readonly "@playwright/test": "^1.
|
|
403
|
-
readonly playwright: "^1.
|
|
416
|
+
readonly "happy-dom": "^20.10.3";
|
|
417
|
+
readonly "@playwright/test": "^1.61.0";
|
|
418
|
+
readonly playwright: "^1.61.0";
|
|
404
419
|
readonly "@testing-library/dom": "^10.4.1";
|
|
405
420
|
readonly "@testing-library/react": "^16.3.2";
|
|
406
421
|
readonly "@testing-library/vue": "^8.1.0";
|
|
@@ -411,7 +426,9 @@ declare const dependencyVersionMap: {
|
|
|
411
426
|
readonly storybook: "^8.6.18";
|
|
412
427
|
readonly "@storybook/react": "^8.6.18";
|
|
413
428
|
readonly "@storybook/react-vite": "^8.6.18";
|
|
429
|
+
readonly "@storybook/vue3": "^10.4.5";
|
|
414
430
|
readonly "@storybook/vue3-vite": "^8.6.18";
|
|
431
|
+
readonly "@storybook/svelte": "^10.4.5";
|
|
415
432
|
readonly "@storybook/svelte-vite": "^8.6.18";
|
|
416
433
|
readonly "@storybook/nextjs": "^8.6.18";
|
|
417
434
|
readonly "@storybook/addon-essentials": "^8.6.18";
|
|
@@ -419,19 +436,19 @@ declare const dependencyVersionMap: {
|
|
|
419
436
|
readonly "@storybook/test": "^8.6.18";
|
|
420
437
|
readonly motion: "^12.40.0";
|
|
421
438
|
readonly gsap: "^3.15.0";
|
|
422
|
-
readonly "@react-spring/web": "^10.1.
|
|
423
|
-
readonly "@react-spring/native": "^10.1.
|
|
439
|
+
readonly "@react-spring/web": "^10.1.1";
|
|
440
|
+
readonly "@react-spring/native": "^10.1.1";
|
|
424
441
|
readonly "@formkit/auto-animate": "^0.9.0";
|
|
425
442
|
readonly "lottie-react": "^2.4.1";
|
|
426
443
|
readonly "lottie-react-native": "^7.3.8";
|
|
427
|
-
readonly stripe: "^22.2.
|
|
428
|
-
readonly "@stripe/stripe-js": "^9.
|
|
429
|
-
readonly "@stripe/react-stripe-js": "^6.
|
|
444
|
+
readonly stripe: "^22.2.1";
|
|
445
|
+
readonly "@stripe/stripe-js": "^9.8.0";
|
|
446
|
+
readonly "@stripe/react-stripe-js": "^6.6.0";
|
|
430
447
|
readonly "@lemonsqueezy/lemonsqueezy.js": "^4.0.0";
|
|
431
448
|
readonly "@paddle/paddle-node-sdk": "^3.8.0";
|
|
432
449
|
readonly "@paddle/paddle-js": "^1.6.4";
|
|
433
|
-
readonly dodopayments: "^2.
|
|
434
|
-
readonly "dodopayments-checkout": "^1.
|
|
450
|
+
readonly dodopayments: "^2.38.1";
|
|
451
|
+
readonly "dodopayments-checkout": "^1.9.4";
|
|
435
452
|
readonly uploadthing: "^7.7.4";
|
|
436
453
|
readonly "@uploadthing/react": "^7.3.3";
|
|
437
454
|
readonly "@uploadthing/svelte": "^7.3.3";
|
|
@@ -470,40 +487,46 @@ declare const dependencyVersionMap: {
|
|
|
470
487
|
readonly "pino-pretty": "^13.1.3";
|
|
471
488
|
readonly "pino-http": "^11.0.0";
|
|
472
489
|
readonly winston: "^3.19.0";
|
|
473
|
-
readonly evlog: "^2.
|
|
490
|
+
readonly evlog: "^2.19.1";
|
|
474
491
|
readonly "@opentelemetry/api": "^1.9.1";
|
|
475
|
-
readonly "@opentelemetry/sdk-node": "^0.
|
|
476
|
-
readonly "@opentelemetry/auto-instrumentations-node": "^0.
|
|
477
|
-
readonly "@opentelemetry/exporter-trace-otlp-http": "^0.
|
|
478
|
-
readonly "@opentelemetry/exporter-metrics-otlp-http": "^0.
|
|
479
|
-
readonly "@opentelemetry/resources": "^2.
|
|
480
|
-
readonly "@opentelemetry/sdk-metrics": "^2.
|
|
492
|
+
readonly "@opentelemetry/sdk-node": "^0.219.0";
|
|
493
|
+
readonly "@opentelemetry/auto-instrumentations-node": "^0.77.0";
|
|
494
|
+
readonly "@opentelemetry/exporter-trace-otlp-http": "^0.219.0";
|
|
495
|
+
readonly "@opentelemetry/exporter-metrics-otlp-http": "^0.219.0";
|
|
496
|
+
readonly "@opentelemetry/resources": "^2.8.0";
|
|
497
|
+
readonly "@opentelemetry/sdk-metrics": "^2.8.0";
|
|
481
498
|
readonly "@opentelemetry/semantic-conventions": "^1.41.1";
|
|
482
|
-
readonly "@sentry/node": "^10.
|
|
483
|
-
readonly "@sentry/profiling-node": "^10.
|
|
499
|
+
readonly "@sentry/node": "^10.57.0";
|
|
500
|
+
readonly "@sentry/profiling-node": "^10.57.0";
|
|
484
501
|
readonly "prom-client": "^15.1.3";
|
|
485
|
-
readonly
|
|
486
|
-
readonly "@
|
|
487
|
-
readonly "@
|
|
488
|
-
readonly
|
|
489
|
-
readonly "@payloadcms/
|
|
490
|
-
readonly "@payloadcms/
|
|
491
|
-
readonly "@payloadcms/
|
|
492
|
-
readonly "@payloadcms/
|
|
493
|
-
readonly
|
|
494
|
-
readonly "
|
|
502
|
+
readonly "dd-trace": "^5.108.0";
|
|
503
|
+
readonly "@axiomhq/js": "^1.6.1";
|
|
504
|
+
readonly "@logtail/node": "^0.5.8";
|
|
505
|
+
readonly payload: "^3.85.1";
|
|
506
|
+
readonly "@payloadcms/next": "^3.85.1";
|
|
507
|
+
readonly "@payloadcms/richtext-lexical": "^3.85.1";
|
|
508
|
+
readonly "@payloadcms/db-postgres": "^3.85.1";
|
|
509
|
+
readonly "@payloadcms/db-mongodb": "^3.85.1";
|
|
510
|
+
readonly "@payloadcms/db-sqlite": "^3.85.1";
|
|
511
|
+
readonly "@payloadcms/plugin-seo": "^3.85.1";
|
|
512
|
+
readonly "@payloadcms/storage-s3": "^3.85.1";
|
|
513
|
+
readonly sanity: "^6.0.0";
|
|
514
|
+
readonly "next-sanity": "^13.1.0";
|
|
495
515
|
readonly "@sanity/image-url": "^2.1.1";
|
|
496
|
-
readonly "@sanity/vision": "^
|
|
516
|
+
readonly "@sanity/vision": "^6.0.0";
|
|
497
517
|
readonly "@sanity/client": "^7.22.1";
|
|
498
|
-
readonly "@strapi/client": "^1.6.
|
|
518
|
+
readonly "@strapi/client": "^1.6.2";
|
|
499
519
|
readonly qs: "^6.15.2";
|
|
500
|
-
readonly "@directus/sdk": "^
|
|
501
|
-
readonly tinacms: "^3.
|
|
502
|
-
readonly "@tinacms/cli": "^2.
|
|
520
|
+
readonly "@directus/sdk": "^22.0.0";
|
|
521
|
+
readonly tinacms: "^3.9.2";
|
|
522
|
+
readonly "@tinacms/cli": "^2.5.0";
|
|
503
523
|
readonly cloudinary: "^2.10.0";
|
|
504
524
|
readonly swr: "^2.4.1";
|
|
505
525
|
readonly "@upstash/redis": "^1.38.0";
|
|
506
|
-
readonly
|
|
526
|
+
readonly "@arcjet/next": "^1.5.0";
|
|
527
|
+
readonly "@arcjet/node": "^1.5.0";
|
|
528
|
+
readonly "@upstash/ratelimit": "^2.0.8";
|
|
529
|
+
readonly i18next: "^26.3.1";
|
|
507
530
|
readonly "react-i18next": "^17.0.8";
|
|
508
531
|
readonly "i18next-browser-languagedetector": "^8.2.1";
|
|
509
532
|
readonly "i18next-http-backend": "^4.0.0";
|
|
@@ -511,18 +534,18 @@ declare const dependencyVersionMap: {
|
|
|
511
534
|
readonly meilisearch: "^0.58.0";
|
|
512
535
|
readonly typesense: "^3.0.6";
|
|
513
536
|
readonly "@elastic/elasticsearch": "^9.4.2";
|
|
514
|
-
readonly algoliasearch: "^5.
|
|
537
|
+
readonly algoliasearch: "^5.54.0";
|
|
515
538
|
readonly edgedb: "^2.0.1";
|
|
516
539
|
readonly "@edgedb/generate": "^0.6.1";
|
|
517
540
|
readonly "@growthbook/growthbook": "^1.6.5";
|
|
518
541
|
readonly "@growthbook/growthbook-react": "^1.6.5";
|
|
519
|
-
readonly "posthog-js": "^1.
|
|
520
|
-
readonly "posthog-node": "^5.
|
|
521
|
-
readonly "@launchdarkly/js-client-sdk": "^4.
|
|
522
|
-
readonly "@launchdarkly/node-server-sdk": "^9.11.
|
|
542
|
+
readonly "posthog-js": "^1.386.6";
|
|
543
|
+
readonly "posthog-node": "^5.37.0";
|
|
544
|
+
readonly "@launchdarkly/js-client-sdk": "^4.9.0";
|
|
545
|
+
readonly "@launchdarkly/node-server-sdk": "^9.11.2";
|
|
523
546
|
readonly "@flagsmith/flagsmith": "^12.0.1";
|
|
524
547
|
readonly "flagsmith-nodejs": "^8.1.0";
|
|
525
|
-
readonly "@unleash/proxy-client-react": "^
|
|
548
|
+
readonly "@unleash/proxy-client-react": "^6.0.0";
|
|
526
549
|
readonly "unleash-proxy-client": "^3.8.0";
|
|
527
550
|
readonly "unleash-client": "^6.11.0";
|
|
528
551
|
readonly "plausible-tracker": "^0.3.9";
|