Skip to content

Commit

Permalink
Update redwood monorepo to v7.3.2 (#479)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 11, 2024
1 parent 1ad0eb1 commit dd0d320
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 178 deletions.
6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"dependencies": {
"@redwoodjs-stripe/api": "^1.0.7",
"@redwoodjs/api": "7.3.0",
"@redwoodjs/auth-dbauth-api": "7.3.0",
"@redwoodjs/graphql-server": "7.3.0",
"@redwoodjs/api": "7.3.2",
"@redwoodjs/auth-dbauth-api": "7.3.2",
"@redwoodjs/graphql-server": "7.3.2",
"graphql-scalars": "1.23.0",
"nodemailer": "6.9.13",
"stripe": "12.18.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@playwright/test": "1.43.0",
"@redwoodjs/core": "7.3.0",
"@redwoodjs/core": "7.3.2",
"enquirer": "2.4.1"
},
"eslintConfig": {
Expand Down
12 changes: 6 additions & 6 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"dependencies": {
"@radix-ui/react-dialog": "1.0.5",
"@redwoodjs-stripe/web": "^1.0.7",
"@redwoodjs/auth": "7.3.0",
"@redwoodjs/auth-dbauth-web": "7.3.0",
"@redwoodjs/forms": "7.3.0",
"@redwoodjs/router": "7.3.0",
"@redwoodjs/web": "7.3.0",
"@redwoodjs/auth": "7.3.2",
"@redwoodjs/auth-dbauth-web": "7.3.2",
"@redwoodjs/forms": "7.3.2",
"@redwoodjs/router": "7.3.2",
"@redwoodjs/web": "7.3.2",
"@stripe/stripe-js": "1.54.2",
"@xstate/immer": "0.3.3",
"@xstate/react": "3.2.2",
Expand All @@ -33,7 +33,7 @@
"xstate": "4.38.0"
},
"devDependencies": {
"@redwoodjs/vite": "7.3.0",
"@redwoodjs/vite": "7.3.2",
"@testing-library/user-event": "14.5.2"
}
}
Loading

0 comments on commit dd0d320

Please sign in to comment.