Skip to content

Commit 9345d63

Browse files
chore(deps): update all non-major dependencies (#260)
* chore(deps): update all non-major dependencies * ci: apply automated fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 704bb14 commit 9345d63

4 files changed

Lines changed: 316 additions & 317 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ If you have been assigned to fix an issue or develop a new feature, please follo
2222
```bash
2323
pnpm install
2424
```
25-
2625
- We use [pnpm](https://pnpm.io/) v9 for package management (run in case of pnpm-related issues).
2726

2827
```bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/TanStack/config.git"
77
},
8-
"packageManager": "pnpm@10.12.1",
8+
"packageManager": "pnpm@10.12.2",
99
"type": "module",
1010
"scripts": {
1111
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm",

0 commit comments

Comments
 (0)