Skip to content

Commit 925af70

Browse files
Update redwood monorepo to v4.0.0-rc.515
1 parent 033d8ed commit 925af70

File tree

4 files changed

+2623
-1846
lines changed

4 files changed

+2623
-1846
lines changed

api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@redwoodjs/api": "4.0.0-canary.230",
6+
"@redwoodjs/api": "4.0.0-rc.515",
77
"@redwoodjs/auth-providers-api": "^0.0.1",
8-
"@redwoodjs/graphql-server": "4.0.0-canary.230",
8+
"@redwoodjs/graphql-server": "4.0.0-rc.515",
99
"date-fns": "2.28.0",
1010
"got": "11.8.3"
1111
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
]
99
},
1010
"devDependencies": {
11-
"@redwoodjs/core": "4.0.0-canary.230"
11+
"@redwoodjs/core": "4.0.0-rc.515"
1212
},
1313
"eslintConfig": {
1414
"extends": "@redwoodjs/eslint-config"

web/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
],
88
"dependencies": {
99
"@headlessui/react": "1.6.1",
10-
"@redwoodjs/auth": "4.0.0-canary.230",
10+
"@redwoodjs/auth": "4.0.0-rc.515",
1111
"@redwoodjs/auth-providers-web": "^0.0.1",
12-
"@redwoodjs/forms": "4.0.0-canary.230",
13-
"@redwoodjs/router": "4.0.0-canary.230",
14-
"@redwoodjs/web": "4.0.0-canary.230",
12+
"@redwoodjs/forms": "4.0.0-rc.515",
13+
"@redwoodjs/router": "4.0.0-rc.515",
14+
"@redwoodjs/web": "4.0.0-rc.515",
1515
"@types/netlify-identity-widget": "^1.9.3",
1616
"netlify-identity-widget": "^1.9.2",
1717
"prop-types": "^15.7.2",

0 commit comments

Comments
 (0)