Skip to content

Commit a4c865d

Browse files
committed
Update cosmiconfig
1 parent bf655f9 commit a4c865d

File tree

4 files changed

+9
-24
lines changed

4 files changed

+9
-24
lines changed

example/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"@babel/preset-env": "^7.20.0",
4545
"@babel/runtime": "^7.20.0",
4646
"@types/react": "^18.0.28",
47-
"@types/react-native": "^0.71.3",
4847
"metro-react-native-babel-preset": "0.73.7",
4948
"pod-install": "0.1.38",
5049
"typescript": "^4.9.5"

example/yarn.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,14 +1696,7 @@
16961696
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
16971697
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
16981698

1699-
"@types/react-native@^0.71.3":
1700-
version "0.71.3"
1701-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.71.3.tgz#537f669ed6b38b5ae47444bd9d253c4cff23bed7"
1702-
integrity sha512-0Uqw1YZ0qbVla0MMWFTANFm6W8KYWNvGQmYfucdecbXivLMcQ2v4PovuYFKr7bE6Bc5nDCUEaga962Y8gcDF7A==
1703-
dependencies:
1704-
"@types/react" "*"
1705-
1706-
"@types/react@*", "@types/react@^18.0.28":
1699+
"@types/react@^18.0.28":
17071700
version "18.0.28"
17081701
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065"
17091702
integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==
@@ -5020,7 +5013,7 @@ react-native-paper@^5.2.0:
50205013
use-event-callback "^0.1.0"
50215014

50225015
react-native-permissions@../:
5023-
version "3.6.1"
5016+
version "3.7.1"
50245017
dependencies:
50255018
cosmiconfig "^8.0.0"
50265019
picocolors "^1.0.0"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
}
6161
},
6262
"dependencies": {
63-
"cosmiconfig": "^8.0.0",
63+
"cosmiconfig": "^8.1.0",
6464
"picocolors": "^1.0.0"
6565
},
6666
"devDependencies": {
67-
"@types/react-native": "^0.71.3",
67+
"@types/react": "^18.0.28",
6868
"@typescript-eslint/eslint-plugin": "^5.53.0",
6969
"@typescript-eslint/parser": "^5.53.0",
7070
"eslint": "^8.35.0",

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,14 +1527,7 @@
15271527
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
15281528
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
15291529

1530-
"@types/react-native@^0.71.3":
1531-
version "0.71.3"
1532-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.71.3.tgz#537f669ed6b38b5ae47444bd9d253c4cff23bed7"
1533-
integrity sha512-0Uqw1YZ0qbVla0MMWFTANFm6W8KYWNvGQmYfucdecbXivLMcQ2v4PovuYFKr7bE6Bc5nDCUEaga962Y8gcDF7A==
1534-
dependencies:
1535-
"@types/react" "*"
1536-
1537-
"@types/react@*":
1530+
"@types/react@^18.0.28":
15381531
version "18.0.28"
15391532
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065"
15401533
integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==
@@ -2391,10 +2384,10 @@ cosmiconfig@^7.0.1:
23912384
path-type "^4.0.0"
23922385
yaml "^1.10.0"
23932386

2394-
cosmiconfig@^8.0.0:
2395-
version "8.0.0"
2396-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.0.0.tgz#e9feae014eab580f858f8a0288f38997a7bebe97"
2397-
integrity sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==
2387+
cosmiconfig@^8.1.0:
2388+
version "8.1.0"
2389+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.1.0.tgz#947e174c796483ccf0a48476c24e4fefb7e1aea8"
2390+
integrity sha512-0tLZ9URlPGU7JsKq0DQOQ3FoRsYX8xDZ7xMiATQfaiGMz7EHowNkbU9u1coAOmnh9p/1ySpm0RB3JNWRXM5GCg==
23982391
dependencies:
23992392
import-fresh "^3.2.1"
24002393
js-yaml "^4.1.0"

0 commit comments

Comments
 (0)