Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent ce41443 commit 346d4c4
Show file tree
Hide file tree
Showing 6 changed files with 528 additions and 235 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-webfont-dl": "^3.9.5",
"vitest": "^2.1.1",
"vitest": "^2.1.2",
"vue-tsc": "^2.1.6",
"workbox-window": "^7.1.0",
"zod": "^3.23.8"
Expand Down
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"awilix": "^11.0.0",
"axios": "^1.7.7",
"body-parser": "^1.20.3",
"bullmq": "^5.14.0",
"bullmq": "^5.15.0",
"clean-css": "^5.3.3",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
Expand Down Expand Up @@ -78,7 +78,7 @@
"pg": "^8.13.0",
"pg-hstore": "^2.3.4",
"pluralize": "^8.0.0",
"puppeteer": "^23.4.1",
"puppeteer": "^23.5.0",
"qrcode": "^1.5.4",
"rate-limit-redis": "^4.2.0",
"reflect-metadata": "^0.2.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@flatten-js/core": "^1.6.2",
"@fortawesome/fontawesome-free": "^6.6.0",
"@vueuse/core": "^11.1.0",
"awesome-phonenumber": "^7.1.0",
"awesome-phonenumber": "^7.2.0",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"date-fns": "^4.1.0",
Expand Down Expand Up @@ -66,7 +66,7 @@
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-webfont-dl": "^3.9.5",
"vitest": "^2.1.1",
"vitest": "^2.1.2",
"vue-tsc": "^2.1.6",
"workbox-window": "^7.1.0",
"zod": "^3.23.8"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "2024.6",
"private": true,
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.12.0",
"description": "Dietary recall system",
"author": "",
"license": "Apache-2.0",
Expand Down Expand Up @@ -49,7 +49,7 @@
"test:integration:coverage": "pnpm --filter * test:integration:coverage"
},
"devDependencies": {
"@antfu/eslint-config": "~3.2.2",
"@antfu/eslint-config": "~3.7.3",
"@ts-rest/open-api": "^3.51.0",
"@types/node": "^22.7.4",
"@types/prompts": "^2.4.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@ts-rest/core": "^3.51.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"awesome-phonenumber": "^7.1.0",
"awesome-phonenumber": "^7.2.0",
"cron-validator": "^1.3.1",
"date-fns": "^4.1.0",
"deepmerge": "^4.3.1",
Expand Down
Loading

0 comments on commit 346d4c4

Please sign in to comment.