Skip to content

Commit

Permalink
Update redwood monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 18, 2022
1 parent 3661527 commit 74f36a2
Show file tree
Hide file tree
Showing 4 changed files with 3,347 additions and 1,922 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": "0.47.1",
"@redwoodjs/graphql-server": "0.47.1"
"@redwoodjs/api": "2.0.0",
"@redwoodjs/graphql-server": "2.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": "2.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": "2.0.0",
"@redwoodjs/router": "2.0.0",
"@redwoodjs/web": "2.0.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down

0 comments on commit 74f36a2

Please sign in to comment.