mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-06-22 04:11:55 +10:00
chore: update dependencies
This commit is contained in:
@@ -46,10 +46,12 @@ temp
|
||||
.codex
|
||||
.claude
|
||||
.cursor
|
||||
.codegraph
|
||||
.superpowers
|
||||
|
||||
# Local Storage Data
|
||||
/data
|
||||
/apps/web/data
|
||||
|
||||
# Git Hooks
|
||||
.vite-hooks/
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"@ai-sdk/google": "^3.0.75",
|
||||
"@ai-sdk/openai": "^3.0.64",
|
||||
"@ai-sdk/openai-compatible": "^2.0.47",
|
||||
"@aws-sdk/client-s3": "^3.1049.0",
|
||||
"@aws-sdk/client-s3": "^3.1051.0",
|
||||
"@better-auth/api-key": "^1.6.11",
|
||||
"@better-auth/drizzle-adapter": "^1.6.11",
|
||||
"@better-auth/infra": "^0.2.8",
|
||||
@@ -54,7 +54,7 @@
|
||||
"drizzle-zod": "1.0.0-beta.14-a36c63d",
|
||||
"es-toolkit": "^1.46.1",
|
||||
"fast-json-patch": "^3.1.1",
|
||||
"hono": "^4.12.19",
|
||||
"hono": "^4.12.21",
|
||||
"jsonrepair": "^3.14.0",
|
||||
"node-html-parser": "^7.1.0",
|
||||
"nodemailer": "^8.0.7",
|
||||
@@ -73,13 +73,13 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@types/node": "^25.9.0",
|
||||
"@types/node": "^25.9.1",
|
||||
"@types/pg": "^8.20.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@types/react": "^19.2.15",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"tsdown": "^0.22.0",
|
||||
"tsx": "^4.22.2",
|
||||
"tsx": "^4.22.3",
|
||||
"typescript": "^6.0.3",
|
||||
"vitest": "^4.1.6"
|
||||
"vitest": "^4.1.7"
|
||||
}
|
||||
}
|
||||
|
||||
+13
-13
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/react": "^3.0.187",
|
||||
"@base-ui/react": "^1.4.1",
|
||||
"@base-ui/react": "^1.5.0",
|
||||
"@better-auth/api-key": "^1.6.11",
|
||||
"@better-auth/infra": "^0.2.8",
|
||||
"@better-auth/oauth-provider": "^1.6.11",
|
||||
@@ -47,15 +47,15 @@
|
||||
"@tanstack/react-form": "^1.32.0",
|
||||
"@tanstack/react-hotkeys": "^0.10.0",
|
||||
"@tanstack/react-query": "^5.100.11",
|
||||
"@tanstack/react-router": "^1.170.4",
|
||||
"@tiptap/extension-color": "^3.23.4",
|
||||
"@tiptap/extension-highlight": "^3.23.4",
|
||||
"@tiptap/extension-table": "^3.23.4",
|
||||
"@tiptap/extension-text-align": "^3.23.4",
|
||||
"@tiptap/extension-text-style": "^3.23.4",
|
||||
"@tiptap/pm": "^3.23.4",
|
||||
"@tiptap/react": "^3.23.4",
|
||||
"@tiptap/starter-kit": "^3.23.4",
|
||||
"@tanstack/react-router": "^1.170.5",
|
||||
"@tiptap/extension-color": "^3.23.5",
|
||||
"@tiptap/extension-highlight": "^3.23.5",
|
||||
"@tiptap/extension-table": "^3.23.5",
|
||||
"@tiptap/extension-text-align": "^3.23.5",
|
||||
"@tiptap/extension-text-style": "^3.23.5",
|
||||
"@tiptap/pm": "^3.23.5",
|
||||
"@tiptap/react": "^3.23.5",
|
||||
"@tiptap/starter-kit": "^3.23.5",
|
||||
"@types/js-cookie": "^3.0.6",
|
||||
"@uiw/color-convert": "^2.10.1",
|
||||
"@uiw/react-color-colorful": "^2.10.1",
|
||||
@@ -90,11 +90,11 @@
|
||||
"@lingui/vite-plugin": "^6.0.1",
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@rolldown/plugin-babel": "^0.2.3",
|
||||
"@tanstack/router-plugin": "^1.168.6",
|
||||
"@tanstack/router-plugin": "^1.168.7",
|
||||
"@types/pg": "^8.20.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react": "^19.2.15",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"@vitejs/plugin-react": "^6.0.2",
|
||||
"babel-plugin-macros": "^3.1.0",
|
||||
"typescript": "^6.0.3",
|
||||
|
||||
+4
-4
@@ -45,14 +45,14 @@
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/node": "^25.9.0",
|
||||
"@vitest/coverage-v8": "^4.1.6",
|
||||
"@types/node": "^25.9.1",
|
||||
"@vitest/coverage-v8": "^4.1.7",
|
||||
"happy-dom": "^20.9.0",
|
||||
"knip": "^6.14.1",
|
||||
"lefthook": "^2.1.6",
|
||||
"lefthook": "^2.1.8",
|
||||
"npm-check-updates": "^22.2.0",
|
||||
"turbo": "^2.9.14",
|
||||
"typescript": "^6.0.3",
|
||||
"vitest": "^4.1.6"
|
||||
"vitest": "^4.1.7"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"@ai-sdk/google": "^3.0.75",
|
||||
"@ai-sdk/openai": "^3.0.64",
|
||||
"@ai-sdk/openai-compatible": "^2.0.47",
|
||||
"@aws-sdk/client-s3": "^3.1049.0",
|
||||
"@aws-sdk/client-s3": "^3.1051.0",
|
||||
"@orpc/client": "^1.14.3",
|
||||
"@orpc/experimental-ratelimit": "^1.14.3",
|
||||
"@orpc/server": "^1.14.3",
|
||||
@@ -52,7 +52,7 @@
|
||||
"devDependencies": {
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@types/bcrypt": "^6.0.0",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
"devDependencies": {
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@types/bcrypt": "^6.0.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@types/react": "^19.2.15",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"devDependencies": {
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@types/pg": "^8.20.0",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"drizzle-kit": "1.0.0-rc.3",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
"@react-email/ui": "^6.1.5",
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@types/nodemailer": "^8.0.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@types/react": "^19.2.15",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+2
-2
@@ -21,8 +21,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@types/node": "^25.9.0",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@types/node": "^25.9.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"typescript": "^6.0.3",
|
||||
"vitest": "^4.1.6"
|
||||
"vitest": "^4.1.7"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
"devDependencies": {
|
||||
"@react-pdf/types": "^2.11.1",
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@types/react": "^19.2.14",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@types/react": "^19.2.15",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"test:agent": "vitest run --reporter=agent --reporter=json --outputFile.json=reports/vitest-results.json --passWithNoTests"
|
||||
},
|
||||
"dependencies": {
|
||||
"@base-ui/react": "^1.4.1",
|
||||
"@base-ui/react": "^1.5.0",
|
||||
"@fontsource-variable/ibm-plex-sans": "^5.2.8",
|
||||
"@phosphor-icons/react": "^2.1.10",
|
||||
"@phosphor-icons/web": "^2.1.2",
|
||||
@@ -39,10 +39,10 @@
|
||||
"@tailwindcss/postcss": "^4.3.0",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@types/js-cookie": "^3.0.6",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react": "^19.2.15",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"postcss": "^8.5.14",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"postcss": "^8.5.15",
|
||||
"tailwindcss": "^4.3.0",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@types/node": "^25.9.0",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@types/node": "^25.9.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+922
-808
File diff suppressed because it is too large
Load Diff
+2
-37
@@ -4,6 +4,7 @@ packages:
|
||||
- tooling
|
||||
patchedDependencies:
|
||||
'@react-pdf/textkit@6.3.0': patches/@react-pdf__textkit@6.3.0.patch
|
||||
minimumReleaseAge: 0
|
||||
allowBuilds:
|
||||
bcrypt: true
|
||||
esbuild: true
|
||||
@@ -11,40 +12,4 @@ allowBuilds:
|
||||
msw: true
|
||||
sharp: true
|
||||
overrides:
|
||||
postcss@<8.5.10: ^8.5.14
|
||||
minimumReleaseAgeExclude:
|
||||
- '@ai-sdk/gateway@3.0.116'
|
||||
- '@ai-sdk/react@3.0.187'
|
||||
- '@aws-sdk/client-s3@3.1049.0'
|
||||
- '@aws-sdk/core@3.974.12'
|
||||
- '@aws-sdk/credential-provider-env@3.972.38'
|
||||
- '@aws-sdk/credential-provider-http@3.972.40'
|
||||
- '@aws-sdk/credential-provider-ini@3.972.42'
|
||||
- '@aws-sdk/credential-provider-login@3.972.42'
|
||||
- '@aws-sdk/credential-provider-node@3.972.43'
|
||||
- '@aws-sdk/credential-provider-process@3.972.38'
|
||||
- '@aws-sdk/credential-provider-sso@3.972.42'
|
||||
- '@aws-sdk/credential-provider-web-identity@3.972.42'
|
||||
- '@aws-sdk/middleware-bucket-endpoint@3.972.14'
|
||||
- '@aws-sdk/middleware-flexible-checksums@3.974.20'
|
||||
- '@aws-sdk/middleware-sdk-s3@3.972.41'
|
||||
- '@aws-sdk/nested-clients@3.997.10'
|
||||
- '@aws-sdk/token-providers@3.1049.0'
|
||||
- '@react-email/ui@6.1.5'
|
||||
- '@tanstack/query-core@5.100.11'
|
||||
- '@tanstack/react-query@5.100.11'
|
||||
- '@types/node@25.9.0'
|
||||
- ai@6.0.185
|
||||
- drizzle-kit@1.0.0-rc.3
|
||||
- drizzle-orm@1.0.0-rc.3
|
||||
- framer-motion@12.39.0
|
||||
- motion-dom@12.39.0
|
||||
- motion-utils@12.39.0
|
||||
- motion@12.39.0
|
||||
- pg-cloudflare@1.4.0
|
||||
- pg-connection-string@2.13.0
|
||||
- pg-pool@3.14.0
|
||||
- pg-protocol@1.14.0
|
||||
- pg@8.21.0
|
||||
- react-email@6.1.5
|
||||
- tsx@4.22.2
|
||||
postcss@<8.5.10: ^8.5.14
|
||||
@@ -12,9 +12,9 @@
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
"@reactive-resume/env": "workspace:*",
|
||||
"@types/pg": "^8.20.0",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260519.1",
|
||||
"drizzle-orm": "1.0.0-rc.3",
|
||||
"pg": "^8.21.0",
|
||||
"tsx": "^4.22.2"
|
||||
"tsx": "^4.22.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user