Skip to content

Commit

Permalink
Update redwood monorepo to v7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 13, 2024
1 parent dd0d320 commit f72a518
Show file tree
Hide file tree
Showing 4 changed files with 347 additions and 406 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.2",
"@redwoodjs/auth-dbauth-api": "7.3.2",
"@redwoodjs/graphql-server": "7.3.2",
"@redwoodjs/api": "7.4.1",
"@redwoodjs/auth-dbauth-api": "7.4.1",
"@redwoodjs/graphql-server": "7.4.1",
"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.2",
"@redwoodjs/core": "7.4.1",
"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.2",
"@redwoodjs/auth-dbauth-web": "7.3.2",
"@redwoodjs/forms": "7.3.2",
"@redwoodjs/router": "7.3.2",
"@redwoodjs/web": "7.3.2",
"@redwoodjs/auth": "7.4.1",
"@redwoodjs/auth-dbauth-web": "7.4.1",
"@redwoodjs/forms": "7.4.1",
"@redwoodjs/router": "7.4.1",
"@redwoodjs/web": "7.4.1",
"@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.2",
"@redwoodjs/vite": "7.4.1",
"@testing-library/user-event": "14.5.2"
}
}
Loading

0 comments on commit f72a518

Please sign in to comment.