Skip to content

Commit

Permalink
Fix React mismatch (#2051)
Browse files Browse the repository at this point in the history
* Pin React to 18.2 in skeleton

* Pin React to 18.2 in examples and other projects

* Changesets
  • Loading branch information
frandiox committed Apr 30, 2024
1 parent ad0c5e3 commit 9c36c8a
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 84 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-ducks-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skeleton': patch
---

Pin React dependency to 18.2.0 to avoid mismatches.
4 changes: 2 additions & 2 deletions docs/preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"he": "^1.2.0",
"isbot": "^3.6.8",
"marked": "^9.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"express": "^4.19.2",
"isbot": "^3.6.8",
"morgan": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^2.8.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/multipass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"isbot": "^3.6.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"snakecase-keys": "^5.5.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/partytown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"isbot": "^3.6.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^2.8.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"isbot": "^3.6.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^2.8.0",
Expand Down
Loading

0 comments on commit 9c36c8a

Please sign in to comment.