Skip to content

Commit

Permalink
Update redwood monorepo to v0.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 11, 2022
1 parent b155518 commit 02d8c8c
Show file tree
Hide file tree
Showing 4 changed files with 4,527 additions and 2,749 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": "0.49.1",
"@redwoodjs/graphql-server": "0.49.1"
}
}
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": "0.49.1"
},
"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": "0.49.1",
"@redwoodjs/forms": "0.49.1",
"@redwoodjs/router": "0.49.1",
"@redwoodjs/web": "0.49.1",
"@supabase/supabase-js": "^1.24.0",
"prop-types": "15.7.2",
"react": "17.0.2",
Expand Down
Loading

0 comments on commit 02d8c8c

Please sign in to comment.