Skip to content

Commit

Permalink
chore(deps): update remix monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2023
1 parent fb625a0 commit 3e325af
Show file tree
Hide file tree
Showing 3 changed files with 640 additions and 2,344 deletions.
8 changes: 4 additions & 4 deletions localenv/mock-account-servicing-entity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"dependencies": {
"@apollo/client": "^3.8.3",
"@interledger/http-signature-utils": "1.0.4",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/serve": "^1.19.3",
"@remix-run/node": "^2.0.0",
"@remix-run/react": "^2.0.0",
"@remix-run/serve": "^2.0.0",
"@types/node": "^18.7.12",
"@types/uuid": "^9.0.4",
"axios": "^1.5.0",
Expand All @@ -22,7 +22,7 @@
"yaml": "^2.3.2"
},
"devDependencies": {
"@remix-run/dev": "^1.19.3",
"@remix-run/dev": "^2.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dependencies": {
"@apollo/client": "^3.8.3",
"@headlessui/react": "^1.7.17",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/serve": "^1.19.3",
"@remix-run/node": "^2.0.0",
"@remix-run/react": "^2.0.0",
"@remix-run/serve": "^2.0.0",
"class-variance-authority": "^0.7.0",
"graphql": "^16.8.0",
"ilp-packet": "3.1.4-alpha.2",
Expand All @@ -25,8 +25,8 @@
"zod": "^3.22.2"
},
"devDependencies": {
"@remix-run/dev": "^1.19.3",
"@remix-run/eslint-config": "^1.19.3",
"@remix-run/dev": "^2.0.0",
"@remix-run/eslint-config": "^2.0.0",
"@tailwindcss/forms": "^0.5.6",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
Expand Down
Loading

0 comments on commit 3e325af

Please sign in to comment.