Skip to content

Commit

Permalink
chore(deps): update all except react/playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalgonsalves committed Dec 25, 2024
1 parent 6823237 commit 2d905eb
Show file tree
Hide file tree
Showing 7 changed files with 2,145 additions and 2,333 deletions.
18 changes: 9 additions & 9 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.16",
"@nihalgonsalves/esconfig": "~0.10.19",
"@types/node": "22",
"@vitest/ui": "^2.1.8",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-airbnb": "^19.0.4",
"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": "^7.37.3",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"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.39.2",
"lefthook": "^1.9.0",
"npm-run-all2": "^7.0.1",
"knip": "^5.41.1",
"lefthook": "^1.10.0",
"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.9",
"sherif": "^1.0.2",
"type-fest": "^4.30.0",
"sherif": "^1.1.1",
"type-fest": "^4.30.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"typescript-eslint": "^8.18.2",
"vitest": "^2.1.8"
}
}
20 changes: 10 additions & 10 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"@hono/trpc-server": "^0.3.4",
"@nihalgonsalves/expenses-shared": "*",
"@prisma/client": "*",
"@sentry/node": "^8.42.0",
"@trpc/server": "^11.0.0-rc.657",
"@sentry/node": "^8.47.0",
"@trpc/server": "^11.0.0-rc.666",
"bcrypt": "*",
"bullmq": "^5.31.2",
"bullmq": "^5.34.4",
"cookie": "^1.0.2",
"hono": "^4.6.13",
"ioredis": "^5.4.1",
"hono": "^4.6.14",
"ioredis": "^5.4.2",
"jose": "^5.9.6",
"nanoid": "^5.0.9",
"nodemailer": "^6.9.16",
Expand All @@ -41,23 +41,23 @@
"temporal-polyfill": "^0.2.5",
"ua-parser-js": "^2.0.0",
"web-push": "^3.6.7",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@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.657",
"@trpc/client": "^11.0.0-rc.666",
"@types/bcrypt": "^5.0.2",
"@types/nodemailer": "^6",
"@types/pem": "^1.14.4",
"@types/web-push": "^3.6.4",
"@vitest/coverage-v8": "^2.1.8",
"esbuild": "^0.24.0",
"fetch-cookie": "^3.0.1",
"npm-run-all2": "^7.0.1",
"esbuild": "^0.24.2",
"fetch-cookie": "^3.1.0",
"npm-run-all2": "^7.0.2",
"pem": "^1.15.1",
"prisma": "*",
"testcontainers": "^10.16.0",
Expand Down
1 change: 0 additions & 1 deletion packages/backend/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ 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
8 changes: 4 additions & 4 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.1",
"@chromatic-com/playwright": "0.10.2",
"@nihalgonsalves/expenses-backend": "*",
"@nihalgonsalves/expenses-shared": "*",
"@playwright/test": "1.48.2",
"@trpc/client": "^11.0.0-rc.657",
"chromatic": "^11.20.0",
"zod": "^3.23.8"
"@trpc/client": "^11.0.0-rc.666",
"chromatic": "^11.20.2",
"zod": "^3.24.1"
}
}
84 changes: 42 additions & 42 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,34 +24,34 @@
"@loadable/component": "^5.16.4",
"@nihalgonsalves/expenses-backend": "*",
"@nihalgonsalves/expenses-shared": "*",
"@radix-ui/react-accessible-icon": "^1.1.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-accessible-icon": "^1.1.1",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@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-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "~1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@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.42.0",
"@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-scroll-area": "~1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@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.47.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.657",
"@trpc/react-query": "^11.0.0-rc.657",
"@tanstack/query-async-storage-persister": "^5.62.9",
"@tanstack/react-query": "^5.62.10",
"@tanstack/react-query-devtools": "^5.62.10",
"@tanstack/react-query-persist-client": "^5.62.10",
"@tanstack/react-table": "^8.20.6",
"@trpc/client": "^11.0.0-rc.666",
"@trpc/react-query": "^11.0.0-rc.666",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
Expand All @@ -60,56 +60,56 @@
"dexie-react-hooks": "^1.1.7",
"dinero.js": "^2.0.0-alpha.14",
"emoji-mart": "^5.6.0",
"jotai": "^2.10.3",
"jotai": "^2.11.0",
"little-date": "^1.0.0",
"motion": "^11.13.1",
"motion": "^11.15.0",
"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.53.2",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.4.1",
"react-router": "^7.0.2",
"react-router": "^7.1.1",
"react-twc": "^1.4.2",
"react-use": "^17.5.1",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"react-use": "^17.6.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"temporal-polyfill": "^0.2.5",
"vaul": "^1.1.1",
"vaul": "^1.1.2",
"workbox-build": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-window": "^7.3.0",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@storybook/addon-coverage": "^1.0.4",
"@storybook/addon-coverage": "^1.0.5",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/test-runner": "^0.20.1",
"@storybook/test-runner": "^0.21.0",
"@types/loadable__component": "^5",
"@types/papaparse": "^5.3.15",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-helmet": "^6",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"autoprefixer": "^10.4.20",
"chromatic": "^11.20.0",
"chromatic": "^11.20.2",
"happy-dom": "^15.11.7",
"npm-run-all2": "^7.0.1",
"npm-run-all2": "^7.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"serve": "^14.2.4",
"sharp": "^0.33.5",
"storybook": "^8.4.7",
"tsx": "^4.19.2",
"vite": "^5.4.11",
"vite": "^6.0.5",
"vite-plugin-istanbul": "^6.0.2",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@dinero.js/currencies": "^2.0.0-alpha.14",
"dinero.js": "^2.0.0-alpha.14",
"fastpriorityqueue": "^0.7.5",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"vitest": "^2.1.8"
Expand Down
Loading

0 comments on commit 2d905eb

Please sign in to comment.