Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1993)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 10, 2025
1 parent 40db6e1 commit e5a0973
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0
with:
run_install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0
with:
run_install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0
with:
run_install: false

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@
"@testing-library/jest-dom": "6.6.3",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.15",
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "3.0.4",
"@vitest/ui": "3.0.4",
"@vitest/coverage-v8": "3.0.5",
"@vitest/ui": "3.0.5",
"babel-plugin-transform-dynamic-import": "2.1.0",
"check-node-version": "4.2.1",
"colors": "1.4.0",
Expand All @@ -157,8 +157,8 @@
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typescript": "5.7.3",
"vite": "6.0.11",
"vitest": "3.0.4",
"vite": "6.1.0",
"vitest": "3.0.5",
"vitest-localstorage-mock": "0.1.2"
}
}
Loading

0 comments on commit e5a0973

Please sign in to comment.