Skip to content

Commit 285e2c6

Browse files
deploy workflow
2 parents 097e064 + dec6011 commit 285e2c6

3 files changed

Lines changed: 1298 additions & 1261 deletions

File tree

backend/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@
1212
"test": "vitest run --passWithNoTests"
1313
},
1414
"dependencies": {
15+
<<<<<<< HEAD
1516
"@google-cloud/firestore": "^7.11.1",
1617
"@google/generative-ai": "^0.24.1",
18+
=======
19+
"@google-cloud/firestore": "^8.5.0",
20+
>>>>>>> dec601151800bc8592830fcb25294e5f741f8b37
1721
"cors": "^2.8.5",
1822
"dotenv": "^16.4.7",
1923
"express": "^4.21.2",
@@ -27,6 +31,6 @@
2731
"@types/node": "^22.10.2",
2832
"tsx": "^4.19.2",
2933
"typescript": "^5.7.2",
30-
"vitest": "^2.1.8"
34+
"vitest": "^4.1.5"
3135
}
3236
}

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"eslint": "^9.17.0",
2323
"eslint-config-next": "^15.0.0",
2424
"typescript": "^5.7.2",
25-
"vitest": "^2.1.8"
25+
"vitest": "^4.1.5"
2626
}
2727
}

0 commit comments

Comments
 (0)