Skip to content

Commit

Permalink
chore(RSC): update RSC test projects to latest canary (#9717)
Browse files Browse the repository at this point in the history
Follow up to #9701. We needed
to wait for a canary to be published.
  • Loading branch information
jtoar authored Dec 15, 2023
1 parent a6037b1 commit 209add6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions __fixtures__/test-project-rsa/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": "7.0.0-canary.348",
"@redwoodjs/graphql-server": "7.0.0-canary.348"
"@redwoodjs/api": "7.0.0-canary.717",
"@redwoodjs/graphql-server": "7.0.0-canary.717"
}
}
2 changes: 1 addition & 1 deletion __fixtures__/test-project-rsa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "7.0.0-canary.348"
"@redwoodjs/core": "7.0.0-canary.717"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
Expand Down
8 changes: 4 additions & 4 deletions __fixtures__/test-project-rsa/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
]
},
"dependencies": {
"@redwoodjs/forms": "7.0.0-canary.404",
"@redwoodjs/router": "7.0.0-canary.404",
"@redwoodjs/web": "7.0.0-canary.404",
"@redwoodjs/forms": "7.0.0-canary.717",
"@redwoodjs/router": "7.0.0-canary.717",
"@redwoodjs/web": "7.0.0-canary.717",
"react": "0.0.0-experimental-e5205658f-20230913",
"react-dom": "0.0.0-experimental-e5205658f-20230913"
},
"devDependencies": {
"@redwoodjs/vite": "7.0.0-canary.404"
"@redwoodjs/vite": "7.0.0-canary.717"
}
}
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": "7.0.0-canary.413",
"@redwoodjs/graphql-server": "7.0.0-canary.413"
"@redwoodjs/api": "7.0.0-canary.717",
"@redwoodjs/graphql-server": "7.0.0-canary.717"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
},
"devDependencies": {
"@redwoodjs/core": "7.0.0-canary.413"
"@redwoodjs/core": "7.0.0-canary.717"
},
"eslintConfig": {
"extends": "@redwoodjs/eslint-config",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
]
},
"dependencies": {
"@redwoodjs/forms": "7.0.0-canary.413",
"@redwoodjs/router": "7.0.0-canary.413",
"@redwoodjs/web": "7.0.0-canary.413",
"@redwoodjs/forms": "7.0.0-canary.717",
"@redwoodjs/router": "7.0.0-canary.717",
"@redwoodjs/web": "7.0.0-canary.717",
"@tobbe.dev/rsc-test": "0.0.3",
"client-only": "0.0.1",
"react": "0.0.0-experimental-e5205658f-20230913",
"react-dom": "0.0.0-experimental-e5205658f-20230913",
"server-only": "0.0.1"
},
"devDependencies": {
"@redwoodjs/vite": "7.0.0-canary.413",
"@redwoodjs/vite": "7.0.0-canary.717",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15"
}
Expand Down

0 comments on commit 209add6

Please sign in to comment.