Skip to content

Commit 68c27b0

Browse files
committed
2 parents 234c3a8 + bc59a31 commit 68c27b0

File tree

4 files changed

+597
-1344
lines changed

4 files changed

+597
-1344
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5959
steps:
6060
- name: Checkout repository
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6262

6363
# Initializes the CodeQL tools for scanning.
6464
- name: Initialize CodeQL

package-lock.json

Lines changed: 73 additions & 120 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@
7676
"@babel/preset-env": "^7.28.0",
7777
"@babel/runtime": "^7.28.2",
7878
"@react-native-community/cli": "^19.1.1",
79-
"@react-native/babel-preset": "0.81.0",
80-
"@react-native/eslint-config": "0.81.0",
81-
"@react-native/metro-config": "^0.81.0",
82-
"@react-native/typescript-config": "0.81.0",
79+
"@react-native/babel-preset": "0.80.2",
80+
"@react-native/eslint-config": "0.80.2",
81+
"@react-native/metro-config": "^0.80.2",
82+
"@react-native/typescript-config": "0.80.2",
8383
"@types/react": "^18.3.23",
8484
"@types/react-test-renderer": "^18.3.1",
8585
"babel-jest": "^30.0.5",

0 commit comments

Comments
 (0)