Skip to content

Commit e268a08

Browse files
chore(deps): update all non-major dependencies (#183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 196f0b0 commit e268a08

File tree

5 files changed

+61
-321
lines changed

5 files changed

+61
-321
lines changed

integrations/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"test:build": "vite build && vitest && publint --strict"
2626
},
2727
"dependencies": {
28-
"@tanstack/query-core": "^5.60.6",
28+
"@tanstack/query-core": "^5.62.0",
2929
"react": "^18.3.1",
3030
"react-dom": "^18.3.1"
3131
},
3232
"devDependencies": {
3333
"@tanstack/config": "workspace:*",
3434
"@types/react": "^18.3.12",
3535
"@types/react-dom": "^18.3.1",
36-
"@vitejs/plugin-react": "^4.3.3"
36+
"@vitejs/plugin-react": "^4.3.4"
3737
}
3838
}

integrations/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
},
3030
"devDependencies": {
3131
"@tanstack/config": "workspace:*",
32-
"@vitejs/plugin-vue": "^5.2.0"
32+
"@vitejs/plugin-vue": "^5.2.1"
3333
}
3434
}

package.json

Lines changed: 4 additions & 4 deletions
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": "[email protected].2",
8+
"packageManager": "[email protected].4",
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",
@@ -25,12 +25,12 @@
2525
"devDependencies": {
2626
"@types/node": "^22.9.3",
2727
"jsdom": "^25.0.1",
28-
"nx": "^20.1.3",
29-
"prettier": "^3.3.3",
28+
"nx": "^20.1.4",
29+
"prettier": "^3.4.1",
3030
"publint": "^0.2.12",
3131
"sherif": "^1.0.2",
3232
"typescript": "^5.5.3",
3333
"vite": "^5.4.11",
34-
"vitest": "^2.1.5"
34+
"vitest": "^2.1.6"
3535
}
3636
}

packages/config/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,25 +60,25 @@
6060
},
6161
"dependencies": {
6262
"@commitlint/parse": "^19.5.0",
63-
"@eslint/js": "^9.15.0",
63+
"@eslint/js": "^9.16.0",
6464
"@stylistic/eslint-plugin-js": "^2.11.0",
6565
"commander": "^12.1.0",
6666
"current-git-branch": "^1.1.0",
6767
"esbuild-register": "^3.6.0",
6868
"eslint-plugin-import-x": "^4.4.3",
6969
"eslint-plugin-n": "^17.14.0",
70-
"globals": "^15.12.0",
70+
"globals": "^15.13.0",
7171
"interpret": "^3.1.1",
7272
"jsonfile": "^6.1.0",
7373
"liftoff": "^5.0.0",
7474
"minimist": "^1.2.8",
7575
"rollup-plugin-preserve-directives": "^0.4.0",
7676
"semver": "^7.6.3",
7777
"simple-git": "^3.27.0",
78-
"typedoc": "^0.26.11",
79-
"typedoc-plugin-frontmatter": "^1.0.0",
80-
"typedoc-plugin-markdown": "^4.2.10",
81-
"typescript-eslint": "^8.15.0",
78+
"typedoc": "^0.27.2",
79+
"typedoc-plugin-frontmatter": "^1.1.0",
80+
"typedoc-plugin-markdown": "^4.3.1",
81+
"typescript-eslint": "^8.16.0",
8282
"v8flags": "^4.0.1",
8383
"vite-plugin-dts": "4.0.3",
8484
"vite-plugin-externalize-deps": "^0.8.0",
@@ -93,7 +93,7 @@
9393
"@types/minimist": "^1.2.5",
9494
"@types/semver": "^7.5.8",
9595
"@types/v8flags": "^3.1.3",
96-
"eslint": "^9.15.0",
97-
"type-fest": "^4.28.0"
96+
"eslint": "^9.16.0",
97+
"type-fest": "^4.29.1"
9898
}
9999
}

0 commit comments

Comments
 (0)