Skip to content

Commit 596148c

Browse files
chore(examples): upgrade with-react-native-web dependencies (vercel#41024)
Closes vercel#41010 ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have a helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `pnpm lint` - [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
1 parent c889b31 commit 596148c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: examples/with-react-native-web/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
},
88
"dependencies": {
99
"next": "latest",
10-
"react": "^17.0.2",
11-
"react-dom": "^17.0.2",
12-
"react-native-web": "^0.13.14"
10+
"react": "^18.2.0",
11+
"react-dom": "^18.2.0",
12+
"react-native-web": "^0.18.9"
1313
},
1414
"devDependencies": {
15-
"babel-plugin-react-native-web": "^0.13.14"
15+
"babel-plugin-react-native-web": "^0.18.9"
1616
}
1717
}

0 commit comments

Comments
 (0)