Skip to content

Commit

Permalink
CRWA: Manually update rw package versions to v6 canary (redwoodjs#8863)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Jul 9, 2023
1 parent 96c0120 commit b02db27
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/create-redwood-app/templates/js/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": "5.0.0",
"@redwoodjs/graphql-server": "5.0.0"
"@redwoodjs/api": "6.0.0-canary.635",
"@redwoodjs/graphql-server": "6.0.0-canary.635"
}
}
2 changes: 1 addition & 1 deletion packages/create-redwood-app/templates/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "5.0.0"
"@redwoodjs/core": "6.0.0-canary.635"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-redwood-app/templates/js/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
]
},
"dependencies": {
"@redwoodjs/forms": "5.0.0",
"@redwoodjs/router": "5.0.0",
"@redwoodjs/web": "5.0.0",
"@redwoodjs/forms": "6.0.0-canary.635",
"@redwoodjs/router": "6.0.0-canary.635",
"@redwoodjs/web": "6.0.0-canary.635",
"prop-types": "15.8.1",
"react": "18.3.0-canary-035a41c4e-20230704",
"react-dom": "18.3.0-canary-035a41c4e-20230704"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-redwood-app/templates/ts/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": "5.0.0",
"@redwoodjs/graphql-server": "5.0.0"
"@redwoodjs/api": "6.0.0-canary.635",
"@redwoodjs/graphql-server": "6.0.0-canary.635"
}
}
2 changes: 1 addition & 1 deletion packages/create-redwood-app/templates/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "5.0.0"
"@redwoodjs/core": "6.0.0-canary.635"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-redwood-app/templates/ts/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
]
},
"dependencies": {
"@redwoodjs/forms": "5.0.0",
"@redwoodjs/router": "5.0.0",
"@redwoodjs/web": "5.0.0",
"@redwoodjs/forms": "6.0.0-canary.635",
"@redwoodjs/router": "6.0.0-canary.635",
"@redwoodjs/web": "6.0.0-canary.635",
"prop-types": "15.8.1",
"react": "18.3.0-canary-035a41c4e-20230704",
"react-dom": "18.3.0-canary-035a41c4e-20230704"
Expand Down

0 comments on commit b02db27

Please sign in to comment.