Skip to content

Commit

Permalink
fix(deps): update redwood monorepo to v6 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 16, 2024
1 parent 5ad986e commit 97fab17
Show file tree
Hide file tree
Showing 4 changed files with 2,135 additions and 7,474 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"dependencies": {
"@react-email/button": "0.0.13",
"@react-email/html": "0.0.7",
"@redwoodjs/api": "5.4.3",
"@redwoodjs/graphql-server": "5.4.3",
"@redwoodjs/api": "6.6.4",
"@redwoodjs/graphql-server": "6.6.4",
"react-email": "2.0.0",
"resend": "^3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "5.4.3"
"@redwoodjs/core": "6.6.4"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
Expand Down
6 changes: 3 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
]
},
"dependencies": {
"@redwoodjs/forms": "5.4.3",
"@redwoodjs/router": "5.4.3",
"@redwoodjs/web": "5.4.3",
"@redwoodjs/forms": "6.6.4",
"@redwoodjs/router": "6.6.4",
"@redwoodjs/web": "6.6.4",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
Loading

0 comments on commit 97fab17

Please sign in to comment.