Skip to content

Commit

Permalink
Update redwood monorepo to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 15, 2022
1 parent b155518 commit c2a4a97
Show file tree
Hide file tree
Showing 4 changed files with 5,036 additions and 2,782 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.37.4",
"@redwoodjs/graphql-server": "0.37.4"
"@redwoodjs/api": "1.0.2",
"@redwoodjs/graphql-server": "1.0.2"
}
}
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.37.4"
"@redwoodjs/core": "1.0.2"
},
"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": "^0.37.4",
"@redwoodjs/forms": "0.37.4",
"@redwoodjs/router": "0.37.4",
"@redwoodjs/web": "0.37.4",
"@redwoodjs/auth": "1.0.2",
"@redwoodjs/forms": "1.0.2",
"@redwoodjs/router": "1.0.2",
"@redwoodjs/web": "1.0.2",
"@supabase/supabase-js": "^1.24.0",
"prop-types": "15.7.2",
"react": "17.0.2",
Expand Down
Loading

0 comments on commit c2a4a97

Please sign in to comment.