Skip to content

Commit 1cc45a3

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

File tree

4 files changed

+169
-169
lines changed

4 files changed

+169
-169
lines changed

integrations/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"test:build": "vite build && vitest && publint --strict"
2727
},
2828
"dependencies": {
29-
"@tanstack/query-core": "^5.64.0",
29+
"@tanstack/query-core": "^5.64.2",
3030
"react": "^19.0.0",
3131
"react-dom": "^19.0.0"
3232
},
3333
"devDependencies": {
3434
"@tanstack/config": "workspace:*",
35-
"@types/react": "^19.0.6",
35+
"@types/react": "^19.0.7",
3636
"@types/react-dom": "^19.0.3",
3737
"@vitejs/plugin-react": "^4.3.4"
3838
}

package.json

Lines changed: 3 additions & 3 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].3",
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.10.1",
2727
"jsdom": "^25.0.1",
28-
"nx": "^20.3.1",
28+
"nx": "^20.3.2",
2929
"prettier": "^3.4.2",
3030
"publint": "^0.3.2",
3131
"sherif": "^1.1.1",
3232
"typescript": "^5.5.3",
3333
"vite": "^6.0.7",
34-
"vitest": "^3.0.1"
34+
"vitest": "^3.0.2"
3535
}
3636
}

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777
"typedoc": "^0.27.6",
7878
"typedoc-plugin-frontmatter": "^1.1.2",
7979
"typedoc-plugin-markdown": "^4.4.1",
80-
"typescript-eslint": "^8.19.1",
80+
"typescript-eslint": "^8.20.0",
8181
"v8flags": "^4.0.1",
8282
"vite-plugin-dts": "4.0.3",
83-
"vite-plugin-externalize-deps": "^0.8.0",
83+
"vite-plugin-externalize-deps": "^0.9.0",
8484
"vite-tsconfig-paths": "^5.1.4",
8585
"vue-eslint-parser": "^9.4.3"
8686
},

0 commit comments

Comments
 (0)