Skip to content

Commit

Permalink
feat(create-anywidget): Use React 19 in React templates (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored Dec 15, 2024
1 parent f513c64 commit 4217f31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-items-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-anywidget": patch
---

Use React 19 in React templates
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ src/ipyfoo/static
"build": "bun build js/widget.jsx --minify --format=esm --outdir=src/ipyfoo/static --asset-naming=[name].[ext]"
},
"dependencies": {
"@anywidget/react": "0.0.8",
"@anywidget/react": "0.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down Expand Up @@ -340,7 +340,7 @@ src/ipyfoo/static
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@anywidget/react": "0.0.8",
"@anywidget/react": "0.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down Expand Up @@ -1303,7 +1303,7 @@ src/ipyfoo/static
"build": "esbuild js/widget.jsx --minify --format=esm --bundle --outdir=src/ipyfoo/static"
},
"dependencies": {
"@anywidget/react": "0.0.8",
"@anywidget/react": "0.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down Expand Up @@ -1534,7 +1534,7 @@ src/ipyfoo/static
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@anywidget/react": "0.0.8",
"@anywidget/react": "0.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down

0 comments on commit 4217f31

Please sign in to comment.