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 Feb 14, 2024
1 parent dcb9bb6 commit 312375a
Show file tree
Hide file tree
Showing 9 changed files with 111 additions and 110 deletions.
8 changes: 4 additions & 4 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"axios-retry": "^4.0.0",
"cronstrue": "^2.48.0",
"date-fns": "^3.3.1",
"dotenv": "^16.4.2",
"dotenv": "^16.4.4",
"dotenv-expand": "^11.0.3",
"express": "^4.18.2",
"fast-equals": "5.0.1",
Expand All @@ -49,7 +49,7 @@
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vuedraggable": "^2.24.3",
"vuetify": "^2.7.1"
"vuetify": "^2.7.2"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
Expand All @@ -69,10 +69,10 @@
"sass": "~1.32.13",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.1",
"vite": "^5.1.2",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mkcert": "^1.17.3",
"vite-plugin-pwa": "^0.17.5",
"vite-plugin-pwa": "^0.18.1",
"vite-plugin-webfont-dl": "^3.9.1",
"vitest": "^1.2.2",
"vue-tsc": "^1.8.27",
Expand Down
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@
"awilix": "^10.0.1",
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"bullmq": "^5.1.10",
"bullmq": "^5.1.11",
"clean-css": "^5.3.3",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-validator": "^1.3.1",
"date-fns": "^3.3.1",
"dompurify": "^3.0.8",
"dotenv": "^16.4.2",
"dotenv": "^16.4.4",
"dotenv-expand": "^11.0.3",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"express-session": "^1.18.0",
"express-validator": "^7.0.1",
"fast-csv": "^5.0.0",
"fast-csv": "^5.0.1",
"fs-extra": "^11.2.0",
"helmet": "^7.1.0",
"ioredis": "^5.3.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"csv-parser": "^3.0.0",
"csv-writer": "^1.6.0",
"decompress": "^4.2.1",
"dotenv": "^16.4.2",
"dotenv": "^16.4.4",
"dotenv-expand": "^11.0.3",
"fs-extra": "^11.2.0",
"jsdom": "^24.0.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@fortawesome/fontawesome-free": "^6.5.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"dotenv": "^16.4.2",
"dotenv": "^16.4.4",
"dotenv-expand": "^11.0.3",
"express": "^4.18.2",
"fs-extra": "^11.2.0",
Expand Down Expand Up @@ -59,7 +59,7 @@
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vite": "^5.1.2",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"awesome-phonenumber": "^6.4.0",
"axios": "^1.6.7",
"axios-retry": "^4.0.0",
"dotenv": "^16.4.2",
"dotenv": "^16.4.4",
"dotenv-expand": "^11.0.3",
"express": "^4.18.2",
"flag-icons": "^7.1.0",
Expand All @@ -40,7 +40,7 @@
"vue-gtag": "^1.16.1",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vuetify": "^2.7.1"
"vuetify": "^2.7.2"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
Expand All @@ -62,10 +62,10 @@
"terser": "^5.27.0",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.1",
"vite": "^5.1.2",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mkcert": "^1.17.3",
"vite-plugin-pwa": "^0.17.5",
"vite-plugin-pwa": "^0.18.1",
"vite-plugin-webfont-dl": "^3.9.1",
"vitest": "^1.2.2",
"vue-tsc": "^1.8.27",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"engines": {
"node": ">=18.17.0"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"scripts": {
"prepare": "pnpm simple-git-hooks",
"clean": "rimraf --glob **/coverage **/dist **/node_modules",
Expand Down Expand Up @@ -90,8 +90,8 @@
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vitepress": "1.0.0-rc.41"
"vite": "^5.1.2",
"vitepress": "1.0.0-rc.42"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"db:system:kysely-codegen": "pnpm exec kysely-codegen --dialect postgres --url \"env(DB_DEV_SYSTEM_URL)\" --camel-case --out-file ./src/kysely/system.d.ts"
},
"dependencies": {
"dotenv": "^16.4.2",
"dotenv": "^16.4.4",
"kysely": "^0.27.2",
"lodash": "^4.17.21",
"mariadb": "^3.2.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"vue-i18n": "^8.28.2",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.6.5",
"vuetify": "^2.7.1"
"vuetify": "^2.7.2"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.17",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vite-plugin-pwa": "^0.17.5",
"vite": "^5.1.2",
"vite-plugin-pwa": "^0.18.1",
"workbox-window": "^7.0.0"
},
"bundledDependencies": [
Expand Down
Loading

0 comments on commit 312375a

Please sign in to comment.