Skip to content

Commit

Permalink
upgrade to v8 stable (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM authored Sep 4, 2024
1 parent f4efa12 commit 115ec5b
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 282 deletions.
18 changes: 9 additions & 9 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"dependencies": {
"@graphql-yoga/plugin-response-cache": "3.3.0",
"@react-email/components": "0.0.24",
"@redwoodjs/api": "8.0.0-rc.1367",
"@redwoodjs/api-server": "8.0.0-rc.1367",
"@redwoodjs/auth-dbauth-api": "8.0.0-rc.1367",
"@redwoodjs/graphql-server": "8.0.0-rc.1367",
"@redwoodjs/mailer-core": "8.0.0-rc.1367",
"@redwoodjs/mailer-handler-resend": "8.0.0-rc.1367",
"@redwoodjs/mailer-renderer-react-email": "8.0.0-rc.1367",
"@redwoodjs/api": "8.0.0",
"@redwoodjs/api-server": "8.0.0",
"@redwoodjs/auth-dbauth-api": "8.0.0",
"@redwoodjs/graphql-server": "8.0.0",
"@redwoodjs/mailer-core": "8.0.0",
"@redwoodjs/mailer-handler-resend": "8.0.0",
"@redwoodjs/mailer-renderer-react-email": "8.0.0",
"graphql-request": "6.1.0"
},
"devDependencies": {
"@redwoodjs/mailer-handler-in-memory": "8.0.0-rc.1367",
"@redwoodjs/mailer-handler-studio": "8.0.0-rc.1367"
"@redwoodjs/mailer-handler-in-memory": "8.0.0",
"@redwoodjs/mailer-handler-studio": "8.0.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
]
},
"devDependencies": {
"@redwoodjs/auth-dbauth-setup": "8.0.0-rc.1367",
"@redwoodjs/cli-data-migrate": "8.0.0-rc.1367",
"@redwoodjs/cli-storybook-vite": "8.0.0-rc.1367",
"@redwoodjs/core": "8.0.0-rc.1367",
"@redwoodjs/realtime": "8.0.0-rc.1367",
"@redwoodjs/auth-dbauth-setup": "8.0.0",
"@redwoodjs/cli-data-migrate": "8.0.0",
"@redwoodjs/cli-storybook-vite": "8.0.0",
"@redwoodjs/core": "8.0.0",
"@redwoodjs/realtime": "8.0.0",
"prettier-plugin-tailwindcss": "0.5.12"
},
"eslintConfig": {
Expand Down
12 changes: 6 additions & 6 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"dependencies": {
"@apollo/client-react-streaming": "0.10.0",
"@mdx-js/rollup": "3.0.1",
"@redwoodjs/auth-dbauth-middleware": "8.0.0-rc.1367",
"@redwoodjs/auth-dbauth-web": "8.0.0-rc.1367",
"@redwoodjs/forms": "8.0.0-rc.1367",
"@redwoodjs/router": "8.0.0-rc.1367",
"@redwoodjs/vite": "8.0.0-rc.1367",
"@redwoodjs/web": "8.0.0-rc.1367",
"@redwoodjs/auth-dbauth-middleware": "8.0.0",
"@redwoodjs/auth-dbauth-web": "8.0.0",
"@redwoodjs/forms": "8.0.0",
"@redwoodjs/router": "8.0.0",
"@redwoodjs/vite": "8.0.0",
"@redwoodjs/web": "8.0.0",
"@stefanprobst/rehype-extract-toc": "^2.2.0",
"date-fns": "^3.3.1",
"feed": "4.2.2",
Expand Down
Loading

0 comments on commit 115ec5b

Please sign in to comment.