Skip to content

Commit ee84b2f

Browse files
chore(deps): ⬆️ update dev dependencies (major)
1 parent b65eaf6 commit ee84b2f

4 files changed

Lines changed: 1344 additions & 1373 deletions

File tree

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@babel/runtime": "7.18.9",
4343
"@types/react": "~18.0.27",
4444
"@types/react-native": "^0.72.2",
45-
"babel-loader": "8.2.5",
46-
"babel-plugin-module-resolver": "4.1.0",
45+
"babel-loader": "9.1.3",
46+
"babel-plugin-module-resolver": "5.0.0",
4747
"babel-preset-expo": "^9.3.0"
4848
},
4949
"resolutions": {

example/yarn.lock

Lines changed: 102 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3181,15 +3181,13 @@ babel-core@^7.0.0-bridge.0:
31813181
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
31823182
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
31833183

3184-
babel-loader@8.2.5:
3185-
version "8.2.5"
3186-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.5.tgz#d45f585e654d5a5d90f5350a779d7647c5ed512e"
3187-
integrity sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==
3184+
babel-loader@9.1.3:
3185+
version "9.1.3"
3186+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a"
3187+
integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==
31883188
dependencies:
3189-
find-cache-dir "^3.3.1"
3190-
loader-utils "^2.0.0"
3191-
make-dir "^3.1.0"
3192-
schema-utils "^2.6.5"
3189+
find-cache-dir "^4.0.0"
3190+
schema-utils "^4.0.0"
31933191

31943192
babel-loader@^8.3.0:
31953193
version "8.3.0"
@@ -3201,7 +3199,18 @@ babel-loader@^8.3.0:
32013199
make-dir "^3.1.0"
32023200
schema-utils "^2.6.5"
32033201

3204-
babel-plugin-module-resolver@4.1.0, babel-plugin-module-resolver@^4.1.0:
3202+
babel-plugin-module-resolver@5.0.0:
3203+
version "5.0.0"
3204+
resolved "https://registry.yarnpkg.com/babel-plugin-module-resolver/-/babel-plugin-module-resolver-5.0.0.tgz#2b7fc176bd55da25f516abf96015617b4f70fc73"
3205+
integrity sha512-g0u+/ChLSJ5+PzYwLwP8Rp8Rcfowz58TJNCe+L/ui4rpzE/mg//JVX0EWBUYoxaextqnwuGHzfGp2hh0PPV25Q==
3206+
dependencies:
3207+
find-babel-config "^2.0.0"
3208+
glob "^8.0.3"
3209+
pkg-up "^3.1.0"
3210+
reselect "^4.1.7"
3211+
resolve "^1.22.1"
3212+
3213+
babel-plugin-module-resolver@^4.1.0:
32053214
version "4.1.0"
32063215
resolved "https://registry.yarnpkg.com/babel-plugin-module-resolver/-/babel-plugin-module-resolver-4.1.0.tgz#22a4f32f7441727ec1fbf4967b863e1e3e9f33e2"
32073216
integrity sha512-MlX10UDheRr3lb3P0WcaIdtCSRlxdQsB1sBqL7W0raF070bGl1HQQq5K3T2vf2XAYie+ww+5AKC/WrkjRO2knA==
@@ -3918,6 +3927,11 @@ commander@~2.13.0:
39183927
resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c"
39193928
integrity sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==
39203929

3930+
common-path-prefix@^3.0.0:
3931+
version "3.0.0"
3932+
resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0"
3933+
integrity sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==
3934+
39213935
commondir@^1.0.1:
39223936
version "1.0.1"
39233937
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
@@ -5146,6 +5160,14 @@ find-babel-config@^1.2.0:
51465160
json5 "^0.5.1"
51475161
path-exists "^3.0.0"
51485162

5163+
find-babel-config@^2.0.0:
5164+
version "2.0.0"
5165+
resolved "https://registry.yarnpkg.com/find-babel-config/-/find-babel-config-2.0.0.tgz#a8216f825415a839d0f23f4d18338a1cc966f701"
5166+
integrity sha512-dOKT7jvF3hGzlW60Gc3ONox/0rRZ/tz7WCil0bqA1In/3I8f1BctpXahRnEKDySZqci7u+dqq93sZST9fOJpFw==
5167+
dependencies:
5168+
json5 "^2.1.1"
5169+
path-exists "^4.0.0"
5170+
51495171
find-cache-dir@^2.0.0:
51505172
version "2.1.0"
51515173
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7"
@@ -5164,6 +5186,14 @@ find-cache-dir@^3.3.1:
51645186
make-dir "^3.0.2"
51655187
pkg-dir "^4.1.0"
51665188

5189+
find-cache-dir@^4.0.0:
5190+
version "4.0.0"
5191+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-4.0.0.tgz#a30ee0448f81a3990708f6453633c733e2f6eec2"
5192+
integrity sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==
5193+
dependencies:
5194+
common-path-prefix "^3.0.0"
5195+
pkg-dir "^7.0.0"
5196+
51675197
find-up@^3.0.0:
51685198
version "3.0.0"
51695199
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
@@ -5187,6 +5217,14 @@ find-up@^5.0.0, find-up@~5.0.0:
51875217
locate-path "^6.0.0"
51885218
path-exists "^4.0.0"
51895219

5220+
find-up@^6.3.0:
5221+
version "6.3.0"
5222+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"
5223+
integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
5224+
dependencies:
5225+
locate-path "^7.1.0"
5226+
path-exists "^5.0.0"
5227+
51905228
find-yarn-workspace-root@~2.0.0:
51915229
version "2.0.0"
51925230
resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz#f47fb8d239c900eb78179aa81b66673eac88f7bd"
@@ -5427,6 +5465,17 @@ glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
54275465
once "^1.3.0"
54285466
path-is-absolute "^1.0.0"
54295467

5468+
glob@^8.0.3:
5469+
version "8.1.0"
5470+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
5471+
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
5472+
dependencies:
5473+
fs.realpath "^1.0.0"
5474+
inflight "^1.0.4"
5475+
inherits "2"
5476+
minimatch "^5.0.1"
5477+
once "^1.3.0"
5478+
54305479
globals@^11.1.0:
54315480
version "11.12.0"
54325481
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -6319,7 +6368,7 @@ json5@^1.0.1:
63196368
dependencies:
63206369
minimist "^1.2.0"
63216370

6322-
json5@^2.1.2, json5@^2.2.2:
6371+
json5@^2.1.1, json5@^2.1.2, json5@^2.2.2:
63236372
version "2.2.3"
63246373
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
63256374
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
@@ -6433,6 +6482,13 @@ locate-path@^6.0.0:
64336482
dependencies:
64346483
p-locate "^5.0.0"
64356484

6485+
locate-path@^7.1.0:
6486+
version "7.2.0"
6487+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.2.0.tgz#69cb1779bd90b35ab1e771e1f2f89a202c2a8a8a"
6488+
integrity sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==
6489+
dependencies:
6490+
p-locate "^6.0.0"
6491+
64366492
lodash.debounce@^4.0.8:
64376493
version "4.0.8"
64386494
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
@@ -7522,6 +7578,13 @@ p-limit@^3.0.2:
75227578
dependencies:
75237579
yocto-queue "^0.1.0"
75247580

7581+
p-limit@^4.0.0:
7582+
version "4.0.0"
7583+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
7584+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
7585+
dependencies:
7586+
yocto-queue "^1.0.0"
7587+
75257588
p-locate@^3.0.0:
75267589
version "3.0.0"
75277590
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
@@ -7543,6 +7606,13 @@ p-locate@^5.0.0:
75437606
dependencies:
75447607
p-limit "^3.0.2"
75457608

7609+
p-locate@^6.0.0:
7610+
version "6.0.0"
7611+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f"
7612+
integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
7613+
dependencies:
7614+
p-limit "^4.0.0"
7615+
75467616
p-map@^2.0.0:
75477617
version "2.1.0"
75487618
resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175"
@@ -7632,6 +7702,11 @@ path-exists@^4.0.0:
76327702
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
76337703
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
76347704

7705+
path-exists@^5.0.0:
7706+
version "5.0.0"
7707+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7"
7708+
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
7709+
76357710
path-is-absolute@^1.0.0:
76367711
version "1.0.1"
76377712
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -7718,6 +7793,13 @@ pkg-dir@^4.1.0:
77187793
dependencies:
77197794
find-up "^4.0.0"
77207795

7796+
pkg-dir@^7.0.0:
7797+
version "7.0.0"
7798+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-7.0.0.tgz#8f0c08d6df4476756c5ff29b3282d0bab7517d11"
7799+
integrity sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==
7800+
dependencies:
7801+
find-up "^6.3.0"
7802+
77217803
pkg-up@^3.1.0:
77227804
version "3.1.0"
77237805
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5"
@@ -8617,6 +8699,11 @@ reselect@^4.0.0:
86178699
resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.7.tgz#56480d9ff3d3188970ee2b76527bd94a95567a42"
86188700
integrity sha512-Zu1xbUt3/OPwsXL46hvOOoQrap2azE7ZQbokq61BQfiXvhewsKDwhMeZjTX9sX0nvw1t/U5Audyn1I9P/m9z0A==
86198701

8702+
reselect@^4.1.7:
8703+
version "4.1.8"
8704+
resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.8.tgz#3f5dc671ea168dccdeb3e141236f69f02eaec524"
8705+
integrity sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==
8706+
86208707
resolve-from@^3.0.0:
86218708
version "3.0.0"
86228709
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
@@ -10320,3 +10407,8 @@ yocto-queue@^0.1.0:
1032010407
version "0.1.0"
1032110408
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
1032210409
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
10410+
10411+
yocto-queue@^1.0.0:
10412+
version "1.0.0"
10413+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
10414+
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@commitlint/cli": "17.0.3",
9797
"@commitlint/config-conventional": "17.3.0",
9898
"@react-native-community/eslint-config": "3.0.3",
99-
"@release-it/conventional-changelog": "5.0.0",
99+
"@release-it/conventional-changelog": "7.0.0",
100100
"@types/jest": "29.1.2",
101101
"@types/react": "^18.0.28",
102102
"@types/react-native": "^0.71.3",
@@ -105,25 +105,25 @@
105105
"eslint": "8.20.0",
106106
"eslint-plugin-ft-flow": "^2.0.3",
107107
"eslint-plugin-import": "2.26.0",
108-
"eslint-plugin-simple-import-sort": "8.0.0",
108+
"eslint-plugin-simple-import-sort": "10.0.0",
109109
"expo-haptics": "12.2.1",
110110
"gacp": "3.0.2",
111111
"husky": "8.0.1",
112-
"jest": "^26.6.3",
112+
"jest": "^29.0.0",
113113
"lint-staged": "13.0.3",
114114
"metro-react-native-babel-preset": "^0.73.4",
115115
"pinst": "3.0.0",
116-
"prettier": "^2.8.4",
116+
"prettier": "^3.0.0",
117117
"react": "^18.2.0",
118118
"react-dom": "^18.2.0",
119119
"react-native": "0.71.8",
120120
"react-native-builder-bob": "0.18.3",
121121
"react-native-gesture-handler": "^2.9.0",
122122
"react-native-reanimated": "3.1.0",
123123
"react-native-svg": "13.9.0",
124-
"release-it": "15.10.3",
124+
"release-it": "16.1.3",
125125
"sort-package-json": "2.0.0",
126-
"typescript": "4.8.4"
126+
"typescript": "5.1.6"
127127
},
128128
"peerDependencies": {
129129
"expo-haptics": "12.0.1",

0 commit comments

Comments
 (0)