Skip to content

Commit d6e7236

Browse files
Dennis Krauseoblador
Dennis Krause
authored andcommitted
bump react, react-dom and ink versions to latest
1 parent 277637c commit d6e7236

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"update-loki": "LOKI_FILE=`cd ../.. && echo \\`pwd\\`/\\`npm pack\\`` && npm install $LOKI_FILE --no-save && rm $LOKI_FILE"
1212
},
1313
"dependencies": {
14-
"react": "17.0.2",
14+
"react": "18.3.1",
1515
"react-native": "0.68.2"
1616
},
1717
"devDependencies": {

examples/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"@testing-library/jest-dom": "^5.14.1",
77
"@testing-library/react": "^12.0.0",
88
"@testing-library/user-event": "^13.2.1",
9-
"react": "^17.0.2",
10-
"react-dom": "^17.0.2",
9+
"react": "^18.3.1",
10+
"react-dom": "^18.3.1",
1111
"react-motion": "^0.5.2",
1212
"react-scripts": "5.0.0",
1313
"web-vitals": "^2.1.0"

packages/runner/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"cosmiconfig": "^7.0.0",
4242
"fs-extra": "^9.1.0",
4343
"import-jsx": "^4.0.1",
44-
"ink": "^3.2.0",
44+
"ink": "^5.0.1",
4545
"minimist": "^1.2.0",
4646
"ramda": "^0.27.1",
47-
"react": "^17.0.2",
47+
"react": "^18.3.1",
4848
"transliteration": "^2.2.0"
4949
}
5050
}

0 commit comments

Comments
 (0)