Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Sep 24, 2024
1 parent 4c93f52 commit e4f4260
Show file tree
Hide file tree
Showing 9 changed files with 7,627 additions and 7,023 deletions.
11 changes: 10 additions & 1 deletion packages/api/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,16 @@ export default typescriptEslint.config(
}
}
},

{
rules: {
'@typescript-eslint/no-unused-vars': [
'error',
{
caughtErrors: 'none'
}
]
}
},
/**
* end
*/
Expand Down
62 changes: 31 additions & 31 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,54 +47,54 @@
"start": "run-s migrate:latest serve"
},
"dependencies": {
"@fastify/cors": "^9.0.1",
"@fastify/middie": "8.3.1",
"@fastify/static": "7.0.4",
"@modular-api/api": "^0.4.27",
"@modular-api/fastify-cart": "^0.2.4",
"@modular-api/fastify-checkout": "^0.3.17",
"@modular-api/fastify-oidc": "^0.5.4",
"@mollie/api-client": "^3.7.0",
"@fastify/cors": "^10.0.1",
"@fastify/middie": "9.0.2",
"@fastify/static": "8.0.1",
"@modular-api/api": "^0.5.0",
"@modular-api/fastify-cart": "^0.3.0",
"@modular-api/fastify-checkout": "^0.4.0",
"@modular-api/fastify-oidc": "^0.6.0",
"@mollie/api-client": "^4.0.0",
"@slimfact/app": "^0.1.0",
"@trpc/server": "^10.45.2",
"@vitrify/tools": "^0.1.7",
"axios": "^1.7.2",
"@vitrify/tools": "^0.2.0",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"compress-tag": "^3.0.0",
"fastify": "^4.27.0",
"fastify": "^5.0.0",
"handlebars": "^4.7.8",
"json-2-csv": "^5.5.5",
"kysely": "^0.27.4",
"npm-run-all": "^4.1.5",
"otplib": "^12.0.1",
"pg": "^8.12.0",
"pg-boss": "^10.1.1",
"sharp": "^0.33.4",
"pg": "^8.13.0",
"pg-boss": "^10.1.3",
"sharp": "^0.33.5",
"svgo": "^3.3.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@playwright/test": "1.46.1",
"@faker-js/faker": "^9.0.2",
"@playwright/test": "1.47.2",
"@types/bcrypt": "^5.0.2",
"@types/pg": "^8.11.6",
"@vitejs/plugin-vue": "5.0.5",
"critters": "0.0.22",
"date-fns": "^3.6.0",
"@types/pg": "^8.11.10",
"@vitejs/plugin-vue": "5.1.4",
"critters": "0.0.24",
"date-fns": "^4.1.0",
"devcert": "1.2.2",
"eslint": "9.4.0",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "9.26.0",
"kysely-codegen": "^0.15.0",
"quasar": "2.16.4",
"typescript": "5.4.5",
"typescript-eslint": "^7.15.0",
"vite": "^5.2.13",
"vitrify": "^0.15.3",
"vue": "3.4.27",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "9.28.0",
"kysely-codegen": "^0.16.8",
"quasar": "2.17.0",
"typescript": "5.6.2",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.7",
"vitrify": "^0.16.0",
"vue": "3.5.8",
"vue-eslint-parser": "^9.4.3",
"vue-router": "4.3.3"
"vue-router": "4.4.5"
},
"dependenciesMeta": {
"@modular-api/fastify-oidc": {
Expand Down
4 changes: 2 additions & 2 deletions packages/api/src/kysely/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { Kysely, PostgresDialect, CamelCasePlugin } from 'kysely'
import env from '@vitrify/tools/env'
// import type { Database as OidcDatabase } from '@modular-api/fastify-oidc'
import type { DB } from './types.d.ts'
export interface Database extends DB {}

// export interface Database extends DB {}
export type Database = DB
Object.defineProperty(BigInt.prototype, 'toJSON', {
get() {
'use strict'
Expand Down
2 changes: 1 addition & 1 deletion packages/api/vitrify.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default async function ({ mode, command }): Promise<VitrifyConfig> {
'compress-tag'
]
},
manualChunks: ['api.config', 'zod', 'date-fns']
manualChunks: ['api.config', 'zod', 'date-fns', 'types']
}
}
if (mode === 'development') {
Expand Down
11 changes: 10 additions & 1 deletion packages/app/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,16 @@ export default typescriptEslint.config(
}
}
},

{
rules: {
'@typescript-eslint/no-unused-vars': [
'error',
{
caughtErrors: 'none'
}
]
}
},
/**
* end
*/
Expand Down
66 changes: 33 additions & 33 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,58 +35,58 @@
"format:write": "prettier --write ."
},
"dependencies": {
"@fastify/middie": "8.3.1",
"@fastify/static": "7.0.4",
"@fastify/middie": "9.0.2",
"@fastify/static": "8.0.1",
"@slimfact/tools": "^0.1.0",
"cronstrue": "^2.50.0",
"uqr": "^0.1.2"
},
"devDependencies": {
"@modular-api/fastify-cart": "^0.2.4",
"@modular-api/fastify-checkout": "^0.3.17",
"@modular-api/quasar-components": "^0.2.15",
"@quasar/extras": "1.16.11",
"@modular-api/fastify-cart": "^0.3.0",
"@modular-api/fastify-checkout": "^0.4.0",
"@modular-api/quasar-components": "^0.3.0",
"@quasar/extras": "1.16.12",
"@quasar/quasar-ui-qcalendar": "4.0.0-beta.16",
"@simsustech/quasar-components": "^0.10.3",
"@simsustech/quasar-components": "^0.10.4",
"@slimfact/api": "^0.1.0",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@vitejs/plugin-vue": "5.0.5",
"@vue/reactivity": "^3.4.27",
"@vue/runtime-core": "^3.4.27",
"@vue/runtime-dom": "^3.4.27",
"@vue/server-renderer": "^3.4.27",
"@vue/shared": "^3.4.27",
"@vueuse/core": "^10.11.0",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.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",
"@vueuse/core": "^11.1.0",
"abort-controller": "^3.0.0",
"critters": "0.0.22",
"critters": "0.0.24",
"date-holidays": "^3.23.12",
"devcert": "1.2.2",
"eslint": "9.4.0",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier-vue": "5.0.0",
"eslint-plugin-vue": "9.26.0",
"fastify": "4.27.0",
"html2pdf.js": "0.10.1",
"icon-gen": "^4.0.0",
"eslint-plugin-vue": "9.28.0",
"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.16.4",
"typescript": "5.4.5",
"typescript-eslint": "^7.15.0",
"quasar": "2.17.0",
"typescript": "5.6.2",
"typescript-eslint": "^8.7.0",
"use-trpc": "2.0.0-beta.1",
"vite": "5.2.13",
"vite-plugin-pwa": "^0.20.0",
"vitrify": "^0.15.3",
"vue": "3.4.27",
"vite": "5.4.7",
"vite-plugin-pwa": "^0.20.5",
"vitrify": "^0.16.0",
"vue": "3.5.8",
"vue-eslint-parser": "^9.4.3",
"vue-router": "4.3.3",
"vue-tsc": "^2.0.21",
"vue-router": "4.4.5",
"vue-tsc": "^2.1.6",
"workbox-window": "^7.1.0",
"ws": "^8.17.0"
"ws": "^8.18.0"
}
}
18 changes: 9 additions & 9 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": "^9.1.0",
"@playwright/browser-chromium": "1.46.1",
"fastify": "^4.27.0",
"@fastify/rate-limit": "^10.0.1",
"@playwright/browser-chromium": "1.47.2",
"fastify": "^5.0.0",
"npm-run-all": "^4.1.5",
"playwright": "1.46.1"
"playwright": "1.47.2"
},
"devDependencies": {
"@types/node": "^22.5.0",
"eslint": "9.9.1",
"@types/node": "^22.6.1",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "9.27.0",
"eslint-plugin-vue": "9.28.0",
"prettier": "^3.3.3",
"typescript": "5.5.4",
"typescript-eslint": "^8.3.0",
"typescript": "5.6.2",
"typescript-eslint": "^8.7.0",
"vue-eslint-parser": "^9.4.3"
}
}
16 changes: 8 additions & 8 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": "^20.14.2",
"eslint": "9.4.0",
"@types/node": "^22.6.1",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "9.26.0",
"prettier": "^3.3.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.15.0",
"vite": "^5.2.12",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "9.28.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.7",
"vue-eslint-parser": "^9.4.3"
},
"dependencies": {
Expand Down
Loading

0 comments on commit e4f4260

Please sign in to comment.