Skip to content

Commit

Permalink
fix(deps): update redwood monorepo to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 20, 2024
1 parent f486f13 commit 01e8ec2
Show file tree
Hide file tree
Showing 4 changed files with 9,120 additions and 12,352 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@redwoodjs/api": "^1.5.1",
"@redwoodjs/graphql-server": "^1.5.1",
"@redwoodjs/graphql-server": "^7.0.0",
"accept-language-parser": "^1.5.0",
"node-fetch": "2.6.7",
"nodemailer": "6.8.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "^1.5.1"
"@redwoodjs/core": "^7.0.0"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
Expand Down
8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"dependencies": {
"@headlessui/react": "1.7.3",
"@heroicons/react": "^1.0.6",
"@redwoodjs/auth": "^1.5.1",
"@redwoodjs/forms": "^1.5.1",
"@redwoodjs/router": "^1.5.1",
"@redwoodjs/web": "^1.5.1",
"@redwoodjs/auth": "^7.0.0",
"@redwoodjs/forms": "^7.0.0",
"@redwoodjs/router": "^7.0.0",
"@redwoodjs/web": "^7.0.0",
"classnames": "2.3.2",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
Expand Down

0 comments on commit 01e8ec2

Please sign in to comment.