Skip to content

Commit

Permalink
update redwood 0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoccino committed Mar 16, 2022
1 parent 6049b33 commit d1c78d0
Show file tree
Hide file tree
Showing 4 changed files with 672 additions and 525 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": "^0.45.0",
"@redwoodjs/graphql-server": "^0.45.0",
"@redwoodjs/api": "^0.46.0",
"@redwoodjs/graphql-server": "^0.46.0",
"async": "^3.2.3",
"aws-sdk": "^2.1062.0",
"decimal.js": "^10.3.1",
Expand All @@ -16,4 +16,4 @@
"node-static": "^0.7.11",
"sharp": "^0.30.1"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "^0.45.0"
"@redwoodjs/core": "^0.46.0"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
Expand All @@ -36,4 +36,4 @@
"migrate": "yarn rw prisma migrate dev",
"studio": "yarn rw prisma studio"
}
}
}
8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@chakra-ui/react": "^1.7.4",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@redwoodjs/auth": "^0.45.0",
"@redwoodjs/forms": "^0.45.0",
"@redwoodjs/router": "^0.45.0",
"@redwoodjs/web": "^0.45.0",
"@redwoodjs/auth": "^0.46.0",
"@redwoodjs/forms": "^0.46.0",
"@redwoodjs/router": "^0.46.0",
"@redwoodjs/web": "^0.46.0",
"@wojtekmaj/react-daterange-picker": "^3.3.2",
"decimal.js": "^10.3.1",
"framer-motion": "^5",
Expand Down
Loading

0 comments on commit d1c78d0

Please sign in to comment.