Skip to content

Commit 7fa22ce

Browse files
committed
fix: revert some deps related changes (docs)
1 parent dc6c246 commit 7fa22ce

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

.circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ jobs:
105105
- run:
106106
name: Build docs
107107
command: |
108-
sudo corepack enable
109108
export DOCUSAURUS_BASE_URL="/output/job/$CIRCLE_WORKFLOW_JOB_ID/artifacts/$CIRCLE_NODE_INDEX/docs/"
110109
cd docs && yarn build && cd ..
111110
bash .circleci/comment-artifacts.sh

docs/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/react-color": "^3.0.6",
4444
"component-docs": "^0.24.0",
4545
"patch-package": "^6.5.0",
46-
"typescript": "^4.9.0"
46+
"typescript": "^4.8.4"
4747
},
4848
"browserslist": {
4949
"production": [
@@ -61,8 +61,6 @@
6161
"node": ">=18"
6262
},
6363
"resolutions": {
64-
"react-docgen": "5.4.3",
65-
"ast-types": "~0.16.1",
6664
"@types/react": "18.0.8",
6765
"@types/react-dom": "18.0.8"
6866
}

docs/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -4516,12 +4516,12 @@ __metadata:
45164516
languageName: node
45174517
linkType: hard
45184518

4519-
"ast-types@npm:~0.16.1":
4520-
version: 0.16.1
4521-
resolution: "ast-types@npm:0.16.1"
4519+
"ast-types@npm:0.14.2, ast-types@npm:^0.14.2":
4520+
version: 0.14.2
4521+
resolution: "ast-types@npm:0.14.2"
45224522
dependencies:
45234523
tslib: "npm:^2.0.1"
4524-
checksum: 10c0/abcc49e42eb921a7ebc013d5bec1154651fb6dbc3f497541d488859e681256901b2990b954d530ba0da4d0851271d484f7057d5eff5e07cb73e8b10909f711bf
4524+
checksum: 10c0/5d66d89b6c07fe092087454b6042dbaf81f2882b176db93861e2b986aafe0bce49e1f1ff59aac775d451c1426ad1e967d250e9e3548f5166ea8a3475e66c169d
45254525
languageName: node
45264526
linkType: hard
45274527

@@ -6435,7 +6435,7 @@ __metadata:
64356435
react-native-safe-area-context: "npm:^4.5.0"
64366436
react-native-vector-icons: "npm:^9.2.0"
64376437
react-native-web: "npm:^0.18.12"
6438-
typescript: "npm:^4.9.0"
6438+
typescript: "npm:^4.8.4"
64396439
use-latest-callback: "npm:^0.1.7"
64406440
languageName: unknown
64416441
linkType: soft
@@ -11839,7 +11839,7 @@ __metadata:
1183911839
languageName: node
1184011840
linkType: hard
1184111841

11842-
"react-docgen@npm:5.4.3":
11842+
"react-docgen@npm:^5.3.1":
1184311843
version: 5.4.3
1184411844
resolution: "react-docgen@npm:5.4.3"
1184511845
dependencies:
@@ -13983,7 +13983,7 @@ __metadata:
1398313983
languageName: node
1398413984
linkType: hard
1398513985

13986-
"typescript@npm:^4.9.0":
13986+
"typescript@npm:^4.8.4":
1398713987
version: 4.9.5
1398813988
resolution: "typescript@npm:4.9.5"
1398913989
bin:
@@ -13993,7 +13993,7 @@ __metadata:
1399313993
languageName: node
1399413994
linkType: hard
1399513995

13996-
"typescript@patch:typescript@npm%3A^4.9.0#optional!builtin<compat/typescript>":
13996+
"typescript@patch:typescript@npm%3A^4.8.4#optional!builtin<compat/typescript>":
1399713997
version: 4.9.5
1399813998
resolution: "typescript@patch:typescript@npm%3A4.9.5#optional!builtin<compat/typescript>::version=4.9.5&hash=289587"
1399913999
bin:

src/components/Button/Button.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ const Button = (
337337
buttonStyle,
338338
style,
339339
!isV3 && !disabled && { elevation },
340-
] satisfies Animated.WithAnimatedValue<StyleProp<ViewStyle>>
340+
] as Animated.WithAnimatedValue<StyleProp<ViewStyle>>
341341
}
342342
{...(isV3 && { elevation: elevation })}
343343
>

0 commit comments

Comments
 (0)