Skip to content

Commit 6b80ea1

Browse files
authored
chore: update deps (#1479)
1 parent 6d47486 commit 6b80ea1

File tree

3 files changed

+1694
-1005
lines changed

3 files changed

+1694
-1005
lines changed

.github/workflows/test_lint_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version: lts/*
28-
- run: yarn install --frozen-lockfile
28+
- run: yarn install --immutable
2929
- run: yarn test
3030
- run: yarn typescript
3131
- run: yarn prettier:check
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/setup-node@v4
4343
with:
4444
node-version: lts/*
45-
- run: yarn install --frozen-lockfile
45+
- run: yarn install --immutable
4646
- run: yarn release
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"react-native": "^0.76.9",
102102
"react-native-builder-bob": "^0.40.10",
103103
"react-native-test-app": "3.10.22",
104-
"semantic-release": "^22.0.12",
104+
"semantic-release": "^25.0.2",
105105
"typescript": "^5.4.5"
106106
},
107107
"peerDependencies": {

0 commit comments

Comments
 (0)