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 Jun 28, 2024
1 parent 2ec2217 commit 8dda79d
Show file tree
Hide file tree
Showing 4 changed files with 3,676 additions and 2,852 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.7.2",
"@redwoodjs/auth-dbauth-api": "7.7.2",
"@redwoodjs/graphql-server": "7.7.2"
}
}
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.7.2",
"@redwoodjs/core": "7.7.2"
},
"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.7.2",
"@redwoodjs/forms": "7.7.2",
"@redwoodjs/router": "7.7.2",
"@redwoodjs/web": "7.7.2",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@redwoodjs/vite": "6.3.1",
"@redwoodjs/vite": "7.7.2",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.6",
"@tailwindcss/line-clamp": "0.4.4",
Expand Down
Loading

0 comments on commit 8dda79d

Please sign in to comment.