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 14, 2024
1 parent 8e7e519 commit c1f52dc
Show file tree
Hide file tree
Showing 7 changed files with 455 additions and 412 deletions.
6 changes: 3 additions & 3 deletions apps/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"@sentry/esbuild-plugin": "^2.16.1",
"better-sqlite3": "9.4.5",
"better-sqlite3": "9.5.0",
"dotenv": "^16.4.5",
"esbuild": "^0.20.2",
"miniflare": "^3.20240404.0",
"miniflare": "^3.20240405.1",
"rimraf": "^5.0.5",
"slash-up": "^1.4.2",
"wrangler": "^3.48.0"
"wrangler": "^3.50.0"
},
"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.2",
"hono": "^4.2.4",
"kysely": "^0.27.3",
"kysely-d1": "^0.3.0",
"stripe": "^14.24.0"
"stripe": "^14.25.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"wrangler": "^3.48.0"
"wrangler": "^3.50.0"
}
}
14 changes: 7 additions & 7 deletions 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.8.1",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@sentry/remix": "^7.109.0",
"@sentry/remix": "^7.110.0",
"clsx": "^2.1.0",
"country-region-data": "^3.0.0",
"cross-env": "^7.0.3",
Expand All @@ -47,8 +47,8 @@
"react-use": "^17.5.0",
"remix-auth": "^3.6.0",
"remix-auth-oauth2": "^1.11.2",
"remix-utils": "^7.5.0",
"stripe": "^14.24.0",
"remix-utils": "^7.6.0",
"stripe": "^14.25.0",
"toucan-js": "^3.3.1",
"zod": "^3.22.4"
},
Expand All @@ -58,8 +58,8 @@
"@remix-run/dev": "^2.8.1",
"@remix-run/eslint-config": "^2.8.1",
"@tailwindcss/typography": "^0.5.12",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"cssnano": "^6.1.2",
Expand All @@ -69,8 +69,8 @@
"postcss": "^8.4.38",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4",
"wrangler": "^3.48.0"
"typescript": "^5.4.5",
"wrangler": "^3.50.0"
},
"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,14 +1,14 @@
{
"name": "@dougley/frugal",
"packageManager": "[email protected].6",
"packageManager": "[email protected].7",
"version": "0.0.0",
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
Expand All @@ -18,7 +18,7 @@
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"turbo": "^1.13.2",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"scripts": {
"lint:report": "eslint --output-file eslint_report.json --format json \"{packages,apps}/**/src/**/*.{ts,tsx,cts,mts}\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/d1-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"discord-api-types": "^0.37.79",
"wrangler": "^3.48.0"
"wrangler": "^3.50.0"
}
}
10 changes: 5 additions & 5 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": "^4.20240405.0",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"@sentry/types": "^7.109.0",
"@types/react": "^18.2.74"
"@sentry/types": "^7.110.0",
"@types/react": "^18.2.78"
},
"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.109.0",
"@sentry/remix": "^7.109.0",
"@sentry/utils": "^7.109.0",
"@sentry/core": "^7.110.0",
"@sentry/remix": "^7.110.0",
"@sentry/utils": "^7.110.0",
"react": "^18.2.0",
"toucan-js": "^3.3.1"
}
Expand Down
Loading

0 comments on commit c1f52dc

Please sign in to comment.