Skip to content

Commit

Permalink
fix(deps): update @redwoodjs packages to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 9, 2024
1 parent 7c073ce commit b8d234e
Show file tree
Hide file tree
Showing 4 changed files with 1,236 additions and 734 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "6.6.4",
"@redwoodjs/graphql-server": "6.6.4"
"@redwoodjs/api": "7.1.2",
"@redwoodjs/graphql-server": "7.1.2"
},
"resolutions": {
"prisma": "5.11.0-dev.52",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "6.6.4",
"@redwoodjs/core": "7.1.2",
"graphql-request": "6.1.0",
"jest": "29.7.0",
"vercel": "33.5.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
]
},
"dependencies": {
"@redwoodjs/forms": "6.6.4",
"@redwoodjs/router": "6.6.4",
"@redwoodjs/web": "6.6.4",
"@redwoodjs/forms": "7.1.2",
"@redwoodjs/router": "7.1.2",
"@redwoodjs/web": "7.1.2",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@redwoodjs/vite": "6.6.4"
"@redwoodjs/vite": "7.1.2"
}
}

0 comments on commit b8d234e

Please sign in to comment.