Skip to content

Commit

Permalink
Merge pull request #319 from web-ridge/update-packages
Browse files Browse the repository at this point in the history
chore: bump project dependencies to latest stable
  • Loading branch information
iM-GeeKy authored Sep 2, 2023
2 parents ff5452c + 5eb0203 commit cc17b74
Show file tree
Hide file tree
Showing 12 changed files with 1,060 additions and 895 deletions.
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"test": "jest"
},
"dependencies": {
"expo": "^49.0.5",
"expo-splash-screen": "~0.20.4",
"expo": "^49.0.9",
"expo-splash-screen": "~0.20.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.3",
"react-native-paper": "^5.9.1",
"react-native-web": "~0.19.6"
"react-native": "0.72.4",
"react-native-paper": "^5.10.3",
"react-native-web": "~0.19.8"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@expo/webpack-config": "^18.1.2",
"@babel/core": "^7.22.11",
"@expo/webpack-config": "^19.0.0",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.1.0"
}
Expand Down
523 changes: 333 additions & 190 deletions example/yarn.lock

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,32 +50,32 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.6.7",
"@commitlint/config-conventional": "^17.7.0",
"@react-native-community/eslint-config": "^3.2.0",
"@release-it/conventional-changelog": "^5.1.1",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^11.5.4",
"@types/color": "^3.0.3",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.17",
"@types/react-native-vector-icons": "^6.4.13",
"@types/jest": "^29.5.4",
"@types/react": "^18.2.21",
"@types/react-native-vector-icons": "^6.4.14",
"@types/react-test-renderer": "^18.0.0",
"babel-loader": "^8.3.0",
"caniuse-lite": "^1.0.30001517",
"commitlint": "^17.6.7",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"caniuse-lite": "^1.0.30001525",
"commitlint": "^17.7.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.6.2",
"metro-react-native-babel-preset": "^0.76.7",
"pod-install": "^0.1.38",
"jest": "^29.6.4",
"metro-react-native-babel-preset": "^0.76.8",
"pod-install": "^0.1.39",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-native": "^0.72.3",
"react-native": "^0.72.4",
"react-native-builder-bob": "^0.20.4",
"react-native-paper": "^5.9.1",
"react-native-safe-area-context": "^4.7.1",
"react-native-paper": "^5.10.3",
"react-native-safe-area-context": "^4.7.2",
"react-native-vector-icons": "^9.2.0",
"react-test-renderer": "^18.2.0",
"release-it": "^15.10.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4040,10 +4040,6 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
{
"margin": 0,
},
{
"paddingLeft": 16,
"paddingRight": 16,
},
{
"height": 56,
},
Expand All @@ -4058,6 +4054,8 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
"fontWeight": undefined,
"letterSpacing": 0.15,
"lineHeight": undefined,
"paddingLeft": 16,
"paddingRight": 16,
"textAlign": "left",
"textAlignVertical": "center",
},
Expand Down
6 changes: 2 additions & 4 deletions src/__tests__/Date/__snapshots__/CalendarEdit.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,6 @@ exports[`renders CalendarEdit 1`] = `
{
"margin": 0,
},
{
"paddingLeft": 16,
"paddingRight": 16,
},
{
"height": 56,
},
Expand All @@ -210,6 +206,8 @@ exports[`renders CalendarEdit 1`] = `
"fontWeight": undefined,
"letterSpacing": 0.15,
"lineHeight": undefined,
"paddingLeft": 16,
"paddingRight": 16,
"textAlign": "left",
"textAlignVertical": "center",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ exports[`renders DatePickerInput 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
[
{
"flex": 1,
},
undefined,
]
{
"flex": 1,
}
}
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ exports[`renders DatePickerInput 1`] = `
{
"margin": 0,
},
{
"paddingLeft": 16,
"paddingRight": 16,
},
{
"height": 56,
},
Expand All @@ -202,6 +198,8 @@ exports[`renders DatePickerInput 1`] = `
"fontWeight": undefined,
"letterSpacing": 0.15,
"lineHeight": undefined,
"paddingLeft": 16,
"paddingRight": 16,
"textAlign": "left",
"textAlignVertical": "center",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ exports[`renders DatePickerModal 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
[
{
"flex": 1,
},
undefined,
]
{
"flex": 1,
}
}
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ exports[`renders DatePickerModalContent 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
[
{
"flex": 1,
},
undefined,
]
{
"flex": 1,
}
}
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ exports[`renders DatePickerModalHeader 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
[
{
"flex": 1,
},
undefined,
]
{
"flex": 1,
}
}
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ exports[`renders DatePickerModalHeaderBackground 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
[
{
"flex": 1,
},
undefined,
]
{
"flex": 1,
}
}
/>
`;
Loading

0 comments on commit cc17b74

Please sign in to comment.