Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 6bee314

Browse files
Update redwood monorepo to v7.4.3 (#482)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59f394b commit 6bee314

File tree

4 files changed

+347
-406
lines changed

4 files changed

+347
-406
lines changed

Diff for: api/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"private": true,
55
"dependencies": {
66
"@redwoodjs-stripe/api": "^1.0.7",
7-
"@redwoodjs/api": "7.3.2",
8-
"@redwoodjs/auth-dbauth-api": "7.3.2",
9-
"@redwoodjs/graphql-server": "7.3.2",
7+
"@redwoodjs/api": "7.4.3",
8+
"@redwoodjs/auth-dbauth-api": "7.4.3",
9+
"@redwoodjs/graphql-server": "7.4.3",
1010
"graphql-scalars": "1.23.0",
1111
"nodemailer": "6.9.13",
1212
"stripe": "12.18.0"

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@playwright/test": "1.43.1",
12-
"@redwoodjs/core": "7.3.2",
12+
"@redwoodjs/core": "7.4.3",
1313
"enquirer": "2.4.1"
1414
},
1515
"eslintConfig": {

Diff for: web/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"dependencies": {
1616
"@radix-ui/react-dialog": "1.0.5",
1717
"@redwoodjs-stripe/web": "^1.0.7",
18-
"@redwoodjs/auth": "7.3.2",
19-
"@redwoodjs/auth-dbauth-web": "7.3.2",
20-
"@redwoodjs/forms": "7.3.2",
21-
"@redwoodjs/router": "7.3.2",
22-
"@redwoodjs/web": "7.3.2",
18+
"@redwoodjs/auth": "7.4.3",
19+
"@redwoodjs/auth-dbauth-web": "7.4.3",
20+
"@redwoodjs/forms": "7.4.3",
21+
"@redwoodjs/router": "7.4.3",
22+
"@redwoodjs/web": "7.4.3",
2323
"@stripe/stripe-js": "1.54.2",
2424
"@xstate/immer": "0.3.3",
2525
"@xstate/react": "3.2.2",
@@ -33,7 +33,7 @@
3333
"xstate": "4.38.0"
3434
},
3535
"devDependencies": {
36-
"@redwoodjs/vite": "7.3.2",
36+
"@redwoodjs/vite": "7.4.3",
3737
"@testing-library/user-event": "14.5.2"
3838
}
3939
}

0 commit comments

Comments
 (0)