Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Nov 18, 2024
1 parent 84e70a6 commit 2955280
Show file tree
Hide file tree
Showing 6 changed files with 1,029 additions and 534 deletions.
36 changes: 18 additions & 18 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,51 +51,51 @@
"@fastify/cors": "^10.0.1",
"@fastify/middie": "9.0.2",
"@fastify/static": "8.0.2",
"@modular-api/api": "^0.5.13",
"@modular-api/fastify-cart": "^0.3.1",
"@modular-api/fastify-checkout": "^0.4.9",
"@modular-api/fastify-oidc": "^0.6.2",
"@modular-api/api": "^0.5.14",
"@modular-api/fastify-cart": "^0.3.2",
"@modular-api/fastify-checkout": "^0.4.10",
"@modular-api/fastify-oidc": "^0.6.3",
"@mollie/api-client": "^4.1.0",
"@slimfact/app": "^0.1.0",
"@trpc/server": "^10.45.2",
"@vitrify/tools": "^0.2.1",
"@vitrify/tools": "^0.2.2",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"compress-tag": "^3.0.0",
"fastify": "^5.0.0",
"fastify": "^5.1.0",
"handlebars": "^4.7.8",
"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": "^8.13.1",
"pg-boss": "^10.1.5",
"sharp": "^0.33.5",
"svgo": "^3.3.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@faker-js/faker": "^9.0.3",
"@playwright/test": "1.48.1",
"@faker-js/faker": "^9.2.0",
"@playwright/test": "1.48.2",
"@types/bcrypt": "^5.0.2",
"@types/oidc-provider": "^8.5.2",
"@types/pg": "^8.11.10",
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue": "5.2.0",
"critters": "0.0.25",
"date-fns": "^4.1.0",
"devcert": "1.2.2",
"eslint": "9.13.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "9.29.1",
"eslint-plugin-vue": "9.31.0",
"kysely-codegen": "^0.17.0",
"oidc-provider": "^8.5.2",
"quasar": "2.17.1",
"oidc-provider": "^8.5.3",
"quasar": "2.17.3",
"typescript": "5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vitrify": "^0.16.1",
"vue": "3.5.12",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"vitrify": "^0.16.2",
"vue": "3.5.13",
"vue-eslint-parser": "^9.4.3",
"vue-router": "4.4.5"
},
Expand Down
50 changes: 25 additions & 25 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,55 +38,55 @@
"@fastify/middie": "9.0.2",
"@fastify/static": "8.0.2",
"@slimfact/tools": "^0.1.0",
"cronstrue": "^2.50.0",
"cronstrue": "^2.51.0",
"uqr": "^0.1.2"
},
"devDependencies": {
"@modular-api/fastify-cart": "^0.3.1",
"@modular-api/fastify-checkout": "^0.4.9",
"@modular-api/quasar-components": "^0.3.4",
"@quasar/extras": "1.16.12",
"@modular-api/fastify-cart": "^0.3.2",
"@modular-api/fastify-checkout": "^0.4.10",
"@modular-api/quasar-components": "^0.3.5",
"@quasar/extras": "1.16.13",
"@quasar/quasar-ui-qcalendar": "4.0.0-beta.16",
"@simsustech/quasar-components": "^0.11.0",
"@slimfact/api": "^0.1.0",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@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",
"@vueuse/core": "^11.1.0",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@vitejs/plugin-vue": "5.2.0",
"@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",
"abort-controller": "^3.0.0",
"critters": "0.0.25",
"date-holidays": "^3.23.12",
"devcert": "1.2.2",
"eslint": "9.13.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier-vue": "5.0.0",
"eslint-plugin-vue": "9.29.1",
"fastify": "5.0.0",
"eslint-plugin-vue": "9.31.0",
"fastify": "5.1.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.1",
"quasar": "2.17.3",
"typescript": "5.6.3",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.14.0",
"use-trpc": "2.0.0-beta.1",
"vite": "5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vitrify": "^0.16.1",
"vue": "3.5.12",
"vite": "5.4.11",
"vite-plugin-pwa": "^0.21.0",
"vitrify": "^0.16.2",
"vue": "3.5.13",
"vue-eslint-parser": "^9.4.3",
"vue-router": "4.4.5",
"vue-tsc": "^2.1.6",
"workbox-window": "^7.1.0",
"vue-tsc": "^2.1.10",
"workbox-window": "^7.3.0",
"ws": "^8.18.0"
}
}
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"@vue/shared": "3.5.12",
"critters": "0.0.25",
"devcert": "1.2.2",
"eslint": "9.13.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier-vue": "5.0.0",
"eslint-plugin-vue": "9.29.1",
"fastify": "5.0.0",
"fastify": "^5.1.0",
"npm-run-all": "4.1.5",
"typescript": "5.6.3",
"vite": "5.4.10",
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.1.1",
"@playwright/browser-chromium": "1.48.1",
"fastify": "^5.0.0",
"@fastify/rate-limit": "^10.2.1",
"@playwright/browser-chromium": "1.48.2",
"fastify": "^5.1.0",
"npm-run-all": "^4.1.5",
"playwright": "1.48.1"
"playwright": "1.48.2"
},
"devDependencies": {
"@types/node": "^22.7.9",
"eslint": "9.13.0",
"@types/node": "^22.9.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "9.29.1",
"eslint-plugin-vue": "9.31.0",
"prettier": "^3.3.3",
"typescript": "5.6.3",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.14.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,19 +26,19 @@
},
"devDependencies": {
"@types/iban": "^0.0.35",
"@types/node": "^22.7.9",
"eslint": "9.13.0",
"@types/node": "^22.9.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "9.29.1",
"eslint-plugin-vue": "9.31.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"vue-eslint-parser": "^9.4.3"
},
"dependencies": {
"@rgrove/parse-xml": "^4.1.0",
"@rgrove/parse-xml": "^4.2.0",
"fast-xml-parser": "^4.5.0",
"handlebars": "^4.7.8",
"ibantools": "^4.5.1"
Expand Down
Loading

0 comments on commit 2955280

Please sign in to comment.