Skip to content

Commit

Permalink
fix(deps): update @redwoodjs packages to v6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 17, 2023
1 parent c15003b commit ce84ad3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.3.3",
"@redwoodjs/graphql-server": "6.3.3"
"@redwoodjs/api": "6.4.0",
"@redwoodjs/graphql-server": "6.4.0"
},
"resolutions": {
"prisma": "5.7.0-dev.19",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "6.3.3",
"@redwoodjs/core": "6.4.0",
"graphql-request": "6.1.0",
"jest": "28.1.3",
"vercel": "32.3.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
]
},
"dependencies": {
"@redwoodjs/forms": "6.3.3",
"@redwoodjs/router": "6.3.3",
"@redwoodjs/web": "6.3.3",
"@redwoodjs/forms": "6.4.0",
"@redwoodjs/router": "6.4.0",
"@redwoodjs/web": "6.4.0",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@redwoodjs/vite": "6.3.3"
"@redwoodjs/vite": "6.4.0"
}
}

0 comments on commit ce84ad3

Please sign in to comment.