Skip to content

Commit

Permalink
Update redwood monorepo to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 3661527 commit 4537e17
Show file tree
Hide file tree
Showing 4 changed files with 6,668 additions and 11,252 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@redwoodjs/api": "0.47.1",
"@redwoodjs/graphql-server": "0.47.1"
"@redwoodjs/graphql-server": "8.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "0.47.1"
"@redwoodjs/core": "8.0.0"
},
"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 @@ -13,9 +13,9 @@
]
},
"dependencies": {
"@redwoodjs/forms": "0.47.1",
"@redwoodjs/router": "0.47.1",
"@redwoodjs/web": "0.47.1",
"@redwoodjs/forms": "8.0.0",
"@redwoodjs/router": "8.0.0",
"@redwoodjs/web": "8.0.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
Loading

0 comments on commit 4537e17

Please sign in to comment.