Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 6e4dea8 commit 9715c6d
Show file tree
Hide file tree
Showing 8 changed files with 323 additions and 706 deletions.
2 changes: 1 addition & 1 deletion apps/discord-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@discord-interactions/builders": "^0.3.18",
"@discord-interactions/core": "^0.3.23",
"@dougley/frugal-savestate": "workspace:^",
"@sentry/cloudflare": "^8.41.0",
"@sentry/cloudflare": "^8.42.0",
"hono": "^4.6.12",
"kysely": "catalog:",
"kysely-d1": "catalog:"
Expand Down
18 changes: 9 additions & 9 deletions apps/web-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@mantine/notifications": "^7.14.3",
"@mantine/nprogress": "^7.14.3",
"@r4ai/remark-callout": "^0.6.2",
"@react-router/cloudflare": "^7.0.0",
"@react-router/cloudflare": "^7.0.1",
"@react-router/fs-routes": "^7.0.1",
"@sentry/cloudflare": "^8.41.0",
"@sentry/remix": "^8.41.0",
"@sentry/cloudflare": "^8.42.0",
"@sentry/remix": "^8.42.0",
"@sentry/vite-plugin": "^2.22.6",
"@tabler/icons-react": "^3.23.0",
"clsx": "^2.1.1",
Expand All @@ -33,7 +33,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-router": "^7.0.0",
"react-router": "^7.0.1",
"remix-auth": "3.7.0",
"remix-auth-discord": "^1.4.1",
"remix-utils": "^7.7.0",
Expand All @@ -44,13 +44,13 @@
"@dougley/types": "workspace:^",
"@mdx-js/react": "^3.1.0",
"@mdx-js/rollup": "^3.1.0",
"@react-router/dev": "^7.0.0",
"@sentry/types": "^8.41.0",
"@react-router/dev": "^7.0.1",
"@sentry/types": "^8.42.0",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"autoprefixer": "^10.4.20",
"discord-api-types": "^0.37.110",
"eslint": "^9.16.0",
Expand All @@ -73,7 +73,7 @@
"tailwind-preset-mantine": "^1.3.1",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vite": "^6.0.2",
"vite-tsconfig-paths": "^5.1.3",
"wrangler": "3.91.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@remix-run/cloudflare-pages": "^2.15.0",
"@remix-run/node": "^2.15.0",
"@remix-run/react": "^2.15.0",
"@sentry/remix": "^8.41.0",
"@sentry/remix": "^8.42.0",
"clsx": "^2.1.1",
"country-region-data": "^3.1.0",
"cross-env": "^7.0.3",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@dougley/frugal",
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.14.4",
"version": "0.0.0",
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.9.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/d1-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"@types/node": "^22.10.1",
"discord-api-types": "catalog:",
"glob": "^11.0.0",
"prisma": "^6.0.0",
"prisma": "^6.0.1",
"wrangler": "catalog:"
},
"dependencies": {
"@prisma/adapter-d1": "^6.0.0",
"@prisma/client": "^6.0.0"
"@prisma/adapter-d1": "^6.0.1",
"@prisma/client": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/giveaway-state-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@discord-interactions/api": "^0.3.21",
"@dougley/d1-database": "workspace:^",
"@dougley/d1-prisma": "workspace:^",
"@trpc/server": "11.0.0-rc.553",
"@trpc/server": "11.0.0-rc.648",
"kysely": "catalog:",
"kysely-d1": "catalog:",
"trpc-durable-objects": "^1.3.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/sentry-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@cloudflare/workers-types": "catalog:",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"@sentry/types": "^8.41.0",
"@sentry/types": "^8.42.0",
"@types/react": "^18.3.12"
},
"dependencies": {
Expand All @@ -26,9 +26,9 @@
"@remix-run/cloudflare-pages": "^2.15.0",
"@remix-run/react": "^2.15.0",
"@remix-run/server-runtime": "^2.15.0",
"@sentry/core": "^8.41.0",
"@sentry/remix": "^8.41.0",
"@sentry/utils": "^8.41.0",
"@sentry/core": "^8.42.0",
"@sentry/remix": "^8.42.0",
"@sentry/utils": "^8.42.0",
"react": "^18.3.1",
"toucan-js": "^4.0.0"
}
Expand Down
Loading

0 comments on commit 9715c6d

Please sign in to comment.