Skip to content

Commit

Permalink
Upgrade to v0.32.1 canary.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterp committed May 13, 2021
1 parent 1beae62 commit 635717a
Show file tree
Hide file tree
Showing 4 changed files with 1,966 additions and 1,325 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "^0.28.3",
"@redwoodjs/api": "^0.32.1-canary.8",
"@redwoodjs/api-server": "^0.28.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"packages/*"
],
"devDependencies": {
"@redwoodjs/core": "0.28.3"
"@redwoodjs/core": "^0.32.1-canary.8"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config"
Expand Down
7 changes: 4 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
]
},
"dependencies": {
"@redwoodjs/forms": "^0.28.3",
"@redwoodjs/router": "^0.28.3",
"@redwoodjs/web": "^0.28.3",
"@redwoodjs/auth": "^0.32.1-canary.8",
"@redwoodjs/forms": "^0.32.1-canary.8",
"@redwoodjs/router": "^0.32.1-canary.8",
"@redwoodjs/web": "^0.32.1-canary.8",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
Loading

0 comments on commit 635717a

Please sign in to comment.