Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Nov 27, 2024
1 parent f971b7f commit 86af28f
Show file tree
Hide file tree
Showing 6 changed files with 647 additions and 1,315 deletions.
32 changes: 16 additions & 16 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,21 @@
"dependencies": {
"@fastify/cors": "^10.0.1",
"@fastify/middie": "9.0.2",
"@fastify/static": "8.0.2",
"@modular-api/api": "^0.5.14",
"@fastify/static": "8.0.3",
"@modular-api/api": "^0.5.15",
"@modular-api/fastify-cart": "^0.3.2",
"@modular-api/fastify-checkout": "^0.4.10",
"@modular-api/fastify-oidc": "^0.6.3",
"@modular-api/fastify-oidc": "^0.6.4",
"@mollie/api-client": "^4.1.0",
"@slimfact/app": "^0.1.0",
"@trpc/server": "^10.45.2",
"@vitrify/tools": "^0.2.2",
"axios": "^1.7.7",
"@vitrify/tools": "^0.2.3",
"axios": "^1.7.8",
"bcrypt": "^5.1.1",
"compress-tag": "^3.0.0",
"fastify": "^5.1.0",
"handlebars": "^4.7.8",
"json-2-csv": "^5.5.6",
"json-2-csv": "^5.5.7",
"kysely": "^0.27.4",
"npm-run-all": "^4.1.5",
"otplib": "^12.0.1",
Expand All @@ -76,28 +76,28 @@
},
"devDependencies": {
"@faker-js/faker": "^9.2.0",
"@playwright/test": "1.48.2",
"@playwright/test": "1.49.0",
"@types/bcrypt": "^5.0.2",
"@types/oidc-provider": "^8.5.2",
"@types/pg": "^8.11.10",
"@vitejs/plugin-vue": "5.2.0",
"@vitejs/plugin-vue": "5.2.1",
"critters": "0.0.25",
"date-fns": "^4.1.0",
"devcert": "1.2.2",
"eslint": "9.14.0",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "9.31.0",
"kysely-codegen": "^0.17.0",
"oidc-provider": "^8.5.3",
"quasar": "2.17.3",
"typescript": "5.6.3",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"vitrify": "^0.16.2",
"oidc-provider": "^8.6.0",
"quasar": "2.17.4",
"typescript": "5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^6.0.1",
"vitrify": "^0.16.3",
"vue": "3.5.13",
"vue-eslint-parser": "^9.4.3",
"vue-router": "4.4.5"
"vue-router": "4.5.0"
},
"dependenciesMeta": {
"@modular-api/fastify-oidc": {
Expand Down
32 changes: 16 additions & 16 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,35 +36,35 @@
},
"dependencies": {
"@fastify/middie": "9.0.2",
"@fastify/static": "8.0.2",
"@fastify/static": "8.0.3",
"@slimfact/tools": "^0.1.0",
"cronstrue": "^2.51.0",
"cronstrue": "^2.52.0",
"uqr": "^0.1.2"
},
"devDependencies": {
"@modular-api/fastify-cart": "^0.3.2",
"@modular-api/fastify-checkout": "^0.4.10",
"@modular-api/quasar-components": "^0.3.5",
"@modular-api/quasar-components": "^0.3.6",
"@quasar/extras": "1.16.13",
"@quasar/quasar-ui-qcalendar": "4.0.0-beta.16",
"@simsustech/quasar-components": "^0.11.0",
"@simsustech/quasar-components": "^0.11.3",
"@slimfact/api": "^0.1.0",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@vitejs/plugin-vue": "5.2.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@vitejs/plugin-vue": "5.2.1",
"@vue/reactivity": "^3.5.13",
"@vue/runtime-core": "^3.5.13",
"@vue/runtime-dom": "^3.5.13",
"@vue/server-renderer": "^3.5.13",
"@vue/shared": "^3.5.13",
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^12.0.0",
"abort-controller": "^3.0.0",
"critters": "0.0.25",
"date-holidays": "^3.23.12",
"date-holidays": "^3.23.13",
"devcert": "1.2.2",
"eslint": "9.14.0",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier-vue": "5.0.0",
Expand All @@ -75,16 +75,16 @@
"lionel-oauth-client": "^0.6.0",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1.5",
"quasar": "2.17.3",
"typescript": "5.6.3",
"typescript-eslint": "^8.14.0",
"quasar": "2.17.4",
"typescript": "5.7.2",
"typescript-eslint": "^8.16.0",
"use-trpc": "2.0.0-beta.1",
"vite": "5.4.11",
"vite": "6.0.1",
"vite-plugin-pwa": "^0.21.0",
"vitrify": "^0.16.2",
"vitrify": "^0.16.3",
"vue": "3.5.13",
"vue-eslint-parser": "^9.4.3",
"vue-router": "4.4.5",
"vue-router": "4.5.0",
"vue-tsc": "^2.1.10",
"workbox-window": "^7.3.0",
"ws": "^8.18.0"
Expand Down
46 changes: 23 additions & 23 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,36 +37,36 @@
},
"dependencies": {
"@fastify/middie": "9.0.2",
"@fastify/static": "8.0.2",
"@quasar/extras": "1.16.12",
"@simsustech/quasar-components": "^0.10.6",
"@vitrify/tools": "^0.2.0",
"quasar": "2.17.1",
"vite-plugin-pwa": "0.20.5",
"vue": "3.5.12",
"vue-router": "4.4.5"
"@fastify/static": "8.0.3",
"@quasar/extras": "1.16.13",
"@simsustech/quasar-components": "^0.11.3",
"@vitrify/tools": "^0.2.3",
"quasar": "2.17.4",
"vite-plugin-pwa": "0.21.0",
"vue": "3.5.13",
"vue-router": "4.5.0"
},
"devDependencies": {
"@types/node": "22.7.9",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@vitejs/plugin-vue": "5.1.4",
"@vue/reactivity": "3.5.12",
"@vue/runtime-core": "3.5.12",
"@vue/runtime-dom": "3.5.12",
"@vue/server-renderer": "3.5.12",
"@vue/shared": "3.5.12",
"@types/node": "22.10.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@vitejs/plugin-vue": "5.2.1",
"@vue/reactivity": "3.5.13",
"@vue/runtime-core": "3.5.13",
"@vue/runtime-dom": "3.5.13",
"@vue/server-renderer": "3.5.13",
"@vue/shared": "3.5.13",
"critters": "0.0.25",
"devcert": "1.2.2",
"eslint": "9.14.0",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier-vue": "5.0.0",
"eslint-plugin-vue": "9.29.1",
"eslint-plugin-vue": "9.31.0",
"fastify": "^5.1.0",
"npm-run-all": "4.1.5",
"typescript": "5.6.3",
"vite": "5.4.10",
"vitrify": "0.16.0",
"workbox-window": "7.1.0"
"typescript": "5.7.2",
"vite": "6.0.1",
"vitrify": "0.16.3",
"workbox-window": "7.3.0"
}
}
14 changes: 7 additions & 7 deletions packages/downloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
},
"dependencies": {
"@fastify/rate-limit": "^10.2.1",
"@playwright/browser-chromium": "1.48.2",
"@playwright/browser-chromium": "1.49.0",
"fastify": "^5.1.0",
"npm-run-all": "^4.1.5",
"playwright": "1.48.2"
"playwright": "1.49.0"
},
"devDependencies": {
"@types/node": "^22.9.0",
"eslint": "9.14.0",
"@types/node": "^22.10.0",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "9.31.0",
"prettier": "^3.3.3",
"typescript": "5.6.3",
"typescript-eslint": "^8.14.0",
"prettier": "^3.4.1",
"typescript": "5.7.2",
"typescript-eslint": "^8.16.0",
"vue-eslint-parser": "^9.4.3"
}
}
12 changes: 6 additions & 6 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
},
"devDependencies": {
"@types/iban": "^0.0.35",
"@types/node": "^22.9.0",
"eslint": "9.14.0",
"@types/node": "^22.10.0",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "9.31.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^6.0.1",
"vue-eslint-parser": "^9.4.3"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 86af28f

Please sign in to comment.