Skip to content

Commit 954f0bd

Browse files
committed
chore(deps): update devDependencies (#380).
1 parent 550aeb0 commit 954f0bd

File tree

10 files changed

+4455
-4822
lines changed

10 files changed

+4455
-4822
lines changed

example/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"react-native-svg": "12.1.1"
1717
},
1818
"devDependencies": {
19-
"@babel/core": "^7.12.9",
20-
"@babel/runtime": "^7.12.5",
19+
"@babel/core": "~7.18.9",
20+
"@babel/runtime": "~7.18.9",
2121
"@react-native-community/eslint-config": "^2.0.0",
2222
"babel-jest": "^26.6.3",
2323
"eslint": "^7.32.0",

example/examples/ios/Podfile.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,12 @@ PODS:
284284
- React-jsinspector (0.69.1)
285285
- React-logger (0.69.1):
286286
- glog
287-
- react-native-safe-area-context (3.3.2):
288-
- React-Core
287+
- react-native-safe-area-context (4.3.1):
288+
- RCT-Folly
289+
- RCTRequired
290+
- RCTTypeSafety
291+
- React
292+
- ReactCommon/turbomodule/core
289293
- React-perflogger (0.69.1)
290294
- React-RCTActionSheet (0.69.1):
291295
- React-Core/RCTActionSheetHeaders (= 0.69.1)
@@ -354,9 +358,9 @@ PODS:
354358
- React-perflogger (= 0.69.1)
355359
- RNCMaskedView (0.1.11):
356360
- React
357-
- RNGestureHandler (2.0.0):
361+
- RNGestureHandler (2.5.0):
358362
- React-Core
359-
- RNScreens (3.7.2):
363+
- RNScreens (3.15.0):
360364
- React-Core
361365
- React-RCTImage
362366
- RNSVG (12.1.1):
@@ -556,7 +560,7 @@ SPEC CHECKSUMS:
556560
React-jsiexecutor: 758e70947c232828a66b5ddc42d02b4d010fa26e
557561
React-jsinspector: 55605caf04e02f9b0e05842b786f1c12dde08f4b
558562
React-logger: ca970551cb7eea2fd814d0d5f6fc1a471eb53b76
559-
react-native-safe-area-context: 584dc04881deb49474363f3be89e4ca0e854c057
563+
react-native-safe-area-context: 6c12e3859b6f27b25de4fee8201cfb858432d8de
560564
React-perflogger: c9161ff0f1c769993cd11d2751e4331ff4ceb7cd
561565
React-RCTActionSheet: 2d885b0bea76a5254ef852939273edd8de116180
562566
React-RCTAnimation: 353fa4fc3c19060068832dd32e555182ec07be45
@@ -570,13 +574,13 @@ SPEC CHECKSUMS:
570574
React-runtimeexecutor: 27f468c5576eaf05ffb7a907528e44c75a3fcbae
571575
ReactCommon: e30ec17dfb1d4c4f3419eac254350d6abca6d5a2
572576
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
573-
RNGestureHandler: 51c9f32f43720c3a1c7660690a843f33acbcf01f
574-
RNScreens: 0591543e343c7444ea1756b6265d81a4295922c9
577+
RNGestureHandler: bad495418bcbd3ab47017a38d93d290ebd406f50
578+
RNScreens: 4a1af06327774490d97342c00aee0c2bafb497b7
575579
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
576580
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
577581
Yoga: 7ab6e3ee4ce47d7b789d1cb520163833e515f452
578582
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
579583

580584
PODFILE CHECKSUM: 36745b97236db17730b2d687b78fe071003a4a52
581585

582-
COCOAPODS: 1.11.2
586+
COCOAPODS: 1.11.3

example/examples/ios/examples.xcodeproj/project.pbxproj

Lines changed: 49 additions & 49 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

example/examples/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
1111
},
1212
"dependencies": {
13-
"@react-native-community/masked-view": "0.1.11",
14-
"@react-navigation/native": "6.0.4",
15-
"@react-navigation/stack": "6.0.9",
13+
"@react-native-community/masked-view": "~0.1.11",
14+
"@react-navigation/native": "~6.0.11",
15+
"@react-navigation/stack": "~6.2.2",
1616
"@uiw/react-native": "3.0.3",
1717
"react": "18.0.0",
1818
"react-native": "0.69.1",
19-
"react-native-gesture-handler": "2.0.0",
20-
"react-native-safe-area-context": "3.3.2",
21-
"react-native-screens": "3.7.2",
19+
"react-native-gesture-handler": "~2.5.0",
20+
"react-native-safe-area-context": "~4.3.1",
21+
"react-native-screens": "~3.15.0",
2222
"react-native-svg": "12.1.1"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.12.9",
26-
"@babel/runtime": "^7.12.5",
25+
"@babel/core": "~7.18.9",
26+
"@babel/runtime": "~7.18.9",
2727
"@react-native-community/eslint-config": "^2.0.0",
2828
"babel-jest": "^26.6.3",
2929
"@types/react-native": "0.69.1",
@@ -33,7 +33,7 @@
3333
"metro-react-native-babel-preset": "^0.70.3",
3434
"react-native-codegen": "0.0.8",
3535
"react-test-renderer": "18.0.0",
36-
"typescript": "4.4.4"
36+
"typescript": "^4.7.4"
3737
},
3838
"resolutions": {
3939
"@types/react": "^17"

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@
2626
"clean": "lerna clean --yes"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "7.16.0",
30-
"@babel/helper-create-class-features-plugin": "7.15.0",
31-
"@babel/plugin-proposal-class-properties": "7.14.5",
32-
"@babel/plugin-proposal-decorators": "7.14.5",
33-
"@babel/preset-env": "7.15.0",
34-
"@babel/preset-typescript": "7.15.0",
29+
"@babel/core": "~7.18.9",
30+
"@babel/helper-create-class-features-plugin": "~7.18.9",
31+
"@babel/plugin-proposal-class-properties": "~7.18.6",
32+
"@babel/plugin-proposal-decorators": "~7.18.9",
33+
"@babel/preset-env": "~7.18.9",
34+
"@babel/preset-typescript": "~7.18.6",
3535
"babel-preset-react-native": "4.0.1",
36-
"fs-extra": "10.0.0",
36+
"fs-extra": "~10.1.0",
3737
"metro-react-native-babel-preset": "0.70.3",
3838
"react": "18.0.0",
3939
"react-native": "0.69.1"
4040
},
4141
"dependencies": {
42-
"husky": "7.0.4",
43-
"lerna": "4.0.0",
44-
"prettier": "2.5.1",
45-
"pretty-quick": "3.1.2",
46-
"tsbb": "3.5.4",
47-
"typescript": "4.4.4"
42+
"husky": "^8.0.1",
43+
"lerna": "^5.3.0",
44+
"prettier": "^2.7.1",
45+
"pretty-quick": "^3.1.3",
46+
"tsbb": "^3.7.6",
47+
"typescript": "^4.7.4"
4848
},
4949
"workspaces": {
5050
"packages": [

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"README.md"
5151
],
5252
"dependencies": {
53-
"@babel/runtime": "^7.16.0",
54-
"@types/color": "3.0.2",
53+
"@babel/runtime": "~7.18.9",
54+
"@types/color": "~3.0.3",
5555
"@types/lodash": "4.14.172",
5656
"@types/react-native": "0.69.1",
5757
"@uiw/icons": "2.5.3",
@@ -69,8 +69,8 @@
6969
"react-native-svg": ">=9.9.3"
7070
},
7171
"devDependencies": {
72-
"@babel/core": "^7.16.0",
73-
"@babel/preset-typescript": "7.15.0"
72+
"@babel/core": "~7.18.9",
73+
"@babel/preset-typescript": "~7.18.6"
7474
},
7575
"engines": {
7676
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"

packages/core/src/ActionBar/index.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import _ from 'lodash';
1+
import keys from 'lodash/keys';
2+
import map from 'lodash/map';
23
import React, { ReactNode, useMemo, useRef, useEffect } from 'react';
34
import {
45
StyleSheet,
@@ -94,7 +95,7 @@ function ActionBar({
9495
const onItemsLayout = (event: LayoutChangeEvent, index: number) => {
9596
const layout = event.nativeEvent.layout || {};
9697
itemsLayouts[index] = layout;
97-
if (actions && _.keys(itemsLayouts).length === _.keys(actions).length) {
98+
if (actions && keys(itemsLayouts).length === keys(actions).length) {
9899
onFocusIndex(focusIndex);
99100
}
100101
};
@@ -187,7 +188,7 @@ function ActionBar({
187188
<View
188189
style={[styles.container, { justifyContent: 'space-between', paddingHorizontal: scroll ? 0 : 20, ...style }]}
189190
>
190-
{_.map(actions, ({ label = '', onPress, render, fontStyle }, i) => {
191+
{map(actions, ({ label = '', onPress, render, fontStyle }, i) => {
191192
const prop = {
192193
onLayout: (event: LayoutChangeEvent) => onItemsLayout(event, i),
193194
key: i,

packages/core/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"noEmit": false,
1616
"target": "esnext",
1717
"module": "esnext",
18-
"types": ["node"],
1918
"baseUrl": "."
2019
},
2120
"exclude": ["node_modules"],

0 commit comments

Comments
 (0)