Skip to content

Commit

Permalink
upgrade to react v19 and latest headlessui/react
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk committed Oct 25, 2024
1 parent b566269 commit 0b273db
Show file tree
Hide file tree
Showing 3 changed files with 393 additions and 313 deletions.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@floating-ui/react": "^0.26.16",
"@headlessui/react": "^2.0.4",
"@headlessui/react": "^2.2.0",
"clsx": "^2.1.1",
"framer-motion": "^11.0.3",
"react-colorful": "^5.6.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squiggle-website",
"version": "2.0.0",
"version": "3.0.0",
"private": true,
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -29,8 +29,8 @@
"katex": "^0.16.11",
"next": "^15.0.1",
"pako": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"react": "19.0.0-rc-cae764ce-20241025",
"react-dom": "19.0.0-rc-cae764ce-20241025",
"react-icons": "^5.2.1",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.14.0",
Expand Down
Loading

0 comments on commit 0b273db

Please sign in to comment.