Skip to content

Commit 6bf64f4

Browse files
chore(deps): ⬆️ update dev dependencies (major)
1 parent 03d7e0b commit 6bf64f4

4 files changed

Lines changed: 1082 additions & 1067 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.2",
46+
"babel-plugin-module-resolver": "5.0.0",
4747
"babel-preset-expo": "^9.3.0"
4848
},
4949
"resolutions": {

example/yarn.lock

Lines changed: 44 additions & 11 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.2:
3185+
version "9.1.2"
3186+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.2.tgz#a16a080de52d08854ee14570469905a5fc00d39c"
3187+
integrity sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==
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 "^3.3.2"
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==
@@ -5146,6 +5155,14 @@ find-babel-config@^1.2.0:
51465155
json5 "^0.5.1"
51475156
path-exists "^3.0.0"
51485157

5158+
find-babel-config@^2.0.0:
5159+
version "2.0.0"
5160+
resolved "https://registry.yarnpkg.com/find-babel-config/-/find-babel-config-2.0.0.tgz#a8216f825415a839d0f23f4d18338a1cc966f701"
5161+
integrity sha512-dOKT7jvF3hGzlW60Gc3ONox/0rRZ/tz7WCil0bqA1In/3I8f1BctpXahRnEKDySZqci7u+dqq93sZST9fOJpFw==
5162+
dependencies:
5163+
json5 "^2.1.1"
5164+
path-exists "^4.0.0"
5165+
51495166
find-cache-dir@^2.0.0:
51505167
version "2.1.0"
51515168
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7"
@@ -5155,7 +5172,7 @@ find-cache-dir@^2.0.0:
51555172
make-dir "^2.0.0"
51565173
pkg-dir "^3.0.0"
51575174

5158-
find-cache-dir@^3.3.1:
5175+
find-cache-dir@^3.3.1, find-cache-dir@^3.3.2:
51595176
version "3.3.2"
51605177
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
51615178
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
@@ -5427,6 +5444,17 @@ glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
54275444
once "^1.3.0"
54285445
path-is-absolute "^1.0.0"
54295446

5447+
glob@^8.0.3:
5448+
version "8.1.0"
5449+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
5450+
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
5451+
dependencies:
5452+
fs.realpath "^1.0.0"
5453+
inflight "^1.0.4"
5454+
inherits "2"
5455+
minimatch "^5.0.1"
5456+
once "^1.3.0"
5457+
54305458
globals@^11.1.0:
54315459
version "11.12.0"
54325460
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -6319,7 +6347,7 @@ json5@^1.0.1:
63196347
dependencies:
63206348
minimist "^1.2.0"
63216349

6322-
json5@^2.1.2, json5@^2.2.2:
6350+
json5@^2.1.1, json5@^2.1.2, json5@^2.2.2:
63236351
version "2.2.3"
63246352
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
63256353
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
@@ -8617,6 +8645,11 @@ reselect@^4.0.0:
86178645
resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.7.tgz#56480d9ff3d3188970ee2b76527bd94a95567a42"
86188646
integrity sha512-Zu1xbUt3/OPwsXL46hvOOoQrap2azE7ZQbokq61BQfiXvhewsKDwhMeZjTX9sX0nvw1t/U5Audyn1I9P/m9z0A==
86198647

8648+
reselect@^4.1.7:
8649+
version "4.1.8"
8650+
resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.8.tgz#3f5dc671ea168dccdeb3e141236f69f02eaec524"
8651+
integrity sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==
8652+
86208653
resolve-from@^3.0.0:
86218654
version "3.0.0"
86228655
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"

package.json

Lines changed: 4 additions & 4 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": "6.0.0",
100100
"@types/jest": "29.1.2",
101101
"@types/react": "^18.0.28",
102102
"@types/react-native": "^0.71.3",
@@ -105,11 +105,11 @@
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",
@@ -123,7 +123,7 @@
123123
"react-native-svg": "13.9.0",
124124
"release-it": "15.10.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)