Skip to content

Commit 7993280

Browse files
renovate[bot]danez
andauthored
chore(deps): update pnpm to v10 (#574)
* chore(deps): update pnpm to v10 * fix eslint * fix tests --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Tschinder <[email protected]>
1 parent 14c4643 commit 7993280

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pnpm install --frozen-lockfile
3333

3434
- name: Unit tests
35-
run: pnpm test -- --coverage
35+
run: pnpm test --coverage
3636

3737
- name: Upload coverage
3838
uses: coverallsapp/github-action@v2

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"website:build": "cross-env BABEL_TARGET=examples NODE_ENV=production webpack",
2222
"website:redirect": "cp -R examples/src/example examples/dist"
2323
},
24-
"packageManager": "pnpm@9.15.9",
24+
"packageManager": "pnpm@10.8.1",
2525
"repository": {
2626
"type": "git",
2727
"url": "https://github.com/reactjs/react-tabs.git"
@@ -53,6 +53,7 @@
5353
"@babel/eslint-parser": "7.27.0",
5454
"@babel/preset-env": "7.26.9",
5555
"@babel/preset-react": "7.26.3",
56+
"@eslint/js": "^9.25.0",
5657
"@testing-library/dom": "10.4.0",
5758
"@testing-library/jest-dom": "6.6.3",
5859
"@testing-library/react": "16.3.0",

pnpm-lock.yaml

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)