Skip to content

Commit b2b2748

Browse files
committed
chore: update AI model version in prompts and dependencies versions
- Updated AI model from googleai/gemini-2.5-pro to googleai/gemini-3.0-pro-preview in multiple prompt files.
1 parent 734ccea commit b2b2748

15 files changed

+1785
-1746
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "resume-studio",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"type": "module",
5-
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
5+
"packageManager": "pnpm@10.26.0+sha512.3b3f6c725ebe712506c0ab1ad4133cf86b1f4b687effce62a9b38b4d72e3954242e643190fc51fa1642949c735f403debd44f5cb0edd657abe63a8b6a7e1e402",
66
"private": true,
77
"scripts": {
88
"dev": "next dev --turbo -p 9332",
@@ -27,10 +27,10 @@
2727
"@fontsource/rubik": "^5.2.8",
2828
"@fontsource/space-grotesk": "^5.2.10",
2929
"@fontsource/volkhov": "^5.2.8",
30-
"@genkit-ai/googleai": "^1.20.0",
31-
"@genkit-ai/next": "^1.20.0",
30+
"@genkit-ai/googleai": "^1.25.0",
31+
"@genkit-ai/next": "^1.25.0",
3232
"@hookform/resolvers": "^4.1.3",
33-
"@ncdai/react-wheel-picker": "^1.0.17",
33+
"@ncdai/react-wheel-picker": "^1.0.19",
3434
"@radix-ui/react-accordion": "^1.2.12",
3535
"@radix-ui/react-alert-dialog": "^1.1.15",
3636
"@radix-ui/react-avatar": "^1.1.10",
@@ -52,35 +52,35 @@
5252
"@radix-ui/react-tabs": "^1.1.13",
5353
"@radix-ui/react-toast": "^1.2.15",
5454
"@radix-ui/react-tooltip": "^1.1.8",
55-
"@types/lodash": "^4.17.20",
55+
"@types/lodash": "^4.17.21",
5656
"class-variance-authority": "^0.7.1",
5757
"clsx": "^2.1.1",
5858
"cmdk": "^1.1.1",
5959
"copilot-react-textarea": "1.5.5",
6060
"date-fns": "^4.1.0",
61-
"docx-preview": "^0.3.6",
61+
"docx-preview": "^0.3.7",
6262
"dotenv": "^16.5.0",
6363
"express": "^4.21.2",
64-
"framer-motion": "^12.23.22",
65-
"genkit": "^1.20.0",
66-
"i18next": "^25.5.2",
64+
"framer-motion": "^12.23.25",
65+
"genkit": "^1.25.0",
66+
"i18next": "^25.7.2",
6767
"i18next-browser-languagedetector": "^8.2.0",
6868
"i18next-http-backend": "^3.0.2",
6969
"idb-keyval": "^6.2.2",
7070
"import-in-the-middle": "^1.14.2",
7171
"lodash": "^4.17.21",
7272
"lucide-react": "^0.542.0",
73-
"next": "15.5.2",
73+
"next": "15.5.7",
7474
"patch-package": "^8.0.0",
75-
"pdfjs-dist": "^5.4.149",
75+
"pdfjs-dist": "^5.4.449",
7676
"react": "^18.3.1",
7777
"react-day-picker": "^9.9.0",
7878
"react-diff-viewer-continued": "^4.0.6",
7979
"react-dom": "^18.3.1",
8080
"react-hook-form": "^7.62.0",
8181
"react-i18next": "^15.7.4",
8282
"react-markdown": "^10.1.0",
83-
"react-to-print": "^3.1.1",
83+
"react-to-print": "^3.2.0",
8484
"recharts": "^2.15.4",
8585
"remark-gfm": "^4.0.1",
8686
"require-in-the-middle": "^7.5.2",
@@ -90,27 +90,27 @@
9090
"tailwind-merge": "^3.0.2",
9191
"tailwindcss-animate": "^1.0.7",
9292
"zod": "^3.24.4",
93-
"zustand": "^5.0.8"
93+
"zustand": "^5.0.9"
9494
},
9595
"devDependencies": {
96-
"@next/eslint-plugin-next": "^15.5.2",
97-
"@types/node": "^22.x",
98-
"@types/react": "^18",
96+
"@next/eslint-plugin-next": "^15.5.7",
97+
"@types/node": "^22.19.2",
98+
"@types/react": "^18.3.27",
9999
"@types/react-dom": "^18",
100-
"@typescript-eslint/eslint-plugin": "^8.41.0",
101-
"@typescript-eslint/parser": "^8.41.0",
102-
"eslint": "^9.34.0",
100+
"@typescript-eslint/eslint-plugin": "^8.49.0",
101+
"@typescript-eslint/parser": "^8.49.0",
102+
"eslint": "^9.39.1",
103103
"eslint-config-prettier": "^10.1.8",
104104
"eslint-plugin-prettier": "^5.5.4",
105105
"eslint-plugin-react": "^7.37.5",
106106
"eslint-plugin-react-hooks": "^5.2.0",
107107
"globals": "^16.3.0",
108108
"husky": "^9.1.7",
109-
"lint-staged": "^16.2.1",
109+
"lint-staged": "^16.2.7",
110110
"postcss": "^8",
111-
"prettier": "^3.6.2",
112-
"tailwindcss": "^3.4.17",
113-
"typescript": "^5.9.2"
111+
"prettier": "^3.7.4",
112+
"tailwindcss": "^3.4.18",
113+
"typescript": "^5.9.3"
114114
},
115115
"lint-staged": {
116116
"src/**/*.{js,jsx,ts,tsx}": [

0 commit comments

Comments
 (0)