Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit 731b1cd

Browse files
committed
chore: update build script for smaller sourcemap & sourcemap for types
1 parent ddad635 commit 731b1cd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
"url": "https://github.com/satya164/react-native-tab-view/issues"
4444
},
4545
"homepage": "https://github.com/satya164/react-native-tab-view#readme",
46+
"dependencies": {
47+
"use-latest-callback": "^0.1.5"
48+
},
4649
"devDependencies": {
4750
"@commitlint/config-conventional": "^17.1.0",
4851
"@expo/vector-icons": "^13.0.0",
@@ -61,7 +64,7 @@
6164
"prettier": "^2.7.1",
6265
"react": "18.0.0",
6366
"react-native": "0.69.5",
64-
"react-native-builder-bob": "^0.18.3",
67+
"react-native-builder-bob": "^0.19.1",
6568
"react-native-pager-view": "5.4.24",
6669
"release-it": "^15.4.0",
6770
"typescript": "^4.8.2"
@@ -97,8 +100,5 @@
97100
}
98101
]
99102
]
100-
},
101-
"dependencies": {
102-
"use-latest-callback": "^0.1.5"
103103
}
104104
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9122,10 +9122,10 @@ react-is@^17.0.1:
91229122
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
91239123
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
91249124

9125-
react-native-builder-bob@^0.18.3:
9126-
version "0.18.3"
9127-
resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.18.3.tgz#fb4d3e50a3b2290db3c88de6d40403ac7eb9f85f"
9128-
integrity sha512-togj+ClsPAsTK3ZFmFZVIftUIkxvN1YxJws0/6sQIlAr14U3rvtBseOQAQM0Pora1GD2aObdBVHDVhKBHWojLA==
9125+
react-native-builder-bob@^0.19.1:
9126+
version "0.19.1"
9127+
resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.19.1.tgz#aa63a99265c45c13d3a96da0ded1f307f099d8ab"
9128+
integrity sha512-wuDlnC9In9txUC9tn/vugiZW28V3rGDeS7201w2Jw5H/O0auljEv9orfY7OAG/ylZ9AfV3B9PKrmF9dHtYXP0w==
91299129
dependencies:
91309130
"@babel/core" "^7.18.5"
91319131
"@babel/plugin-proposal-class-properties" "^7.17.12"

0 commit comments

Comments
 (0)