Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed Jan 19, 2023
1 parent 0e96c33 commit 910e79e
Show file tree
Hide file tree
Showing 4 changed files with 1,843 additions and 1,737 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,34 +54,34 @@
"react-native": "*"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.0.3",
"@react-native-community/eslint-config": "^3.1.0",
"@commitlint/config-conventional": "^17.4.2",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/eslint-plugin-specs": "^0.71.0",
"@release-it/conventional-changelog": "^5.1.0",
"@types/jest": "^28.1.7",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@release-it/conventional-changelog": "^5.1.1",
"@types/jest": "^29.2.6",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-native": "^0.69.5",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"babel-plugin-module-resolver": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"babel-plugin-module-resolver": "^5.0.0",
"clang-format": "^1.8.0",
"commitlint": "^17.0.3",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"commitlint": "^17.4.2",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"jest": "^28.1.3",
"husky": "^8.0.3",
"jest": "^29.3.1",
"metro-react-native-babel-preset": "^0.72.1",
"prettier": "^2.7.1",
"prettier": "^2.8.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.69.4",
"react-native-builder-bob": "^0.18.3",
"react-native-builder-bob": "^0.20.3",
"react-test-renderer": "^18.2.0",
"release-it": "^15.3.0",
"typescript": "^4.7.4"
"release-it": "^15.6.0",
"typescript": "^4.9.4"
},
"repository": {
"type": "git",
Expand Down
44 changes: 22 additions & 22 deletions src/__tests__/__snapshots__/SafeAreaContext-test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ exports[`SafeAreaContext does not render child until inset values are received 1
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
Array [
Object {
[
{
"flex": 1,
},
undefined,
Expand All @@ -18,8 +18,8 @@ exports[`SafeAreaContext renders 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
Array [
Object {
[
{
"flex": 1,
},
undefined,
Expand All @@ -32,8 +32,8 @@ exports[`SafeAreaContext renders child when inset values are received 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
Array [
Object {
[
{
"flex": 1,
},
undefined,
Expand All @@ -46,8 +46,8 @@ exports[`SafeAreaContext renders child when inset values are received 2`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
Array [
Object {
[
{
"flex": 1,
},
undefined,
Expand All @@ -56,7 +56,7 @@ exports[`SafeAreaContext renders child when inset values are received 2`] = `
>
<View
style={
Object {
{
"height": 100,
"left": 0,
"paddingBottom": 4,
Expand All @@ -75,8 +75,8 @@ exports[`SafeAreaContext supports setting initial insets 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
Array [
Object {
[
{
"flex": 1,
},
undefined,
Expand All @@ -85,7 +85,7 @@ exports[`SafeAreaContext supports setting initial insets 1`] = `
>
<View
style={
Object {
{
"height": 100,
"left": 0,
"paddingBottom": 4,
Expand All @@ -104,8 +104,8 @@ exports[`SafeAreaContext uses inner insets 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
Array [
Object {
[
{
"flex": 1,
},
undefined,
Expand All @@ -115,8 +115,8 @@ exports[`SafeAreaContext uses inner insets 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
Array [
Object {
[
{
"flex": 1,
},
undefined,
Expand All @@ -125,7 +125,7 @@ exports[`SafeAreaContext uses inner insets 1`] = `
>
<View
style={
Object {
{
"height": 16,
"left": 0,
"paddingBottom": 5,
Expand All @@ -145,8 +145,8 @@ exports[`SafeAreaContext uses parent insets when available 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
Array [
Object {
[
{
"flex": 1,
},
undefined,
Expand All @@ -156,8 +156,8 @@ exports[`SafeAreaContext uses parent insets when available 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
Array [
Object {
[
{
"flex": 1,
},
undefined,
Expand All @@ -166,7 +166,7 @@ exports[`SafeAreaContext uses parent insets when available 1`] = `
>
<View
style={
Object {
{
"height": 100,
"left": 0,
"paddingBottom": 4,
Expand Down
14 changes: 7 additions & 7 deletions src/__tests__/__snapshots__/SafeAreaView-test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ exports[`SafeAreaView can override padding styles 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
Array [
Object {
[
{
"flex": 1,
},
undefined,
Expand All @@ -14,15 +14,15 @@ exports[`SafeAreaView can override padding styles 1`] = `
>
<RNCSafeAreaView
edges={
Array [
[
"bottom",
"left",
"right",
"top",
]
}
style={
Object {
{
"paddingTop": 0,
}
}
Expand All @@ -36,8 +36,8 @@ exports[`SafeAreaView renders 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
Array [
Object {
[
{
"flex": 1,
},
undefined,
Expand All @@ -46,7 +46,7 @@ exports[`SafeAreaView renders 1`] = `
>
<RNCSafeAreaView
edges={
Array [
[
"bottom",
"left",
"right",
Expand Down
Loading

0 comments on commit 910e79e

Please sign in to comment.