Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
api: Attempt to fix the issue where the legacy API doesn't get started on deployment
  • Loading branch information
bperel committed Oct 3, 2024
1 parent 391e185 commit 2781808
Show file tree
Hide file tree
Showing 6 changed files with 526 additions and 516 deletions.
2 changes: 1 addition & 1 deletion apps/dumili/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"js-cookie": "^3.0.5",
"page-flip": "^2.0.7",
"pinia": "^2.2.4",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vue-draggable-resizable": "^3.0.0",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/edgecreator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"pinia": "^2.2.4",
"sass": "^1.79.4",
"universal-cookie": "^7.2.0",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vue-cropperjs": "^5.0.0",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"pinia": "^2.2.4",
"timeago.js": "^4.0.2",
"v-contextmenu": "^3.2.0",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vue-chartjs": "^5.3.1",
"vue-i18n": "^9.14.1",
"vue-mapbox-ts": "^0.9.10",
Expand Down Expand Up @@ -80,7 +80,7 @@
"vite": "^5.4.8",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-vue-layouts": "^0.11.0",
"vitest": "^2.1.1",
"vitest": "^2.1.2",
"vue-tsc": "^2.1.6",
"wait-on": "^8.0.1"
},
Expand Down
12 changes: 6 additions & 6 deletions apps/whattheduck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@capacitor/status-bar": "^6.0.1",
"@capawesome/capacitor-app-update": "^6.0.0",
"@capawesome/capacitor-file-picker": "^6.0.1",
"@capgo/capacitor-updater": "^6.2.4",
"@capgo/capacitor-updater": "^6.2.5",
"@ionic/pwa-elements": "^3.3.0",
"@ionic/storage": "^4.0.0",
"@ionic/vue": "^8.3.1",
"@ionic/vue-router": "^8.3.1",
"@ionic/vue": "^8.3.2",
"@ionic/vue-router": "^8.3.2",
"@nanoandrew4/vue3-carousel-3d": "^1.0.0",
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^11.1.0",
Expand All @@ -53,7 +53,7 @@
"pinia": "^2.2.4",
"sass": "^1.79.4",
"universal-cookie": "^7.2.0",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vue-chartjs": "^5.3.1",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5",
Expand All @@ -67,7 +67,7 @@
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.2",
"@capgo/cli": "^4.20.4",
"@capgo/cli": "^4.20.6",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
Expand Down Expand Up @@ -100,7 +100,7 @@
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vite-plugin-static-copy": "^1.0.6",
"vitest": "^2.1.1",
"vitest": "^2.1.2",
"vue-tsc": "^2.1.6"
},
"description": "What The Duck",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "bun build --target node --sourcemap index.ts --outfile bundle.mjs",
"dev": "concurrently -n api,docker-compose,db \"pnpm -F ~api nodemon-watch\" \"docker compose -f docker-compose-dev.yml up pastec mailcatcher\" \"pnpm -F ~prisma-schemas dev\"",
"nodemon-watch": "concurrently -n nodemon,tsc \"bun --inspect run --watch index.ts\" \"tsc --noEmit --watch\"",
"prod:deploy": "DIR=packages/api SERVICES='api-websocket api' pnpm -F '~ci' prod:docker-compose-up",
"prod:deploy": "DIR=packages/api pnpm -F '~ci' prod:docker-compose-up",
"prod:build-docker": "REPO_NAME=ghcr.io/bperel/ducksmanager-api:websocket pnpm -F '~ci' prod:build-docker -f packages/api/Dockerfile",
"prod:transfer-files-pre": "pnpm -F '~ci' prod:transfer-files @packages/api/.env:packages/api/.env @packages/prisma-clients/.env.prod.local:packages/prisma-schemas/.env",
"prod:transfer-files-post": "pnpm -F '~ci' prod:transfer-files packages/api/docker-compose.yml:@packages/api/docker-compose.yml",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@opentelemetry/instrumentation-socket.io": "^0.42.0",
"@pusher/push-notifications-server": "^1.2.6",
"@sentry/node": "^8.32.0",
"@sentry/node": "^8.33.1",
"@socket.io/admin-ui": "^0.5.1",
"axios": "^1.7.7",
"cloudinary": "^1.41.3",
Expand Down
Loading

0 comments on commit 2781808

Please sign in to comment.