Skip to content

Commit

Permalink
Update redwood monorepo to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 13, 2024
1 parent 4f17151 commit c6675ea
Show file tree
Hide file tree
Showing 4 changed files with 3,396 additions and 2,751 deletions.
6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "6.3.1",
"@redwoodjs/auth-dbauth-api": "6.3.1",
"@redwoodjs/graphql-server": "6.3.1"
"@redwoodjs/api": "7.4.1",
"@redwoodjs/auth-dbauth-api": "7.4.1",
"@redwoodjs/graphql-server": "7.4.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
]
},
"devDependencies": {
"@redwoodjs/auth-dbauth-setup": "6.3.1",
"@redwoodjs/core": "6.3.1"
"@redwoodjs/auth-dbauth-setup": "7.4.1",
"@redwoodjs/core": "7.4.1"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
Expand Down
10 changes: 5 additions & 5 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
]
},
"dependencies": {
"@redwoodjs/auth-dbauth-web": "6.3.1",
"@redwoodjs/forms": "6.3.1",
"@redwoodjs/router": "6.3.1",
"@redwoodjs/web": "6.3.1",
"@redwoodjs/auth-dbauth-web": "7.4.1",
"@redwoodjs/forms": "7.4.1",
"@redwoodjs/router": "7.4.1",
"@redwoodjs/web": "7.4.1",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@redwoodjs/vite": "6.3.1",
"@redwoodjs/vite": "7.4.1",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.6",
"@tailwindcss/line-clamp": "0.4.4",
Expand Down
Loading

0 comments on commit c6675ea

Please sign in to comment.