Skip to content

Commit

Permalink
fix(deps): update remix monorepo to ^2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 5, 2025
1 parent 286f146 commit e19ca25
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 1,048 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 @@ -12,9 +12,9 @@
"@apollo/client": "^3.11.8",
"@headlessui/react": "^1.7.19",
"@interledger/http-signature-utils": "2.0.2",
"@remix-run/node": "^2.15.3",
"@remix-run/react": "^2.15.3",
"@remix-run/serve": "^2.15.3",
"@remix-run/node": "^2.16.0",
"@remix-run/react": "^2.16.0",
"@remix-run/serve": "^2.16.0",
"@types/node": "^18.7.12",
"@types/uuid": "^9.0.8",
"axios": "^1.7.9",
Expand All @@ -29,7 +29,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@remix-run/dev": "^2.15.3",
"@remix-run/dev": "^2.16.0",
"@tailwindcss/forms": "^0.5.10",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
Expand Down
10 changes: 5 additions & 5 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@headlessui/react": "^1.7.19",
"@ory/client": "^1.9.0",
"@ory/integrations": "^1.3.1",
"@remix-run/node": "^2.15.3",
"@remix-run/react": "^2.15.3",
"@remix-run/serve": "^2.15.3",
"@remix-run/node": "^2.16.0",
"@remix-run/react": "^2.16.0",
"@remix-run/serve": "^2.16.0",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"graphql": "^16.8.1",
Expand All @@ -35,8 +35,8 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@remix-run/dev": "^2.15.3",
"@remix-run/eslint-config": "^2.13.1",
"@remix-run/dev": "^2.16.0",
"@remix-run/eslint-config": "^2.16.0",
"@tailwindcss/forms": "^0.5.10",
"@types/node": "^20.12.5",
"@types/qs": "^6.9.14",
Expand Down
Loading

0 comments on commit e19ca25

Please sign in to comment.