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] committed Apr 21, 2024
1 parent c1f52dc commit 529ef20
Show file tree
Hide file tree
Showing 9 changed files with 322 additions and 322 deletions.
6 changes: 3 additions & 3 deletions apps/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"directory": "apps/discord"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"@cloudflare/workers-types": "^4.20240419.0",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"@sentry/esbuild-plugin": "^2.16.1",
"better-sqlite3": "9.5.0",
"dotenv": "^16.4.5",
"esbuild": "^0.20.2",
"miniflare": "^3.20240405.1",
"miniflare": "^3.20240405.2",
"rimraf": "^5.0.5",
"slash-up": "^1.4.2",
"wrangler": "^3.50.0"
"wrangler": "^3.51.2"
},
"dependencies": {
"@dougley/d1-database": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions apps/stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@dougley/d1-database": "workspace:^",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"hono": "^4.2.4",
"hono": "^4.2.5",
"kysely": "^0.27.3",
"kysely-d1": "^0.3.0",
"stripe": "^14.25.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"wrangler": "^3.50.0"
"@cloudflare/workers-types": "^4.20240419.0",
"wrangler": "^3.51.2"
}
}
18 changes: 9 additions & 9 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@dougley/d1-database": "workspace:^",
"@dougley/sentry-remix": "workspace:^",
"@headlessui/react": "^1.7.18",
"@headlessui/react": "^1.7.19",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
Expand All @@ -29,11 +29,11 @@
"@remix-run/cloudflare-pages": "^2.8.1",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@sentry/remix": "^7.110.0",
"@sentry/remix": "^7.111.0",
"clsx": "^2.1.0",
"country-region-data": "^3.0.0",
"cross-env": "^7.0.3",
"daisyui": "^4.10.1",
"daisyui": "^4.10.2",
"date-fns": "^3.6.0",
"discord-bitflag": "^1.0.1",
"isbot": "^4.4.0",
Expand All @@ -43,22 +43,22 @@
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-icons": "^5.1.0",
"react-use": "^17.5.0",
"remix-auth": "^3.6.0",
"remix-auth-oauth2": "^1.11.2",
"remix-utils": "^7.6.0",
"stripe": "^14.25.0",
"toucan-js": "^3.3.1",
"zod": "^3.22.4"
"zod": "^3.22.5"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"@cloudflare/workers-types": "^4.20240419.0",
"@dougley/types": "workspace:^",
"@remix-run/dev": "^2.8.1",
"@remix-run/eslint-config": "^2.8.1",
"@tailwindcss/typography": "^0.5.12",
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
Expand All @@ -67,10 +67,10 @@
"eslint": "^8.57.0",
"nodemon": "^3.1.0",
"postcss": "^8.4.38",
"prettier-plugin-tailwindcss": "^0.5.13",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"wrangler": "^3.50.0"
"wrangler": "^3.51.2"
},
"engines": {
"node": ">=16.13"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
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.20240405.0",
"@cloudflare/workers-types": "^4.20240419.0",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"discord-api-types": "^0.37.79",
"wrangler": "^3.50.0"
"wrangler": "^3.51.2"
}
}
2 changes: 1 addition & 1 deletion packages/giveaway-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"directory": "packages/giveaway-state"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"@cloudflare/workers-types": "^4.20240419.0",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"discord-api-types": "^0.37.79"
Expand Down
12 changes: 6 additions & 6 deletions packages/sentry-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
"directory": "packages/sentry-remix"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"@cloudflare/workers-types": "^4.20240419.0",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"@sentry/types": "^7.110.0",
"@types/react": "^18.2.78"
"@sentry/types": "^7.111.0",
"@types/react": "^18.2.79"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.1",
"@remix-run/cloudflare": "^2.8.1",
"@remix-run/cloudflare-pages": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@remix-run/server-runtime": "^2.8.1",
"@sentry/core": "^7.110.0",
"@sentry/remix": "^7.110.0",
"@sentry/utils": "^7.110.0",
"@sentry/core": "^7.111.0",
"@sentry/remix": "^7.111.0",
"@sentry/utils": "^7.111.0",
"react": "^18.2.0",
"toucan-js": "^3.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"directory": "packages/types"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20240405.0"
"@cloudflare/workers-types": "^4.20240419.0"
}
}
Loading

0 comments on commit 529ef20

Please sign in to comment.