Skip to content

Commit a54a94e

Browse files
committed
Align dependencies, fix module resolution
1 parent b51a623 commit a54a94e

4 files changed

Lines changed: 149 additions & 7 deletions

File tree

apps/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/react": "^18.2.6",
3131
"@types/react-test-renderer": "^18.0.0",
3232
"babel-jest": "^29.6.3",
33-
"eslint": "^8.19.0",
33+
"eslint": "^8.56.0",
3434
"jest": "^29.6.3",
3535
"prettier": "2.8.8",
3636
"react-test-renderer": "18.3.1",

apps/example/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "@react-native/typescript-config/tsconfig.json",
33
"compilerOptions": {
4-
"composite": false
4+
"composite": false,
5+
"moduleResolution": "node"
56
},
67
"references": [
78
{

packages/react-native-carplay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"homepage": "https://github.com/birkir/react-native-carplay#readme",
4141
"peerDependencies": {
4242
"react": "^17.0.2 || ^18.0.0",
43-
"react-native": "^0.60.0"
43+
"react-native": ">=0.60.0"
4444
},
4545
"peerDependenciesMeta": {
4646
"react": {

yarn.lock

Lines changed: 145 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2079,7 +2079,7 @@ __metadata:
20792079
"@types/react": "npm:^18.2.6"
20802080
"@types/react-test-renderer": "npm:^18.0.0"
20812081
babel-jest: "npm:^29.6.3"
2082-
eslint: "npm:^8.19.0"
2082+
eslint: "npm:^8.56.0"
20832083
jest: "npm:^29.6.3"
20842084
prettier: "npm:2.8.8"
20852085
react: "npm:18.3.1"
@@ -2113,7 +2113,7 @@ __metadata:
21132113
languageName: node
21142114
linkType: hard
21152115

2116-
"@eslint-community/regexpp@npm:^4.10.0":
2116+
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.6.1":
21172117
version: 4.11.0
21182118
resolution: "@eslint-community/regexpp@npm:4.11.0"
21192119
checksum: 10/f053f371c281ba173fe6ee16dbc4fe544c84870d58035ccca08dba7f6ce1830d895ce3237a0db89ba37616524775dca82f1c502066b58e2d5712d7f87f5ba17c
@@ -2144,13 +2144,37 @@ __metadata:
21442144
languageName: node
21452145
linkType: hard
21462146

2147+
"@eslint/eslintrc@npm:^2.1.4":
2148+
version: 2.1.4
2149+
resolution: "@eslint/eslintrc@npm:2.1.4"
2150+
dependencies:
2151+
ajv: "npm:^6.12.4"
2152+
debug: "npm:^4.3.2"
2153+
espree: "npm:^9.6.0"
2154+
globals: "npm:^13.19.0"
2155+
ignore: "npm:^5.2.0"
2156+
import-fresh: "npm:^3.2.1"
2157+
js-yaml: "npm:^4.1.0"
2158+
minimatch: "npm:^3.1.2"
2159+
strip-json-comments: "npm:^3.1.1"
2160+
checksum: 10/7a3b14f4b40fc1a22624c3f84d9f467a3d9ea1ca6e9a372116cb92507e485260359465b58e25bcb6c9981b155416b98c9973ad9b796053fd7b3f776a6946bce8
2161+
languageName: node
2162+
linkType: hard
2163+
21472164
"@eslint/js@npm:8.41.0":
21482165
version: 8.41.0
21492166
resolution: "@eslint/js@npm:8.41.0"
21502167
checksum: 10/5465b04fcd9fd3b00fb0dacbe6162844768abf4fdae6b8291d271ab806235478f6c9cdbbc1ce3d4eb29d809fcef8f5f3dcf435569e5ab9fd173c5a1bbeb889ab
21512168
languageName: node
21522169
linkType: hard
21532170

2171+
"@eslint/js@npm:8.57.0":
2172+
version: 8.57.0
2173+
resolution: "@eslint/js@npm:8.57.0"
2174+
checksum: 10/3c501ce8a997cf6cbbaf4ed358af5492875e3550c19b9621413b82caa9ae5382c584b0efa79835639e6e0ddaa568caf3499318e5bdab68643ef4199dce5eb0a0
2175+
languageName: node
2176+
linkType: hard
2177+
21542178
"@gar/promisify@npm:^1.1.3":
21552179
version: 1.1.3
21562180
resolution: "@gar/promisify@npm:1.1.3"
@@ -2186,6 +2210,17 @@ __metadata:
21862210
languageName: node
21872211
linkType: hard
21882212

2213+
"@humanwhocodes/config-array@npm:^0.11.14":
2214+
version: 0.11.14
2215+
resolution: "@humanwhocodes/config-array@npm:0.11.14"
2216+
dependencies:
2217+
"@humanwhocodes/object-schema": "npm:^2.0.2"
2218+
debug: "npm:^4.3.1"
2219+
minimatch: "npm:^3.0.5"
2220+
checksum: 10/3ffb24ecdfab64014a230e127118d50a1a04d11080cbb748bc21629393d100850496456bbcb4e8c438957fe0934430d731042f1264d6a167b62d32fc2863580a
2221+
languageName: node
2222+
linkType: hard
2223+
21892224
"@humanwhocodes/config-array@npm:^0.11.8":
21902225
version: 0.11.8
21912226
resolution: "@humanwhocodes/config-array@npm:0.11.8"
@@ -2211,6 +2246,13 @@ __metadata:
22112246
languageName: node
22122247
linkType: hard
22132248

2249+
"@humanwhocodes/object-schema@npm:^2.0.2":
2250+
version: 2.0.3
2251+
resolution: "@humanwhocodes/object-schema@npm:2.0.3"
2252+
checksum: 10/05bb99ed06c16408a45a833f03a732f59bf6184795d4efadd33238ff8699190a8c871ad1121241bb6501589a9598dc83bf25b99dcbcf41e155cdf36e35e937a3
2253+
languageName: node
2254+
linkType: hard
2255+
22142256
"@isaacs/ttlcache@npm:^1.4.1":
22152257
version: 1.4.1
22162258
resolution: "@isaacs/ttlcache@npm:1.4.1"
@@ -4488,7 +4530,7 @@ __metadata:
44884530
languageName: node
44894531
linkType: hard
44904532

4491-
"@ungap/structured-clone@npm:^1.0.0":
4533+
"@ungap/structured-clone@npm:^1.0.0, @ungap/structured-clone@npm:^1.2.0":
44924534
version: 1.2.0
44934535
resolution: "@ungap/structured-clone@npm:1.2.0"
44944536
checksum: 10/c6fe89a505e513a7592e1438280db1c075764793a2397877ff1351721fe8792a966a5359769e30242b3cd023f2efb9e63ca2ca88019d73b564488cc20e3eab12
@@ -4539,6 +4581,15 @@ __metadata:
45394581
languageName: node
45404582
linkType: hard
45414583

4584+
"acorn@npm:^8.9.0":
4585+
version: 8.12.1
4586+
resolution: "acorn@npm:8.12.1"
4587+
bin:
4588+
acorn: bin/acorn
4589+
checksum: 10/d08c2d122bba32d0861e0aa840b2ee25946c286d5dc5990abca991baf8cdbfbe199b05aacb221b979411a2fea36f83e26b5ac4f6b4e0ce49038c62316c1848f0
4590+
languageName: node
4591+
linkType: hard
4592+
45424593
"agent-base@npm:6, agent-base@npm:^6.0.2":
45434594
version: 6.0.2
45444595
resolution: "agent-base@npm:6.0.2"
@@ -7128,6 +7179,16 @@ __metadata:
71287179
languageName: node
71297180
linkType: hard
71307181

7182+
"eslint-scope@npm:^7.2.2":
7183+
version: 7.2.2
7184+
resolution: "eslint-scope@npm:7.2.2"
7185+
dependencies:
7186+
esrecurse: "npm:^4.3.0"
7187+
estraverse: "npm:^5.2.0"
7188+
checksum: 10/5c660fb905d5883ad018a6fea2b49f3cb5b1cbf2cd4bd08e98646e9864f9bc2c74c0839bed2d292e90a4a328833accc197c8f0baed89cbe8d605d6f918465491
7189+
languageName: node
7190+
linkType: hard
7191+
71317192
"eslint-visitor-keys@npm:^2.1.0":
71327193
version: 2.1.0
71337194
resolution: "eslint-visitor-keys@npm:2.1.0"
@@ -7198,6 +7259,54 @@ __metadata:
71987259
languageName: node
71997260
linkType: hard
72007261

7262+
"eslint@npm:^8.56.0":
7263+
version: 8.57.0
7264+
resolution: "eslint@npm:8.57.0"
7265+
dependencies:
7266+
"@eslint-community/eslint-utils": "npm:^4.2.0"
7267+
"@eslint-community/regexpp": "npm:^4.6.1"
7268+
"@eslint/eslintrc": "npm:^2.1.4"
7269+
"@eslint/js": "npm:8.57.0"
7270+
"@humanwhocodes/config-array": "npm:^0.11.14"
7271+
"@humanwhocodes/module-importer": "npm:^1.0.1"
7272+
"@nodelib/fs.walk": "npm:^1.2.8"
7273+
"@ungap/structured-clone": "npm:^1.2.0"
7274+
ajv: "npm:^6.12.4"
7275+
chalk: "npm:^4.0.0"
7276+
cross-spawn: "npm:^7.0.2"
7277+
debug: "npm:^4.3.2"
7278+
doctrine: "npm:^3.0.0"
7279+
escape-string-regexp: "npm:^4.0.0"
7280+
eslint-scope: "npm:^7.2.2"
7281+
eslint-visitor-keys: "npm:^3.4.3"
7282+
espree: "npm:^9.6.1"
7283+
esquery: "npm:^1.4.2"
7284+
esutils: "npm:^2.0.2"
7285+
fast-deep-equal: "npm:^3.1.3"
7286+
file-entry-cache: "npm:^6.0.1"
7287+
find-up: "npm:^5.0.0"
7288+
glob-parent: "npm:^6.0.2"
7289+
globals: "npm:^13.19.0"
7290+
graphemer: "npm:^1.4.0"
7291+
ignore: "npm:^5.2.0"
7292+
imurmurhash: "npm:^0.1.4"
7293+
is-glob: "npm:^4.0.0"
7294+
is-path-inside: "npm:^3.0.3"
7295+
js-yaml: "npm:^4.1.0"
7296+
json-stable-stringify-without-jsonify: "npm:^1.0.1"
7297+
levn: "npm:^0.4.1"
7298+
lodash.merge: "npm:^4.6.2"
7299+
minimatch: "npm:^3.1.2"
7300+
natural-compare: "npm:^1.4.0"
7301+
optionator: "npm:^0.9.3"
7302+
strip-ansi: "npm:^6.0.1"
7303+
text-table: "npm:^0.2.0"
7304+
bin:
7305+
eslint: bin/eslint.js
7306+
checksum: 10/00496e218b23747a7a9817bf58b522276d0dc1f2e546dceb4eea49f9871574088f72f1f069a6b560ef537efa3a75261b8ef70e51ef19033da1cc4c86a755ef15
7307+
languageName: node
7308+
linkType: hard
7309+
72017310
"espree@npm:^9.5.2":
72027311
version: 9.5.2
72037312
resolution: "espree@npm:9.5.2"
@@ -7209,6 +7318,17 @@ __metadata:
72097318
languageName: node
72107319
linkType: hard
72117320

7321+
"espree@npm:^9.6.0, espree@npm:^9.6.1":
7322+
version: 9.6.1
7323+
resolution: "espree@npm:9.6.1"
7324+
dependencies:
7325+
acorn: "npm:^8.9.0"
7326+
acorn-jsx: "npm:^5.3.2"
7327+
eslint-visitor-keys: "npm:^3.4.1"
7328+
checksum: 10/255ab260f0d711a54096bdeda93adff0eadf02a6f9b92f02b323e83a2b7fc258797919437ad331efec3930475feb0142c5ecaaf3cdab4befebd336d47d3f3134
7329+
languageName: node
7330+
linkType: hard
7331+
72127332
"esprima@npm:^4.0.0, esprima@npm:~4.0.0":
72137333
version: 4.0.1
72147334
resolution: "esprima@npm:4.0.1"
@@ -12421,6 +12541,20 @@ __metadata:
1242112541
languageName: node
1242212542
linkType: hard
1242312543

12544+
"optionator@npm:^0.9.3":
12545+
version: 0.9.4
12546+
resolution: "optionator@npm:0.9.4"
12547+
dependencies:
12548+
deep-is: "npm:^0.1.3"
12549+
fast-levenshtein: "npm:^2.0.6"
12550+
levn: "npm:^0.4.1"
12551+
prelude-ls: "npm:^1.2.1"
12552+
type-check: "npm:^0.4.0"
12553+
word-wrap: "npm:^1.2.5"
12554+
checksum: 10/a8398559c60aef88d7f353a4f98dcdff6090a4e70f874c827302bf1213d9106a1c4d5fcb68dacb1feb3c30a04c4102f41047aa55d4c576b863d6fc876e001af6
12555+
languageName: node
12556+
linkType: hard
12557+
1242412558
"ora@npm:^5.4.1":
1242512559
version: 5.4.1
1242612560
resolution: "ora@npm:5.4.1"
@@ -13458,7 +13592,7 @@ __metadata:
1345813592
typescript: "npm:5.0.4"
1345913593
peerDependencies:
1346013594
react: ^17.0.2 || ^18.0.0
13461-
react-native: ^0.60.0
13595+
react-native: ">=0.60.0"
1346213596
peerDependenciesMeta:
1346313597
react:
1346413598
optional: true
@@ -15915,6 +16049,13 @@ __metadata:
1591516049
languageName: node
1591616050
linkType: hard
1591716051

16052+
"word-wrap@npm:^1.2.5":
16053+
version: 1.2.5
16054+
resolution: "word-wrap@npm:1.2.5"
16055+
checksum: 10/1ec6f6089f205f83037be10d0c4b34c9183b0b63fca0834a5b3cee55dd321429d73d40bb44c8fc8471b5203d6e8f8275717f49a8ff4b2b0ab41d7e1b563e0854
16056+
languageName: node
16057+
linkType: hard
16058+
1591816059
"wordwrap@npm:^1.0.0":
1591916060
version: 1.0.0
1592016061
resolution: "wordwrap@npm:1.0.0"

0 commit comments

Comments
 (0)