Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mathhulk committed Mar 8, 2025
1 parent a71f732 commit 9f2cc6d
Show file tree
Hide file tree
Showing 7 changed files with 149 additions and 184 deletions.
10 changes: 5 additions & 5 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/cors": "^2.8.17",
"@types/express-session": "^1.18.1",
"@types/lodash": "^4.17.16",
"@types/node": "^22.13.8",
"@types/node": "^22.13.9",
"@types/passport-google-oauth20": "^2.0.16",
"tsx": "^4.19.3",
"@types/papaparse": "^5.3.15",
Expand All @@ -36,8 +36,8 @@
"@aws-sdk/client-athena": "^3.758.0",
"@aws-sdk/client-s3": "^3.758.0",
"@escape.tech/graphql-armor": "^3.1.2",
"@graphql-tools/schema": "^10.0.20",
"@graphql-tools/utils": "^10.8.3",
"@graphql-tools/schema": "^10.0.21",
"@graphql-tools/utils": "^10.8.4",
"@keyv/redis": "^4.3.1",
"@repo/common": "*",
"@repo/sis-api": "*",
Expand All @@ -54,8 +54,8 @@
"helmet": "^8.0.0",
"keyv": "^5.3.1",
"lodash": "^4.17.21",
"mongodb": "^6.14.0",
"mongoose": "^8.11.0",
"mongodb": "^6.14.2",
"mongoose": "^8.12.1",
"papaparse": "^5.5.2",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/datapuller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"main": "tsx src/main.ts"
},
"devDependencies": {
"@types/node": "^22.13.8",
"eslint": "^9.21.0",
"@types/node": "^22.13.9",
"eslint": "^9.22.0",
"typescript": "^5.8.2"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "serve -s dist -p 3000"
},
"dependencies": {
"@apollo/client": "3.13.1",
"@apollo/client": "3.13.3",
"@floating-ui/dom": "^1.6.13",
"@mapbox/mapbox-gl-directions": "^4.3.1",
"@repo/theme": "*",
Expand All @@ -25,20 +25,20 @@
"radix-ui": "^1.1.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.2.0",
"react-router-dom": "^7.3.0",
"recharts": "^2.15.1"
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/mapbox-gl": "^3.4.1",
"@types/node": "^22.13.8",
"@types/node": "^22.13.9",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint": "^9.22.0",
"serve": "^14.2.4",
"typescript": "^5.8.2",
"vite": "6.2.0"
"vite": "6.2.1"
}
}
Loading

0 comments on commit 9f2cc6d

Please sign in to comment.