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

Commit 53e8704

Browse files
Update redwood monorepo to v8
1 parent f8553dc commit 53e8704

File tree

4 files changed

+2770
-6447
lines changed

4 files changed

+2770
-6447
lines changed

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.7.4",
8-
"@redwoodjs/auth-dbauth-api": "7.7.4",
9-
"@redwoodjs/graphql-server": "7.7.4",
7+
"@redwoodjs/api": "8.2.0",
8+
"@redwoodjs/auth-dbauth-api": "8.2.0",
9+
"@redwoodjs/graphql-server": "8.2.0",
1010
"graphql-scalars": "1.23.0",
1111
"nodemailer": "6.9.14",
1212
"stripe": "12.18.0"

package.json

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

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.1.1",
1717
"@redwoodjs-stripe/web": "^1.0.7",
18-
"@redwoodjs/auth": "7.7.4",
19-
"@redwoodjs/auth-dbauth-web": "7.7.4",
20-
"@redwoodjs/forms": "7.7.4",
21-
"@redwoodjs/router": "7.7.4",
22-
"@redwoodjs/web": "7.7.4",
18+
"@redwoodjs/auth": "8.2.0",
19+
"@redwoodjs/auth-dbauth-web": "8.2.0",
20+
"@redwoodjs/forms": "8.2.0",
21+
"@redwoodjs/router": "8.2.0",
22+
"@redwoodjs/web": "8.2.0",
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.7.4",
36+
"@redwoodjs/vite": "8.2.0",
3737
"@testing-library/user-event": "14.5.2"
3838
}
3939
}

0 commit comments

Comments
 (0)