Skip to content

Commit e604b67

Browse files
committed
fix(ci): add @react-native/eslint-plugin and babel dependencies
1 parent ccb9a5d commit e604b67

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

packages/native-date/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,16 @@
8282
},
8383
"homepage": "https://github.com/bbernag/react-native-date#readme",
8484
"devDependencies": {
85+
"@babel/core": "^7.28.6",
86+
"@babel/eslint-parser": "^7.28.6",
8587
"@commitlint/config-conventional": "^19.8.1",
8688
"@eslint/compat": "^1.3.2",
8789
"@eslint/eslintrc": "^3.3.1",
8890
"@eslint/js": "^9.35.0",
8991
"@react-native/babel-preset": "0.81.1",
9092
"@react-native/eslint-config": "^0.81.1",
93+
"@react-native/eslint-plugin": "^0.83.1",
94+
"@types/babel__core": "^7",
9195
"@types/react": "^19.1.0",
9296
"@typescript-eslint/eslint-plugin": "^8.53.1",
9397
"@typescript-eslint/parser": "^8.53.1",

yarn.lock

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ __metadata:
257257
languageName: node
258258
linkType: hard
259259

260-
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.20.0, @babel/core@npm:^7.23.9, @babel/core@npm:^7.24.4, @babel/core@npm:^7.25.2, @babel/core@npm:^7.27.4":
260+
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.20.0, @babel/core@npm:^7.23.9, @babel/core@npm:^7.24.4, @babel/core@npm:^7.25.2, @babel/core@npm:^7.27.4, @babel/core@npm:^7.28.6":
261261
version: 7.28.6
262262
resolution: "@babel/core@npm:7.28.6"
263263
dependencies:
@@ -280,7 +280,7 @@ __metadata:
280280
languageName: node
281281
linkType: hard
282282

283-
"@babel/eslint-parser@npm:^7.25.1":
283+
"@babel/eslint-parser@npm:^7.25.1, @babel/eslint-parser@npm:^7.28.6":
284284
version: 7.28.6
285285
resolution: "@babel/eslint-parser@npm:7.28.6"
286286
dependencies:
@@ -1781,12 +1781,16 @@ __metadata:
17811781
version: 0.0.0-use.local
17821782
resolution: "@bernagl/react-native-date@workspace:packages/native-date"
17831783
dependencies:
1784+
"@babel/core": "npm:^7.28.6"
1785+
"@babel/eslint-parser": "npm:^7.28.6"
17841786
"@commitlint/config-conventional": "npm:^19.8.1"
17851787
"@eslint/compat": "npm:^1.3.2"
17861788
"@eslint/eslintrc": "npm:^3.3.1"
17871789
"@eslint/js": "npm:^9.35.0"
17881790
"@react-native/babel-preset": "npm:0.81.1"
17891791
"@react-native/eslint-config": "npm:^0.81.1"
1792+
"@react-native/eslint-plugin": "npm:^0.83.1"
1793+
"@types/babel__core": "npm:^7"
17901794
"@types/react": "npm:^19.1.0"
17911795
"@typescript-eslint/eslint-plugin": "npm:^8.53.1"
17921796
"@typescript-eslint/parser": "npm:^8.53.1"
@@ -3883,6 +3887,13 @@ __metadata:
38833887
languageName: node
38843888
linkType: hard
38853889

3890+
"@react-native/eslint-plugin@npm:^0.83.1":
3891+
version: 0.83.1
3892+
resolution: "@react-native/eslint-plugin@npm:0.83.1"
3893+
checksum: 10c0/11ed1b8162d0a31ba854d41e2e9009418cf4a2a85188c542f2491316b2718808e53f788529d79f0a143d5a17d8b6f92c074303b9490ca44f546d7f344b0e925c
3894+
languageName: node
3895+
linkType: hard
3896+
38863897
"@react-native/gradle-plugin@npm:0.81.1":
38873898
version: 0.81.1
38883899
resolution: "@react-native/gradle-plugin@npm:0.81.1"
@@ -4406,7 +4417,7 @@ __metadata:
44064417
languageName: node
44074418
linkType: hard
44084419

4409-
"@types/babel__core@npm:^7.1.14, @types/babel__core@npm:^7.20.5":
4420+
"@types/babel__core@npm:^7, @types/babel__core@npm:^7.1.14, @types/babel__core@npm:^7.20.5":
44104421
version: 7.20.5
44114422
resolution: "@types/babel__core@npm:7.20.5"
44124423
dependencies:

0 commit comments

Comments
 (0)