Skip to content

Commit

Permalink
Update remix monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2023
1 parent 532c740 commit 9b97d85
Show file tree
Hide file tree
Showing 3 changed files with 579 additions and 1,913 deletions.
12 changes: 6 additions & 6 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-portal": "^1.0.3",
"@remix-run/cloudflare": "^1.19.3",
"@remix-run/cloudflare-pages": "^1.19.3",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@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.64.0",
"clsx": "^2.0.0",
"cross-env": "^7.0.3",
Expand All @@ -51,8 +51,8 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@dougley/types": "workspace:^",
"@remix-run/dev": "^1.19.3",
"@remix-run/eslint-config": "^1.19.3",
"@remix-run/dev": "^2.0.1",
"@remix-run/eslint-config": "^2.0.1",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
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 @@ -22,10 +22,10 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.0",
"@remix-run/cloudflare": "^1.19.3",
"@remix-run/cloudflare-pages": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/server-runtime": "^1.19.3",
"@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.64.0",
"@sentry/remix": "^7.64.0",
"@sentry/utils": "^7.64.0",
Expand Down
Loading

0 comments on commit 9b97d85

Please sign in to comment.