Skip to content

Commit

Permalink
react 19 in squiggle-lang; force latest react-reconciler
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk committed Dec 27, 2024
1 parent 61f47e7 commit 1825871
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 410 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
},
"pnpm": {
"overrides": {
"@headlessui/react": "^2.2.0"
"@headlessui/react": "^2.2.0",
"react-reconciler": "^0.31.0"
},
"patchedDependencies": {
"react-select": "patches/react-select.patch"
Expand Down
7 changes: 6 additions & 1 deletion packages/squiggle-lang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"jstat": "^1.9.6",
"lodash": "^4.17.21",
"open": "^10.1.0",
"react": "^19.0.0",
"web-worker": "^1.2.0"
},
"devDependencies": {
Expand All @@ -66,9 +65,15 @@
"jest": "^29.7.0",
"peggy": "^4.0.2",
"prettier": "^3.3.3",
"react": "^19.0.0",
"react-reconciler": "^0.31.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"peerDependencies": {
"react": "^18 | ^19",
"react-reconciler": "^0.31.0"
},
"files": [
"dist",
"bin",
Expand Down
Loading

0 comments on commit 1825871

Please sign in to comment.