Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent 39a32f4 commit 20fa0c6
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- run: pnpm build
- run: pnpm test:coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.3.1
uses: codecov/codecov-action@v5.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"types": "dist/main.d.ts",
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/chrome": "^0.0.306",
"@types/chrome": "^0.0.307",
"@types/node": "^22.5.1",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^3.0.0",
Expand All @@ -47,7 +47,7 @@
"optionalDependencies": {
"expo-secure-store": "*"
},
"packageManager": "[email protected].0+sha512.11106a5916c7406fe4b8cb8e3067974b8728f47308a4f5ac5e850304afa6f57e2847d7950dfe78877d8d36bfb401d381c4215db3a4c3547ffa63c14333a6fa51",
"packageManager": "[email protected].2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
"dependencies": {
"@kinde/jwt-decoder": "^0.2.0"
}
Expand Down
Loading

0 comments on commit 20fa0c6

Please sign in to comment.