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 Oct 25, 2024
1 parent 33fdef4 commit e494a78
Show file tree
Hide file tree
Showing 11 changed files with 1,136 additions and 847 deletions.
6 changes: 3 additions & 3 deletions apps/discord-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"@discord-interactions/builders": "^0.3.18",
"@discord-interactions/core": "^0.3.23",
"@dougley/frugal-savestate": "workspace:^",
"@sentry/cloudflare": "^8.34.0",
"hono": "^4.6.4",
"@sentry/cloudflare": "^8.35.0",
"hono": "^4.6.6",
"kysely": "catalog:",
"kysely-d1": "catalog:"
},
"devDependencies": {
"@cloudflare/workers-types": "catalog:",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"better-sqlite3": "^11.3.0",
"better-sqlite3": "^11.5.0",
"wrangler": "catalog:"
}
}
6 changes: 3 additions & 3 deletions apps/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@cloudflare/workers-types": "catalog:",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"@sentry/esbuild-plugin": "^2.22.5",
"better-sqlite3": "11.3.0",
"@sentry/esbuild-plugin": "^2.22.6",
"better-sqlite3": "11.5.0",
"dotenv": "^16.4.5",
"esbuild": "^0.24.0",
"miniflare": "^3.20241004.0",
"miniflare": "^3.20241022.0",
"rimraf": "^6.0.1",
"slash-up": "^1.4.2",
"wrangler": "catalog:"
Expand Down
34 changes: 17 additions & 17 deletions apps/web-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@remix-run/cloudflare": "2.13.1",
"@remix-run/cloudflare-pages": "2.13.1",
"@remix-run/react": "2.13.1",
"@sentry/cloudflare": "^8.34.0",
"@sentry/remix": "^8.34.0",
"@sentry/vite-plugin": "^2.22.5",
"@sentry/cloudflare": "^8.35.0",
"@sentry/remix": "^8.35.0",
"@sentry/vite-plugin": "^2.22.6",
"clsx": "^2.1.1",
"daisyui": "^4.12.13",
"date-fns": "^4.1.0",
Expand All @@ -42,24 +42,24 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241011.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@dougley/types": "workspace:^",
"@mdx-js/react": "^3.0.1",
"@mdx-js/rollup": "^3.0.1",
"@mdx-js/react": "^3.1.0",
"@mdx-js/rollup": "^3.1.0",
"@remix-run/dev": "2.13.1",
"@sentry/types": "^8.34.0",
"@sentry/types": "^8.35.0",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"autoprefixer": "^10.4.20",
"discord-api-types": "^0.37.101",
"eslint": "^9.12.0",
"discord-api-types": "^0.37.103",
"eslint": "^9.13.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"postcss": "^8.4.47",
"rehype-pretty-code": "^0.14.0",
Expand All @@ -70,11 +70,11 @@
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remix-development-tools": "^4.7.3",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^5.0.1",
"wrangler": "3.80.4"
"wrangler": "3.83.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down
24 changes: 12 additions & 12 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-form": "^0.1.0",
"@radix-ui/react-portal": "^1.1.2",
"@remix-run/cloudflare": "^2.12.1",
"@remix-run/cloudflare-pages": "^2.12.1",
"@remix-run/node": "^2.12.1",
"@remix-run/react": "^2.12.1",
"@sentry/remix": "^8.34.0",
"@remix-run/cloudflare": "^2.13.1",
"@remix-run/cloudflare-pages": "^2.13.1",
"@remix-run/node": "^2.13.1",
"@remix-run/react": "^2.13.1",
"@sentry/remix": "^8.35.0",
"clsx": "^2.1.1",
"country-region-data": "^3.0.0",
"cross-env": "^7.0.3",
Expand All @@ -48,27 +48,27 @@
"remix-auth": "^3.7.0",
"remix-auth-oauth2": "^2.4.0",
"remix-utils": "^7.7.0",
"stripe": "^17.2.0",
"stripe": "^17.2.1",
"toucan-js": "^4.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@cloudflare/workers-types": "catalog:",
"@dougley/types": "workspace:^",
"@remix-run/dev": "^2.12.1",
"@remix-run/eslint-config": "^2.12.1",
"@remix-run/dev": "^2.13.1",
"@remix-run/eslint-config": "^2.13.1",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"cssnano": "^7.0.6",
"discord-api-types": "^0.37.101",
"eslint": "^9.12.0",
"discord-api-types": "^0.37.103",
"eslint": "^9.13.0",
"nodemon": "^3.1.7",
"postcss": "^8.4.47",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"wrangler": "catalog:"
},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@dougley/frugal",
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.12.2",
"version": "0.0.0",
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^9.12.0",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.3",
"jest": "^29.7.0",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"turbo": "^2.1.3",
"turbo": "^2.2.3",
"typescript": "^5.6.3"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/d1-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"kysely-d1": "^0.3.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241004.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"discord-api-types": "^0.37.101",
"discord-api-types": "^0.37.103",
"wrangler": "catalog:"
}
}
8 changes: 4 additions & 4 deletions packages/d1-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"@cloudflare/workers-types": "catalog:",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"@types/node": "^22.7.5",
"@types/node": "^22.8.0",
"discord-api-types": "catalog:",
"glob": "^11.0.0",
"prisma": "^5.20.0",
"prisma": "^5.21.1",
"wrangler": "catalog:"
},
"dependencies": {
"@prisma/adapter-d1": "^5.20.0",
"@prisma/client": "^5.20.0"
"@prisma/adapter-d1": "^5.21.1",
"@prisma/client": "^5.21.1"
}
}
6 changes: 3 additions & 3 deletions packages/giveaway-state-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"directory": "packages/giveaway-state"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241004.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"discord-api-types": "^0.37.101",
"discord-api-types": "^0.37.103",
"rimraf": "^6.0.1"
},
"dependencies": {
"@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.593",
"kysely": "catalog:",
"kysely-d1": "catalog:",
"trpc-durable-objects": "^1.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/giveaway-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"directory": "packages/giveaway-state"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241004.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"discord-api-types": "^0.37.101"
"discord-api-types": "^0.37.103"
},
"exports": {
".": {
Expand Down
18 changes: 9 additions & 9 deletions packages/sentry-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"@cloudflare/workers-types": "catalog:",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"@sentry/types": "^8.34.0",
"@types/react": "^18.3.11"
"@sentry/types": "^8.35.0",
"@types/react": "^18.3.12"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.4",
"@remix-run/cloudflare": "^2.12.1",
"@remix-run/cloudflare-pages": "^2.12.1",
"@remix-run/react": "^2.12.1",
"@remix-run/server-runtime": "^2.12.1",
"@sentry/core": "^8.34.0",
"@sentry/remix": "^8.34.0",
"@sentry/utils": "^8.34.0",
"@remix-run/cloudflare": "^2.13.1",
"@remix-run/cloudflare-pages": "^2.13.1",
"@remix-run/react": "^2.13.1",
"@remix-run/server-runtime": "^2.13.1",
"@sentry/core": "^8.35.0",
"@sentry/remix": "^8.35.0",
"@sentry/utils": "^8.35.0",
"react": "^18.3.1",
"toucan-js": "^4.0.0"
}
Expand Down
Loading

0 comments on commit e494a78

Please sign in to comment.