Skip to content

Commit

Permalink
Use experimental versions in package.json
Browse files Browse the repository at this point in the history
These get overridden anyway.
  • Loading branch information
sebmarkbage committed Dec 12, 2024
1 parent e9b6d21 commit 89773da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fixtures/flight-parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"express": "^4.18.2",
"parcel": "2.0.0-dev.1787",
"process": "^0.11.10",
"react": "^19",
"react-dom": "^19",
"react-server-dom-parcel": "^0.0.1",
"react": "experimental",
"react-dom": "experimental",
"react-server-dom-parcel": "experimental",
"rsc-html-stream": "^0.0.4",
"ws": "^8.8.1"
},
Expand Down

0 comments on commit 89773da

Please sign in to comment.