Skip to content

Commit

Permalink
bump react, react-dom and ink versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Krause authored and oblador committed Oct 12, 2024
1 parent 277637c commit d6e7236
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"update-loki": "LOKI_FILE=`cd ../.. && echo \\`pwd\\`/\\`npm pack\\`` && npm install $LOKI_FILE --no-save && rm $LOKI_FILE"
},
"dependencies": {
"react": "17.0.2",
"react": "18.3.1",
"react-native": "0.68.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-motion": "^0.5.2",
"react-scripts": "5.0.0",
"web-vitals": "^2.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"cosmiconfig": "^7.0.0",
"fs-extra": "^9.1.0",
"import-jsx": "^4.0.1",
"ink": "^3.2.0",
"ink": "^5.0.1",
"minimist": "^1.2.0",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react": "^18.3.1",
"transliteration": "^2.2.0"
}
}

0 comments on commit d6e7236

Please sign in to comment.