mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-15 02:53:25 +10:00
chore: update dependencies
This commit is contained in:
+17
-17
@@ -18,20 +18,20 @@
|
||||
"#react-pdf-renderer": "@react-pdf/renderer"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/anthropic": "^4.0.24",
|
||||
"@ai-sdk/cerebras": "^3.0.17",
|
||||
"@ai-sdk/cohere": "^4.0.15",
|
||||
"@ai-sdk/deepseek": "^3.0.16",
|
||||
"@ai-sdk/fireworks": "^3.0.18",
|
||||
"@ai-sdk/google": "^4.0.28",
|
||||
"@ai-sdk/groq": "^4.0.16",
|
||||
"@ai-sdk/mistral": "^4.0.17",
|
||||
"@ai-sdk/openai": "^4.0.24",
|
||||
"@ai-sdk/openai-compatible": "^3.0.17",
|
||||
"@ai-sdk/perplexity": "^4.0.17",
|
||||
"@ai-sdk/togetherai": "^3.0.18",
|
||||
"@ai-sdk/xai": "^4.0.22",
|
||||
"@aws-sdk/client-s3": "^3.1098.0",
|
||||
"@ai-sdk/anthropic": "^4.0.25",
|
||||
"@ai-sdk/cerebras": "^3.0.18",
|
||||
"@ai-sdk/cohere": "^4.0.16",
|
||||
"@ai-sdk/deepseek": "^3.0.17",
|
||||
"@ai-sdk/fireworks": "^3.0.19",
|
||||
"@ai-sdk/google": "^4.0.29",
|
||||
"@ai-sdk/groq": "^4.0.17",
|
||||
"@ai-sdk/mistral": "^4.0.18",
|
||||
"@ai-sdk/openai": "^4.0.25",
|
||||
"@ai-sdk/openai-compatible": "^3.0.18",
|
||||
"@ai-sdk/perplexity": "^4.0.18",
|
||||
"@ai-sdk/togetherai": "^3.0.19",
|
||||
"@ai-sdk/xai": "^4.0.23",
|
||||
"@aws-sdk/client-s3": "^3.1100.0",
|
||||
"@better-auth/api-key": "^1.6.25",
|
||||
"@better-auth/drizzle-adapter": "^1.6.25",
|
||||
"@better-auth/infra": "^0.3.7",
|
||||
@@ -58,7 +58,7 @@
|
||||
"@sindresorhus/slugify": "^3.0.0",
|
||||
"@t3-oss/env-core": "^0.13.11",
|
||||
"@uiw/color-convert": "^2.10.3",
|
||||
"ai": "^7.0.42",
|
||||
"ai": "^7.0.44",
|
||||
"bcrypt": "^6.0.0",
|
||||
"better-auth": "1.6.25",
|
||||
"canonicalize": "^3.0.0",
|
||||
@@ -69,7 +69,7 @@
|
||||
"drizzle-zod": "1.0.0-beta.14-a36c63d",
|
||||
"es-toolkit": "^1.50.0",
|
||||
"fast-json-patch": "^3.1.1",
|
||||
"hono": "^4.12.32",
|
||||
"hono": "^4.12.33",
|
||||
"jsonrepair": "^3.15.0",
|
||||
"node-html-parser": "^9.0.1",
|
||||
"nodemailer": "^9.0.3",
|
||||
@@ -91,7 +91,7 @@
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@types/node": "^26.1.2",
|
||||
"@types/pg": "^8.20.0",
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react": "^19.2.18",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
||||
"tsdown": "^0.22.14",
|
||||
"tsx": "^4.23.1",
|
||||
|
||||
@@ -45,6 +45,9 @@ export default defineConfig({
|
||||
shims: true,
|
||||
dts: false,
|
||||
define: { __APP_VERSION__: JSON.stringify(rootPackageJson.version ?? "0.0.0") },
|
||||
// The flagged dynamic imports are deliberate: they defer evaluation of env-dependent
|
||||
// modules so tests can run without env vars, not to split chunks.
|
||||
suppressWarnings: [/dynamic import will not move module into another chunk/],
|
||||
outExtensions: () => ({ js: ".mjs" }),
|
||||
deps: {
|
||||
alwaysBundle: [/^@reactive-resume\//],
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"lingui:extract": "lingui extract --clean --overwrite"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/react": "^4.0.45",
|
||||
"@ai-sdk/react": "^4.0.47",
|
||||
"@base-ui/react": "^1.6.0",
|
||||
"@better-auth/api-key": "^1.6.25",
|
||||
"@better-auth/infra": "^0.3.7",
|
||||
@@ -66,7 +66,7 @@
|
||||
"@types/js-cookie": "^3.0.6",
|
||||
"@uiw/color-convert": "^2.10.3",
|
||||
"@uiw/react-color-colorful": "^2.10.3",
|
||||
"ai": "^7.0.42",
|
||||
"ai": "^7.0.44",
|
||||
"better-auth": "1.6.25",
|
||||
"buffer": "^6.0.3",
|
||||
"cmdk": "^1.1.1",
|
||||
@@ -109,14 +109,14 @@
|
||||
"@tanstack/router-plugin": "^1.168.23",
|
||||
"@types/babel__core": "^7.20.5",
|
||||
"@types/pg": "^8.20.0",
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@types/react": "^19.2.18",
|
||||
"@types/react-dom": "^19.2.4",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
||||
"@vitejs/plugin-react": "^6.0.5",
|
||||
"babel-plugin-macros": "^3.1.0",
|
||||
"babel-plugin-react-compiler": "^1.0.0",
|
||||
"rimraf": "^6.1.3",
|
||||
"typescript": "^7.0.2",
|
||||
"vite": "^8.1.5"
|
||||
"vite": "^8.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
+3
-3
@@ -45,7 +45,7 @@
|
||||
"@biomejs/biome": "^2.5.6",
|
||||
"@commitlint/cli": "^21.2.1",
|
||||
"@commitlint/config-conventional": "^21.2.0",
|
||||
"@playwright/test": "^1.62.0",
|
||||
"@playwright/test": "^1.62.1",
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/jest-dom": "^7.0.0",
|
||||
@@ -56,11 +56,11 @@
|
||||
"@vitest/coverage-v8": "^4.1.10",
|
||||
"github-actionlint": "1.7.12",
|
||||
"happy-dom": "^20.11.1",
|
||||
"knip": "^6.29.0",
|
||||
"knip": "^6.31.0",
|
||||
"lefthook": "^2.1.10",
|
||||
"markdownlint-cli2": "0.23.2",
|
||||
"pg": "^8.22.0",
|
||||
"turbo": "^2.10.7",
|
||||
"turbo": "^2.10.8",
|
||||
"typescript": "^7.0.2",
|
||||
"vitest": "^4.1.10"
|
||||
}
|
||||
|
||||
+16
-16
@@ -19,20 +19,20 @@
|
||||
"test:agent": "vitest run --reporter=agent --reporter=json --outputFile.json=reports/vitest-results.json --passWithNoTests"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/anthropic": "^4.0.24",
|
||||
"@ai-sdk/cerebras": "^3.0.17",
|
||||
"@ai-sdk/cohere": "^4.0.15",
|
||||
"@ai-sdk/deepseek": "^3.0.16",
|
||||
"@ai-sdk/fireworks": "^3.0.18",
|
||||
"@ai-sdk/google": "^4.0.28",
|
||||
"@ai-sdk/groq": "^4.0.16",
|
||||
"@ai-sdk/mistral": "^4.0.17",
|
||||
"@ai-sdk/openai": "^4.0.24",
|
||||
"@ai-sdk/openai-compatible": "^3.0.17",
|
||||
"@ai-sdk/perplexity": "^4.0.17",
|
||||
"@ai-sdk/togetherai": "^3.0.18",
|
||||
"@ai-sdk/xai": "^4.0.22",
|
||||
"@aws-sdk/client-s3": "^3.1098.0",
|
||||
"@ai-sdk/anthropic": "^4.0.25",
|
||||
"@ai-sdk/cerebras": "^3.0.18",
|
||||
"@ai-sdk/cohere": "^4.0.16",
|
||||
"@ai-sdk/deepseek": "^3.0.17",
|
||||
"@ai-sdk/fireworks": "^3.0.19",
|
||||
"@ai-sdk/google": "^4.0.29",
|
||||
"@ai-sdk/groq": "^4.0.17",
|
||||
"@ai-sdk/mistral": "^4.0.18",
|
||||
"@ai-sdk/openai": "^4.0.25",
|
||||
"@ai-sdk/openai-compatible": "^3.0.18",
|
||||
"@ai-sdk/perplexity": "^4.0.18",
|
||||
"@ai-sdk/togetherai": "^3.0.19",
|
||||
"@ai-sdk/xai": "^4.0.23",
|
||||
"@aws-sdk/client-s3": "^3.1100.0",
|
||||
"@orpc/client": "^1.14.13",
|
||||
"@orpc/experimental-ratelimit": "^1.14.13",
|
||||
"@orpc/server": "^1.14.13",
|
||||
@@ -44,13 +44,13 @@
|
||||
"@reactive-resume/resume": "workspace:*",
|
||||
"@reactive-resume/schema": "workspace:*",
|
||||
"@reactive-resume/utils": "workspace:*",
|
||||
"ai": "^7.0.42",
|
||||
"ai": "^7.0.44",
|
||||
"bcrypt": "^6.0.0",
|
||||
"better-auth": "1.6.25",
|
||||
"drizzle-orm": "1.0.0-rc.4",
|
||||
"drizzle-zod": "1.0.0-beta.14-a36c63d",
|
||||
"es-toolkit": "^1.50.0",
|
||||
"ioredis": "^5.11.1",
|
||||
"ioredis": "^6.0.0",
|
||||
"ollama-ai-provider-v2": "^4.0.1",
|
||||
"react": "^19.2.8",
|
||||
"resumable-stream": "^2.2.12",
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"devDependencies": {
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@types/bcrypt": "^6.0.0",
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react": "^19.2.18",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
||||
"typescript": "^7.0.2"
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"@react-email/ui": "^6.9.1",
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@types/nodemailer": "^8.0.1",
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react": "^19.2.18",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
||||
"typescript": "^7.0.2"
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"@napi-rs/canvas": "1.0.3",
|
||||
"@react-pdf/types": "^2.11.1",
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react": "^19.2.18",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
||||
"pdfjs-dist": "6.2.108",
|
||||
"pixelmatch": "^7.2.0",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"react": "^19.2.8",
|
||||
"react-dom": "^19.2.8",
|
||||
"react-resizable-panels": "^4.12.2",
|
||||
"shadcn": "^4.16.0",
|
||||
"shadcn": "^4.16.1",
|
||||
"sonner": "^2.0.7",
|
||||
"tw-animate-css": "^1.4.0"
|
||||
},
|
||||
@@ -38,8 +38,8 @@
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@tailwindcss/postcss": "^4.3.3",
|
||||
"@tailwindcss/typography": "^0.5.20",
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@types/react": "^19.2.18",
|
||||
"@types/react-dom": "^19.2.4",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
||||
"postcss": "^8.5.25",
|
||||
"tailwindcss": "^4.3.3",
|
||||
|
||||
Generated
+747
-806
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"version": 1,
|
||||
"skills": {
|
||||
"higgsfield-game-generation": {
|
||||
"source": "higgsfield-ai/skills",
|
||||
"sourceType": "github",
|
||||
"skillPath": "higgsfield-game-generation/SKILL.md",
|
||||
"computedHash": "efa7a444d560a94f924b1d5f8a0e6b8155f1f4ceb314ad626e412798dd0b1014"
|
||||
},
|
||||
"higgsfield-generate": {
|
||||
"source": "higgsfield-ai/skills",
|
||||
"sourceType": "github",
|
||||
"skillPath": "higgsfield-generate/SKILL.md",
|
||||
"computedHash": "907b82bfe00550bd814a92cc0f1e051485a8ba7330872fac052b1f8adcaca37a"
|
||||
},
|
||||
"higgsfield-marketplace-cards": {
|
||||
"source": "higgsfield-ai/skills",
|
||||
"sourceType": "github",
|
||||
"skillPath": "higgsfield-marketplace-cards/SKILL.md",
|
||||
"computedHash": "7a08d374b9f962737fb8c8ff7f8e323fc4d2ab02281b6723c4631146b4892701"
|
||||
},
|
||||
"higgsfield-product-photoshoot": {
|
||||
"source": "higgsfield-ai/skills",
|
||||
"sourceType": "github",
|
||||
"skillPath": "higgsfield-product-photoshoot/SKILL.md",
|
||||
"computedHash": "11ed02298e09d067f96b7347d34e1dea8abb3ca058f714ac3cf70602176a4263"
|
||||
},
|
||||
"higgsfield-soul-id": {
|
||||
"source": "higgsfield-ai/skills",
|
||||
"sourceType": "github",
|
||||
"skillPath": "higgsfield-soul-id/SKILL.md",
|
||||
"computedHash": "ff8418fe5fe936d65898601e28bb282c4c47c0fc0cd5c3e54e1c75565609683a"
|
||||
},
|
||||
"higgsfield-video-explainer": {
|
||||
"source": "higgsfield-ai/skills",
|
||||
"sourceType": "github",
|
||||
"skillPath": "higgsfield-video-explainer/SKILL.md",
|
||||
"computedHash": "d8643f2e983acde62e2e2d0c047912f295851dff5f967d7214fbaedadc3bc5ad"
|
||||
},
|
||||
"higgsfield-websites": {
|
||||
"source": "higgsfield-ai/skills",
|
||||
"sourceType": "github",
|
||||
"skillPath": "higgsfield-websites/SKILL.md",
|
||||
"computedHash": "97d6d65ba680bd6d2bae721e25301a6a9bd24f3e61a169acff65f0d1d454d0a0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user