Skip to content

Commit

Permalink
fix(deps): update redwood monorepo to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 28, 2023
1 parent fb05987 commit a93bb28
Show file tree
Hide file tree
Showing 4 changed files with 6,761 additions and 6,054 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": "^5.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": "^5.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": "^5.0.0",
"@redwoodjs/forms": "^5.0.0",
"@redwoodjs/router": "^5.0.0",
"@redwoodjs/web": "^5.0.0",
"classnames": "2.3.2",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
Expand Down

0 comments on commit a93bb28

Please sign in to comment.