Skip to content

Commit 43e54d1

Browse files
wojtekmajsnowystingerLFDanLu
authored
Bump @swc/helpers in@react-stately/flags to match other packages (#6379)
* Remove `@swc/helpers` dependency from `@react-stately/flags` Closes #6378 * Update package.json Meet requirement for having a dep on swc helpers --------- Co-authored-by: Robert Snow <[email protected]> Co-authored-by: Daniel Lu <[email protected]>
1 parent 8ad383b commit 43e54d1

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

packages/@react-stately/flags/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"url": "https://github.com/adobe/react-spectrum"
2323
},
2424
"dependencies": {
25-
"@swc/helpers": "^0.4.14"
25+
"@swc/helpers": "^0.5.0"
2626
},
2727
"publishConfig": {
2828
"access": "public"

yarn.lock

-7
Original file line numberDiff line numberDiff line change
@@ -5279,13 +5279,6 @@
52795279
resolved "https://registry.yarnpkg.com/@swc/counter/-/counter-0.1.3.tgz#cc7463bd02949611c6329596fccd2b0ec782b0e9"
52805280
integrity sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==
52815281

5282-
"@swc/helpers@^0.4.14":
5283-
version "0.4.14"
5284-
resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.14.tgz#1352ac6d95e3617ccb7c1498ff019654f1e12a74"
5285-
integrity sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==
5286-
dependencies:
5287-
tslib "^2.4.0"
5288-
52895282
"@swc/helpers@^0.5.0":
52905283
version "0.5.1"
52915284
resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.5.1.tgz#e9031491aa3f26bfcc974a67f48bd456c8a5357a"

0 commit comments

Comments
 (0)