Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Oct 24, 2024
1 parent d301e93 commit 88bd44e
Show file tree
Hide file tree
Showing 6 changed files with 675 additions and 636 deletions.
40 changes: 20 additions & 20 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"dependencies": {
"@fastify/cors": "^10.0.1",
"@fastify/middie": "9.0.2",
"@fastify/static": "8.0.1",
"@modular-api/api": "^0.5.6",
"@modular-api/fastify-cart": "^0.3.0",
"@modular-api/fastify-checkout": "^0.4.6",
"@modular-api/fastify-oidc": "^0.6.0",
"@mollie/api-client": "^4.0.0",
"@fastify/static": "8.0.2",
"@modular-api/api": "^0.5.7",
"@modular-api/fastify-cart": "^0.3.1",
"@modular-api/fastify-checkout": "^0.4.7",
"@modular-api/fastify-oidc": "^0.6.1",
"@mollie/api-client": "^4.1.0",
"@slimfact/app": "^0.1.0",
"@trpc/server": "^10.45.2",
"@vitrify/tools": "^0.2.0",
Expand All @@ -63,38 +63,38 @@
"compress-tag": "^3.0.0",
"fastify": "^5.0.0",
"handlebars": "^4.7.8",
"json-2-csv": "^5.5.5",
"json-2-csv": "^5.5.6",
"kysely": "^0.27.4",
"npm-run-all": "^4.1.5",
"otplib": "^12.0.1",
"pg": "^8.13.0",
"pg-boss": "^10.1.3",
"pg-boss": "^10.1.5",
"sharp": "^0.33.5",
"svgo": "^3.3.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@faker-js/faker": "^9.0.2",
"@playwright/test": "1.47.2",
"@faker-js/faker": "^9.0.3",
"@playwright/test": "1.48.1",
"@types/bcrypt": "^5.0.2",
"@types/oidc-provider": "^8.5.2",
"@types/pg": "^8.11.10",
"@vitejs/plugin-vue": "5.1.4",
"critters": "0.0.24",
"critters": "0.0.25",
"date-fns": "^4.1.0",
"devcert": "1.2.2",
"eslint": "9.11.1",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "9.28.0",
"kysely-codegen": "^0.16.8",
"oidc-provider": "^8.5.1",
"quasar": "2.17.0",
"typescript": "5.6.2",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.7",
"eslint-plugin-vue": "9.29.1",
"kysely-codegen": "^0.17.0",
"oidc-provider": "^8.5.2",
"quasar": "2.17.1",
"typescript": "5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vitrify": "^0.16.0",
"vue": "3.5.8",
"vue": "3.5.12",
"vue-eslint-parser": "^9.4.3",
"vue-router": "4.4.5"
},
Expand Down
38 changes: 19 additions & 19 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,53 +36,53 @@
},
"dependencies": {
"@fastify/middie": "9.0.2",
"@fastify/static": "8.0.1",
"@fastify/static": "8.0.2",
"@slimfact/tools": "^0.1.0",
"cronstrue": "^2.50.0",
"uqr": "^0.1.2"
},
"devDependencies": {
"@modular-api/fastify-cart": "^0.3.0",
"@modular-api/fastify-checkout": "^0.4.6",
"@modular-api/quasar-components": "^0.3.2",
"@modular-api/fastify-cart": "^0.3.1",
"@modular-api/fastify-checkout": "^0.4.7",
"@modular-api/quasar-components": "^0.3.3",
"@quasar/extras": "1.16.12",
"@quasar/quasar-ui-qcalendar": "4.0.0-beta.16",
"@simsustech/quasar-components": "^0.10.6",
"@slimfact/api": "^0.1.0",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@vitejs/plugin-vue": "5.1.4",
"@vue/reactivity": "^3.5.8",
"@vue/runtime-core": "^3.5.8",
"@vue/runtime-dom": "^3.5.8",
"@vue/server-renderer": "^3.5.8",
"@vue/shared": "^3.5.8",
"@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",
"@vueuse/core": "^11.1.0",
"abort-controller": "^3.0.0",
"critters": "0.0.24",
"critters": "0.0.25",
"date-holidays": "^3.23.12",
"devcert": "1.2.2",
"eslint": "9.11.1",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier-vue": "5.0.0",
"eslint-plugin-vue": "9.28.0",
"eslint-plugin-vue": "9.29.1",
"fastify": "5.0.0",
"html2pdf.js": "0.10.2",
"icon-gen": "^5.0.0",
"lionel-oauth-client": "^0.6.0",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1.5",
"quasar": "2.17.0",
"typescript": "5.6.2",
"typescript-eslint": "^8.7.0",
"quasar": "2.17.1",
"typescript": "5.6.3",
"typescript-eslint": "^8.11.0",
"use-trpc": "2.0.0-beta.1",
"vite": "5.4.7",
"vite": "5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vitrify": "^0.16.0",
"vue": "3.5.8",
"vue": "3.5.12",
"vue-eslint-parser": "^9.4.3",
"vue-router": "4.4.5",
"vue-tsc": "^2.1.6",
Expand Down
34 changes: 17 additions & 17 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,35 +37,35 @@
},
"dependencies": {
"@fastify/middie": "9.0.2",
"@fastify/static": "8.0.1",
"@fastify/static": "8.0.2",
"@quasar/extras": "1.16.12",
"@simsustech/quasar-components": "^0.10.4",
"@simsustech/quasar-components": "^0.10.6",
"@vitrify/tools": "^0.2.0",
"quasar": "2.17.0",
"quasar": "2.17.1",
"vite-plugin-pwa": "0.20.5",
"vue": "3.5.8",
"vue": "3.5.12",
"vue-router": "4.4.5"
},
"devDependencies": {
"@types/node": "22.6.1",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@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.8",
"@vue/runtime-core": "3.5.8",
"@vue/runtime-dom": "3.5.8",
"@vue/server-renderer": "3.5.8",
"@vue/shared": "3.5.8",
"critters": "0.0.24",
"@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",
"critters": "0.0.25",
"devcert": "1.2.2",
"eslint": "9.11.1",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier-vue": "5.0.0",
"eslint-plugin-vue": "9.28.0",
"eslint-plugin-vue": "9.29.1",
"fastify": "5.0.0",
"npm-run-all": "4.1.5",
"typescript": "5.6.2",
"vite": "5.4.7",
"typescript": "5.6.3",
"vite": "5.4.10",
"vitrify": "0.16.0",
"workbox-window": "7.1.0"
}
Expand Down
16 changes: 8 additions & 8 deletions packages/downloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
"start": "run-s serve"
},
"dependencies": {
"@fastify/rate-limit": "^10.0.1",
"@playwright/browser-chromium": "1.47.2",
"@fastify/rate-limit": "^10.1.1",
"@playwright/browser-chromium": "1.48.1",
"fastify": "^5.0.0",
"npm-run-all": "^4.1.5",
"playwright": "1.47.2"
"playwright": "1.48.1"
},
"devDependencies": {
"@types/node": "^22.6.1",
"eslint": "9.11.1",
"@types/node": "^22.7.9",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "9.28.0",
"eslint-plugin-vue": "9.29.1",
"prettier": "^3.3.3",
"typescript": "5.6.2",
"typescript-eslint": "^8.7.0",
"typescript": "5.6.3",
"typescript-eslint": "^8.11.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.6.1",
"eslint": "9.11.1",
"@types/node": "^22.7.9",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "9.28.0",
"eslint-plugin-vue": "9.29.1",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.7",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vue-eslint-parser": "^9.4.3"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 88bd44e

Please sign in to comment.