Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 4b7453e commit c289fa9
Show file tree
Hide file tree
Showing 9 changed files with 277 additions and 306 deletions.
10 changes: 5 additions & 5 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"dotenv-expand": "^12.0.1",
"express": "^4.21.2",
"fast-equals": "^5.2.2",
"flag-icons": "^7.3.0",
"flag-icons": "^7.3.2",
"helmet": "^8.0.0",
"json-editor-vue": "^0.17.3",
"lodash": "^4.17.21",
"nanoid": "^3.3.8",
"pinia": "^2.3.0",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate": "^4.2.0",
"pluralize": "^8.0.0",
"tinymce": "^7.6.0",
Expand All @@ -47,7 +47,7 @@
"vue-gtag": "^2.0.1",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0",
"vuetify": "^3.7.6"
"vuetify": "^3.7.7"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^6.0.3",
Expand All @@ -64,14 +64,14 @@
"sass": "^1.83.4",
"typescript": "^5.7.3",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.7",
"vite": "^6.0.11",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vue-devtools": "^7.7.0",
"vite-plugin-vuetify": "^2.0.4",
"vite-plugin-webfont-dl": "^3.10.4",
"vitest": "^3.0.0",
"vitest": "^3.0.3",
"vue-tsc": "^2.2.0",
"workbox-window": "^7.3.0",
"zod": "^3.24.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"ajv": "^8.17.1",
"commander": "^13.0.0",
"commander": "^13.1.0",
"csv-parser": "^3.1.0",
"csv-writer": "^1.6.0",
"decompress": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@ts-rest/open-api": "^3.51.0",
"@types/node": "^22.10.7",
"typescript": "^5.7.3",
"vitepress": "^1.5.0"
"vitepress": "^1.6.1"
}
}
2 changes: 1 addition & 1 deletion apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"ts-loader": "^9.5.2",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite": "^6.0.11",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-node-externals": "^3.0.0",
Expand Down
14 changes: 7 additions & 7 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"dotenv": "^16.4.7",
"dotenv-expand": "^12.0.1",
"express": "^4.21.2",
"flag-icons": "^7.3.0",
"flag-icons": "^7.3.2",
"helmet": "^8.0.0",
"lodash": "^4.17.21",
"pinia": "^2.3.0",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate": "^4.2.0",
"uuid": "^11.0.5",
"vue": "^3.5.13",
"vue-gtag": "^2.0.1",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0",
"vuetify": "^3.7.6"
"vuetify": "^3.7.7"
},
"devDependencies": {
"@iconify-json/fluent": "^1.2.11",
"@iconify-json/fluent": "^1.2.12",
"@iconify-json/game-icons": "^1.2.1",
"@intlify/unplugin-vue-i18n": "^6.0.3",
"@tsconfig/node22": "^22.0.0",
Expand All @@ -60,18 +60,18 @@
"jsdom": "^26.0.0",
"sass": "^1.83.4",
"terser": "^5.37.0",
"type-fest": "^4.32.0",
"type-fest": "^4.33.0",
"typescript": "^5.7.3",
"unplugin-icons": "^22.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.7",
"vite": "^6.0.11",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vue-devtools": "^7.7.0",
"vite-plugin-vuetify": "^2.0.4",
"vite-plugin-webfont-dl": "^3.10.4",
"vitest": "^3.0.0",
"vitest": "^3.0.3",
"vue-tsc": "^2.2.0",
"workbox-window": "^7.3.0",
"zod": "^3.24.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"test:integration:coverage": "pnpm --filter * test:integration:coverage"
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@antfu/eslint-config": "^3.15.0",
"@types/node": "^22.10.7",
"@types/prompts": "^2.4.9",
"calver": "^24.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:unit:watch": "pnpm test:unit --watch"
},
"dependencies": {
"@anatine/zod-openapi": "^2.2.6",
"@anatine/zod-openapi": "^2.2.7",
"@ts-rest/core": "^3.51.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"js-file-download": "^0.4.12",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"pinia": "^2.3.0",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate": "^4.2.0",
"svg-gauge": "^1.0.7",
"vanilla-cookieconsent": "^3.0.1",
Expand All @@ -36,14 +36,14 @@
"vue-i18n": "^11.0.1",
"vue-recaptcha": "^2.0.3",
"vue-router": "^4.5.0",
"vuetify": "^3.7.6"
"vuetify": "^3.7.7"
},
"devDependencies": {
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.7",
"type-fest": "^4.32.0",
"type-fest": "^4.33.0",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite": "^6.0.11",
"vite-plugin-pwa": "^0.21.1",
"workbox-window": "^7.3.0"
}
Expand Down
Loading

0 comments on commit c289fa9

Please sign in to comment.