Skip to content

Commit

Permalink
Update redwood monorepo to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 28, 2023
1 parent fabfc63 commit 9fda75d
Show file tree
Hide file tree
Showing 4 changed files with 10,601 additions and 12,203 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "1.2.0",
"@redwoodjs/graphql-server": "1.2.0"
"@redwoodjs/api": "6.0.0",
"@redwoodjs/graphql-server": "6.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": "1.2.0"
"@redwoodjs/core": "6.0.0"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
Expand Down
8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
]
},
"dependencies": {
"@redwoodjs/auth": "1.2.0",
"@redwoodjs/forms": "1.2.0",
"@redwoodjs/router": "1.2.0",
"@redwoodjs/web": "1.2.0",
"@redwoodjs/auth": "6.0.0",
"@redwoodjs/forms": "6.0.0",
"@redwoodjs/router": "6.0.0",
"@redwoodjs/web": "6.0.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down
Loading

0 comments on commit 9fda75d

Please sign in to comment.