Skip to content

Commit

Permalink
chore: update all (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalgonsalves authored Dec 6, 2024
1 parent a5b2d93 commit 90518a6
Show file tree
Hide file tree
Showing 8 changed files with 838 additions and 488 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,31 @@
"validate": "run-p --continue-on-error build 'lint:eslint --fix' 'test --no-watch --reporter=dot' 'format --log-level=warn'"
},
"devDependencies": {
"@nihalgonsalves/esconfig": "~0.10.15",
"@nihalgonsalves/esconfig": "~0.10.16",
"@types/node": "22",
"@vitest/ui": "^2.1.5",
"eslint": "^9.15.0",
"@vitest/ui": "^2.1.8",
"eslint": "^9.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-unused-imports": "^4.1.4",
"knip": "^5.37.2",
"lefthook": "^1.8.4",
"knip": "^5.39.2",
"lefthook": "^1.9.0",
"npm-run-all2": "^7.0.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-plugin-prisma": "^5.0.0",
"prettier-plugin-sql": "^0.18.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"sherif": "^1.0.2",
"type-fest": "^4.28.0",
"type-fest": "^4.30.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0",
"vitest": "^2.1.5"
"typescript-eslint": "^8.17.0",
"vitest": "^2.1.8"
}
}
24 changes: 12 additions & 12 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"@bull-board/api": "^6.5.3",
"@bull-board/hono": "^6.5.3",
"@hono/node-server": "^1.13.7",
"@hono/trpc-server": "^0.3.2",
"@hono/trpc-server": "^0.3.4",
"@nihalgonsalves/expenses-shared": "*",
"@prisma/client": "*",
"@sentry/node": "^8.40.0",
"@sentry/node": "^8.42.0",
"@trpc/server": "^11.0.0-rc.599",
"bcrypt": "*",
"bullmq": "^5.29.1",
"bullmq": "^5.31.2",
"cookie": "^1.0.2",
"hono": "^4.6.12",
"hono": "^4.6.13",
"ioredis": "^5.4.1",
"jose": "^5.9.6",
"nanoid": "^5.0.8",
"nanoid": "^5.0.9",
"nodemailer": "^6.9.16",
"rate-limiter-flexible": "^5.0.4",
"rrule": "^2.8.1",
Expand All @@ -44,25 +44,25 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@faker-js/faker": "^9.2.0",
"@sentry/esbuild-plugin": "^2.22.6",
"@testcontainers/postgresql": "^10.15.0",
"@testcontainers/redis": "^10.15.0",
"@faker-js/faker": "^9.3.0",
"@sentry/esbuild-plugin": "^2.22.7",
"@testcontainers/postgresql": "^10.16.0",
"@testcontainers/redis": "^10.16.0",
"@total-typescript/ts-reset": "^0.6.1",
"@trpc/client": "^11.0.0-rc.599",
"@types/bcrypt": "^5.0.2",
"@types/nodemailer": "^6",
"@types/pem": "^1.14.4",
"@types/web-push": "^3.6.4",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/coverage-v8": "^2.1.8",
"esbuild": "^0.24.0",
"fetch-cookie": "^3.0.1",
"npm-run-all2": "^7.0.1",
"pem": "^1.14.8",
"prisma": "*",
"testcontainers": "^10.15.0",
"testcontainers": "^10.16.0",
"tsx": "^4.19.2",
"vitest": "^2.1.5",
"vitest": "^2.1.8",
"wait-on": "^8.0.1"
},
"resolutions": {
Expand Down
1 change: 1 addition & 0 deletions packages/backend/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const createApp = async (prisma: PrismaClientType, redis: IORedis) => {
});

serverAdapter.setBasePath("/admin/queue");
// @ts-expect-error TS2589: Type instantiation is excessively deep and possibly infinite
app.route("/admin/queue", serverAdapter.registerPlugin());
}

Expand Down
4 changes: 2 additions & 2 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"prepare-pw": "playwright install --with-deps"
},
"devDependencies": {
"@chromatic-com/playwright": "0.10.0",
"@chromatic-com/playwright": "0.10.1",
"@nihalgonsalves/expenses-backend": "*",
"@nihalgonsalves/expenses-shared": "*",
"@playwright/test": "1.48.2",
"@trpc/client": "^11.0.0-rc.599",
"chromatic": "^11.18.1",
"chromatic": "^11.20.0",
"zod": "^3.23.8"
}
}
32 changes: 16 additions & 16 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,24 @@
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@sentry/react": "^8.40.0",
"@sentry/vite-plugin": "^2.22.6",
"@tanstack/query-async-storage-persister": "^5.60.6",
"@tanstack/react-query": "^5.61.3",
"@tanstack/react-query-devtools": "^5.61.3",
"@tanstack/react-query-persist-client": "^5.61.3",
"@sentry/react": "^8.42.0",
"@sentry/vite-plugin": "^2.22.7",
"@tanstack/query-async-storage-persister": "^5.62.2",
"@tanstack/react-query": "^5.62.2",
"@tanstack/react-query-devtools": "^5.62.2",
"@tanstack/react-query-persist-client": "^5.62.2",
"@tanstack/react-table": "^8.20.5",
"@trpc/client": "^11.0.0-rc.599",
"@trpc/react-query": "^11.0.0-rc.599",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"dexie": "^3.2.7",
"dexie-react-hooks": "^1.1.7",
"dinero.js": "^2.0.0-alpha.14",
"emoji-mart": "^5.6.0",
"framer-motion": "^11.11.17",
"framer-motion": "^11.13.1",
"jotai": "^2.10.3",
"little-date": "^1.0.0",
"papaparse": "^5.4.1",
Expand All @@ -70,11 +70,11 @@
"react-helmet": "^6.1.0",
"react-hook-form": "^7.53.2",
"react-hot-toast": "^2.4.1",
"react-router": "^7.0.1",
"react-router": "^7.0.2",
"react-twc": "^1.4.2",
"react-use": "^17.5.1",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.15",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
"temporal-polyfill": "^0.2.5",
"vaul": "^1.1.1",
Expand All @@ -98,11 +98,11 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-helmet": "^6",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.5",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"autoprefixer": "^10.4.20",
"chromatic": "^11.18.1",
"happy-dom": "^15.11.6",
"chromatic": "^11.20.0",
"happy-dom": "^15.11.7",
"npm-run-all2": "^7.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"serve": "^14.2.4",
Expand All @@ -111,8 +111,8 @@
"tsx": "^4.19.2",
"vite": "^5.4.11",
"vite-plugin-istanbul": "^6.0.2",
"vite-plugin-pwa": "^0.21.0",
"vitest": "^2.1.5",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^2.1.8",
"wait-on": "^8.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Sentry.init({
});

const sentryCreateBrowserRouter =
Sentry.wrapCreateBrowserRouter(createBrowserRouter);
Sentry.wrapCreateBrowserRouterV7(createBrowserRouter);

const router = sentryCreateBrowserRouter(routes);

Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"zod": "^3.23.8"
},
"devDependencies": {
"vitest": "^2.1.5"
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 90518a6

Please sign in to comment.