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 Aug 15, 2024
1 parent f64b3f6 commit 06164e1
Show file tree
Hide file tree
Showing 11 changed files with 283 additions and 246 deletions.
8 changes: 4 additions & 4 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@simplewebauthn/browser": "^10.0.0",
"@tinymce/tinymce-vue": "^3.2.8",
"@vueuse/core": "^10.11.1",
"axios": "^1.7.3",
"axios": "^1.7.4",
"axios-retry": "^4.5.0",
"cronstrue": "^2.50.0",
"date-fns": "^3.6.0",
Expand All @@ -38,7 +38,7 @@
"lodash": "^4.17.21",
"nanoid": "^3.3.7",
"object-to-formdata": "^4.5.1",
"pinia": "^2.2.1",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^3.2.1",
"pluralize": "^8.0.0",
"tinymce": "^7.3.0",
Expand All @@ -63,9 +63,9 @@
"sass": "~1.32.13",
"typescript": "^5.5.4",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.0",
"vite": "^5.4.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pwa": "^0.20.1",
"vite-plugin-webfont-dl": "^3.9.5",
"vitest": "^2.0.5",
Expand Down
10 changes: 5 additions & 5 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"@json2csv/node": "^7.0.6",
"@json2csv/plainjs": "^7.0.6",
"@simplewebauthn/server": "^10.0.1",
"@ts-rest/core": "^3.49.3",
"@ts-rest/express": "^3.49.3",
"@ts-rest/core": "^3.50.0",
"@ts-rest/express": "^3.50.0",
"awilix": "^10.0.2",
"axios": "^1.7.3",
"axios": "^1.7.4",
"body-parser": "^1.20.2",
"bullmq": "^5.12.5",
"bullmq": "^5.12.6",
"clean-css": "^5.3.3",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
Expand Down Expand Up @@ -76,7 +76,7 @@
"pg": "^8.12.0",
"pg-hstore": "^2.3.4",
"pluralize": "^8.0.0",
"puppeteer": "^23.0.2",
"puppeteer": "^23.1.0",
"qrcode": "^1.5.4",
"rate-limit-redis": "^4.2.0",
"reflect-metadata": "^0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite": "^5.4.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@fortawesome/fontawesome-free": "^6.6.0",
"@vueuse/core": "^10.11.1",
"awesome-phonenumber": "^6.10.0",
"axios": "^1.7.3",
"axios": "^1.7.4",
"axios-retry": "^4.5.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
Expand All @@ -34,7 +34,7 @@
"flag-icons": "^7.2.3",
"helmet": "^7.1.0",
"lodash": "^4.17.21",
"pinia": "^2.2.1",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^3.2.1",
"uuid": "^10.0.0",
"vue": "^2.7.16",
Expand All @@ -51,7 +51,7 @@
"@types/node": "^20.14.15",
"@types/uuid": "^10.0.0",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue2": "^2.3.1",
"@vue/compiler-sfc": "^2.7.16",
"cross-env": "^7.0.3",
Expand All @@ -61,9 +61,9 @@
"typescript": "^5.5.4",
"unplugin-icons": "^0.19.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.0",
"vite": "^5.4.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pwa": "^0.20.1",
"vite-plugin-webfont-dl": "^3.9.5",
"vitest": "^2.0.5",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "2024.4",
"private": true,
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "Dietary recall system",
"author": "",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,9 +47,9 @@
"test:integration:coverage": "pnpm --filter * test:integration:coverage"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.1",
"@antfu/eslint-config": "^2.25.2",
"@jest/types": "^29.6.3",
"@ts-rest/open-api": "^3.49.3",
"@ts-rest/open-api": "^3.50.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.15",
"@types/prompts": "^2.4.9",
Expand All @@ -71,7 +71,7 @@
"ts-node": "^10.9.2",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite": "^5.4.1",
"vitepress": "^1.3.2"
},
"pnpm": {
Expand Down
4 changes: 2 additions & 2 deletions packages/api-client-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.7.3",
"axios": "^1.7.4",
"p-limit": "^3.1.0",
"winston": "^3.14.1"
"winston": "^3.14.2"
}
}
4 changes: 2 additions & 2 deletions packages/api-client-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.7.3",
"axios": "^1.7.4",
"cookie": "^0.6.0",
"formdata-node": "4.4.1",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"p-queue": "^6.6.2",
"winston": "^3.14.1"
"winston": "^3.14.2"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"html-to-text": "^9.0.5",
"jsdom": "^24.1.1",
"nodemailer": "^6.9.14",
"winston": "^3.14.1",
"winston": "^3.14.2",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@anatine/zod-openapi": "^2.2.6",
"@ts-rest/core": "^3.49.3",
"@ts-rest/core": "^3.50.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"awesome-phonenumber": "^6.10.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"@pinia/plugin-debounce": "^1.0.1",
"@pixelverse/strichjs-sdk": "^1.4.9",
"@vueuse/core": "^10.11.1",
"axios": "^1.7.3",
"axios": "^1.7.4",
"echarts": "^5.5.1",
"js-file-download": "^0.4.12",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"pinia": "^2.2.1",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^3.2.1",
"svg-gauge": "^1.0.7",
"vue": "^2.7.16",
Expand All @@ -41,7 +41,7 @@
"@types/node": "^20.14.15",
"type-fest": "^4.24.0",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite": "^5.4.1",
"vite-plugin-pwa": "^0.20.1",
"workbox-window": "^7.1.0"
}
Expand Down
Loading

0 comments on commit 06164e1

Please sign in to comment.