Skip to content

Commit

Permalink
upgrade react in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Nov 21, 2023
1 parent 22c5142 commit 04e5c09
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 148 deletions.
6 changes: 3 additions & 3 deletions packages/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"codspeed:run": "NODE_ENV=production node ./codspeed/dist/index.bench.mjs"
},
"dependencies": {
"next": "canary",
"react": "18.2.0",
"react-dom": "18.2.0",
"next": "14.0.3",
"react": "18.3.0-canary-bbb9cb116-20231117",
"react-dom": "18.3.0-canary-bbb9cb116-20231117",
"next-yak": "workspace:*",
"styled-components": "6.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "20.4.5",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.7",
"next": "14.0.0",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.6",
Expand Down
Loading

0 comments on commit 04e5c09

Please sign in to comment.