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 16, 2023
1 parent a9fbbd9 commit f464b8b
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 41 deletions.
8 changes: 4 additions & 4 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.20231002.0",
"@cloudflare/workers-types": "^4.20231010.0",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"@sentry/esbuild-plugin": "^2.8.0",
"better-sqlite3": "8.7.0",
"dotenv": "^16.3.1",
"esbuild": "^0.19.4",
"miniflare": "^3.20231002.1",
"miniflare": "^3.20231010.0",
"rimraf": "^5.0.5",
"slash-up": "^1.3.0",
"wrangler": "^3.11.0"
"wrangler": "^3.13.1"
},
"dependencies": {
"@dougley/d1-database": "workspace:^",
Expand All @@ -41,6 +41,6 @@
"do-proxy": "^1.3.4",
"kysely": "^0.26.3",
"kysely-d1": "^0.3.0",
"slash-create": "^5.13.0"
"slash-create": "^5.14.0"
}
}
8 changes: 4 additions & 4 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": "^3.7.5",
"hono": "^3.7.6",
"kysely": "^0.26.3",
"kysely-d1": "^0.3.0",
"stripe": "^13.9.0"
"stripe": "^13.10.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231002.0",
"wrangler": "^3.11.0"
"@cloudflare/workers-types": "^4.20231010.0",
"wrangler": "^3.13.1"
}
}
30 changes: 15 additions & 15 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.0.5",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-portal": "^1.0.4",
"@remix-run/cloudflare": "^2.0.1",
"@remix-run/cloudflare-pages": "^2.0.1",
"@remix-run/node": "^2.0.1",
"@remix-run/react": "^2.0.1",
"@sentry/remix": "^7.73.0",
"@remix-run/cloudflare": "^2.1.0",
"@remix-run/cloudflare-pages": "^2.1.0",
"@remix-run/node": "^2.1.0",
"@remix-run/react": "^2.1.0",
"@sentry/remix": "^7.74.0",
"clsx": "^2.0.0",
"country-region-data": "^3.0.0",
"cross-env": "^7.0.3",
Expand All @@ -47,30 +47,30 @@
"react-use": "^17.4.0",
"remix-auth": "^3.6.0",
"remix-auth-oauth2": "^1.11.0",
"remix-utils": "^7.0.1",
"stripe": "^13.9.0",
"remix-utils": "^7.1.0",
"stripe": "^13.10.0",
"toucan-js": "^3.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231002.0",
"@cloudflare/workers-types": "^4.20231010.0",
"@dougley/types": "workspace:^",
"@remix-run/dev": "^2.0.1",
"@remix-run/eslint-config": "^2.0.1",
"@remix-run/dev": "^2.1.0",
"@remix-run/eslint-config": "^2.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.1",
"cssnano": "^6.0.1",
"discord-api-types": "^0.37.60",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"nodemon": "^3.0.1",
"postcss": "^8.4.31",
"prettier-plugin-tailwindcss": "^0.5.5",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"wrangler": "^3.11.0"
"wrangler": "^3.13.1"
},
"engines": {
"node": ">=16.13"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@dougley/frugal",
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.9.2",
"version": "0.0.0",
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.4.2",
"jest": "^29.7.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.20231002.0",
"@cloudflare/workers-types": "^4.20231010.0",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"discord-api-types": "^0.37.60",
"wrangler": "^3.11.0"
"wrangler": "^3.13.1"
}
}
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.20231002.0",
"@cloudflare/workers-types": "^4.20231010.0",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"discord-api-types": "^0.37.60"
Expand Down
20 changes: 10 additions & 10 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.20231002.0",
"@cloudflare/workers-types": "^4.20231010.0",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"@sentry/types": "^7.73.0",
"@types/react": "^18.2.25"
"@sentry/types": "^7.74.0",
"@types/react": "^18.2.28"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.0",
"@remix-run/cloudflare": "^2.0.1",
"@remix-run/cloudflare-pages": "^2.0.1",
"@remix-run/react": "^2.0.1",
"@remix-run/server-runtime": "^2.0.1",
"@sentry/core": "^7.73.0",
"@sentry/remix": "^7.73.0",
"@sentry/utils": "^7.73.0",
"@remix-run/cloudflare": "^2.1.0",
"@remix-run/cloudflare-pages": "^2.1.0",
"@remix-run/react": "^2.1.0",
"@remix-run/server-runtime": "^2.1.0",
"@sentry/core": "^7.74.0",
"@sentry/remix": "^7.74.0",
"@sentry/utils": "^7.74.0",
"react": "^18.2.0",
"toucan-js": "^3.3.0"
}
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.20231002.0"
"@cloudflare/workers-types": "^4.20231010.0"
}
}

0 comments on commit f464b8b

Please sign in to comment.