Skip to content

Commit

Permalink
fix: remove unnecessary peer dependencies (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
luancurti authored May 31, 2021
1 parent 08072ae commit 06fbbb1
Show file tree
Hide file tree
Showing 5 changed files with 3,296 additions and 3,624 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# - rn/yarn_install
# fails with Error untarring cache: Error extracting tarball /var/folders/bq/mjrgbpkx5h1g_b22fpv0tlzc0000gn/T/cache376822577 : tmp/yarn/: Cannot extract through symlink tmp/yarn tmp/yarn/v6/: Cannot extract through symlink tmp/yarn/v6 tmp/yarn/v6/.tmp/: Cannot extract through symlink tmp/yarn/v6/.tmp tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/: Cannot extract through symlink tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules/: Cannot extract through symlink tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules/@babel/: Cannot extract through symlink tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules/@babel tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules/@babel/code-frame/: Cannot extract: exit status 1
- run:
command: yarn install --frozen-lockfile
command: yarn install --frozen-lockfile --ignore-engines
name: yarn install
- run:
command: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion example/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const App = () => {
return (
<SafeAreaView style={[backgroundStyle, {flex: 1}]}>
<StatusBar barStyle="dark-content" />
<ScrollView>
<ScrollView testID="DateTimePickerScrollView">
{global.HermesInternal != null && (
<View style={styles.engine}>
<Text testID="hermesIndicator" style={styles.footer}>
Expand Down
1 change: 1 addition & 0 deletions example/e2e/detoxTest.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ describe('Example', () => {
});

it('setTz should change time text when setTzOffsetInMinutes is 60 minutes', async () => {
await element(by.id('DateTimePickerScrollView')).scrollTo('bottom');
await userOpensPickerSetTimeZoneOffset({
mode: 'time',
display: 'default',
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@
"react-test-renderer": "16.11.0",
"semantic-release": "^17.1.1"
},
"peerDependencies": {
"react": ">=16.8.3",
"react-native": ">=0.60",
"react-native-windows": ">=0.62"
},
"dependencies": {
"invariant": "^2.2.4"
},
Expand Down
Loading

0 comments on commit 06fbbb1

Please sign in to comment.