Skip to content

Commit

Permalink
Update redwood monorepo to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent fabfc63 commit f6b4598
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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": "7.7.3",
"@redwoodjs/graphql-server": "7.7.3"
}
}
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": "7.7.3"
},
"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": "7.7.3",
"@redwoodjs/forms": "7.7.3",
"@redwoodjs/router": "7.7.3",
"@redwoodjs/web": "7.7.3",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down

0 comments on commit f6b4598

Please sign in to comment.