Skip to content

Commit

Permalink
chore: upgrade all
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalgonsalves committed Jan 29, 2025
1 parent 5d3ecfd commit b19ca8a
Show file tree
Hide file tree
Showing 6 changed files with 712 additions and 761 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
"devDependencies": {
"@nihalgonsalves/esconfig": "~0.10.19",
"@types/node": "22",
"@vitest/ui": "^3.0.1",
"eslint": "^9.18.0",
"@vitest/ui": "^3.0.4",
"eslint": "^9.19.0",
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"eslint-plugin-storybook": "^0.11.2",
"eslint-plugin-unused-imports": "^4.1.4",
"knip": "^5.43.6",
"lefthook": "^1.10.8",
"lefthook": "^1.10.10",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"prettier-plugin-prisma": "^5.0.0",
"prettier-plugin-sql": "^0.18.1",
"prettier-plugin-tailwindcss": "^0.6.10",
"sherif": "^1.1.1",
"type-fest": "^4.32.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"sherif": "^1.2.0",
"type-fest": "^4.33.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vitest": "^3.0.1"
"typescript-eslint": "^8.22.0",
"vitest": "^3.0.4"
}
}
22 changes: 11 additions & 11 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"prepare:demo": "tsx bin/demo.ts"
},
"dependencies": {
"@bull-board/api": "^6.6.2",
"@bull-board/hono": "^6.6.2",
"@bull-board/api": "^6.7.2",
"@bull-board/hono": "^6.7.2",
"@hono/node-server": "^1.13.7",
"@hono/trpc-server": "^0.3.4",
"@nihalgonsalves/expenses-shared": "*",
"@prisma/client": "*",
"@sentry/node": "^8.50.0",
"@sentry/node": "^8.52.0",
"@trpc/server": "^11.0.0-rc.700",
"bcrypt": "*",
"bullmq": "^5.34.10",
"bullmq": "^5.39.0",
"cookie": "^1.0.2",
"hono": "^4.6.16",
"hono": "^4.6.19",
"ioredis": "^5.4.2",
"jose": "^5.9.6",
"nanoid": "^5.0.9",
"nodemailer": "^6.9.16",
"nodemailer": "^6.10.0",
"rate-limiter-flexible": "^5.0.5",
"rrule": "^2.8.1",
"temporal-polyfill": "^0.2.5",
Expand All @@ -45,23 +45,23 @@
},
"devDependencies": {
"@faker-js/faker": "^9.4.0",
"@sentry/esbuild-plugin": "^3.0.0",
"@testcontainers/postgresql": "^10.16.0",
"@testcontainers/redis": "^10.16.0",
"@sentry/esbuild-plugin": "^3.1.0",
"@testcontainers/postgresql": "^10.17.2",
"@testcontainers/redis": "^10.17.2",
"@total-typescript/ts-reset": "^0.6.1",
"@trpc/client": "^11.0.0-rc.700",
"@types/bcrypt": "^5.0.2",
"@types/nodemailer": "^6",
"@types/pem": "^1.14.4",
"@types/web-push": "^3.6.4",
"@vitest/coverage-v8": "^3.0.1",
"@vitest/coverage-v8": "^3.0.4",
"esbuild": "^0.24.2",
"fetch-cookie": "^3.1.0",
"npm-run-all2": "^7.0.2",
"pem": "^1.15.1",
"prisma": "*",
"tsx": "^4.19.2",
"vitest": "^3.0.1",
"vitest": "^3.0.4",
"wait-on": "^8.0.2"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@nihalgonsalves/expenses-shared": "*",
"@playwright/test": "1.48.2",
"@trpc/client": "^11.0.0-rc.700",
"chromatic": "^11.25.0",
"chromatic": "^11.25.1",
"zod": "^3.24.1"
}
}
58 changes: 29 additions & 29 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,30 @@
"@nihalgonsalves/expenses-backend": "*",
"@nihalgonsalves/expenses-shared": "*",
"@radix-ui/react-accessible-icon": "^1.1.1",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-alert-dialog": "^1.1.5",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-navigation-menu": "^1.2.4",
"@radix-ui/react-popover": "^1.1.5",
"@radix-ui/react-scroll-area": "~1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@sentry/react": "^8.50.0",
"@sentry/vite-plugin": "^3.0.0",
"@tanstack/query-async-storage-persister": "^5.64.1",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-query-devtools": "^5.64.1",
"@tanstack/react-query-persist-client": "^5.64.1",
"@radix-ui/react-tooltip": "^1.1.7",
"@sentry/react": "^8.52.0",
"@sentry/vite-plugin": "^3.1.0",
"@tanstack/query-async-storage-persister": "^5.65.0",
"@tanstack/react-query": "^5.65.0",
"@tanstack/react-query-devtools": "^5.65.0",
"@tanstack/react-query-persist-client": "^5.65.0",
"@tanstack/react-table": "^8.20.6",
"@trpc/client": "^11.0.0-rc.700",
"@trpc/react-query": "^11.0.0-rc.700",
Expand All @@ -60,16 +60,16 @@
"dexie-react-hooks": "^1.1.7",
"dinero.js": "^2.0.0-alpha.14",
"emoji-mart": "^5.6.0",
"jotai": "^2.11.0",
"jotai": "^2.11.1",
"little-date": "^1.0.0",
"motion": "^11.18.0",
"papaparse": "^5.5.1",
"papaparse": "^5.5.2",
"react": "^19.0.0",
"react-day-picker": "^8.10.1",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.5.1",
"react-router": "^7.1.2",
"react-router": "^7.1.3",
"react-twc": "^1.4.2",
"react-use": "^17.6.0",
"tailwind-merge": "^2.6.0",
Expand All @@ -85,33 +85,33 @@
},
"devDependencies": {
"@storybook/addon-coverage": "^1.0.5",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-interactions": "^8.5.0",
"@storybook/addon-links": "^8.5.0",
"@storybook/react": "^8.5.0",
"@storybook/react-vite": "^8.5.0",
"@storybook/test": "^8.5.0",
"@storybook/addon-essentials": "^8.5.2",
"@storybook/addon-interactions": "^8.5.2",
"@storybook/addon-links": "^8.5.2",
"@storybook/react": "^8.5.2",
"@storybook/react-vite": "^8.5.2",
"@storybook/test": "^8.5.2",
"@storybook/test-runner": "^0.21.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/loadable__component": "^5",
"@types/papaparse": "^5.3.15",
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.1",
"@vitest/coverage-v8": "^3.0.4",
"autoprefixer": "^10.4.20",
"chromatic": "^11.25.0",
"happy-dom": "^16.6.0",
"chromatic": "^11.25.1",
"happy-dom": "^16.7.3",
"npm-run-all2": "^7.0.2",
"rollup-plugin-visualizer": "^5.14.0",
"serve": "^14.2.4",
"sharp": "^0.33.5",
"storybook": "^8.5.0",
"storybook": "^8.5.2",
"tsx": "^4.19.2",
"vite": "^6.0.9",
"vite": "^6.0.11",
"vite-plugin-istanbul": "^6.0.2",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^3.0.1",
"vitest": "^3.0.4",
"wait-on": "^8.0.2"
}
}
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.24.1"
},
"devDependencies": {
"vitest": "^3.0.1"
"vitest": "^3.0.4"
}
}
Loading

0 comments on commit b19ca8a

Please sign in to comment.