Skip to content

Commit b9cb9e3

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

File tree

4 files changed

+95
-94
lines changed

4 files changed

+95
-94
lines changed

integrations/react/package.json

Lines changed: 3 additions & 3 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.62.2",
28+
"@tanstack/query-core": "^5.62.3",
2929
"react": "^19.0.0",
3030
"react-dom": "^19.0.0"
3131
},
3232
"devDependencies": {
3333
"@tanstack/config": "workspace:*",
34-
"@types/react": "^19.0.0",
35-
"@types/react-dom": "^19.0.0",
34+
"@types/react": "^19.0.1",
35+
"@types/react-dom": "^19.0.1",
3636
"@vitejs/plugin-react": "^4.3.4"
3737
}
3838
}

package.json

Lines changed: 2 additions & 2 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": "pnpm@9.14.4",
8+
"packageManager": "pnpm@9.15.0",
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,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/node": "^22.10.1",
2727
"jsdom": "^25.0.1",
28-
"nx": "^20.2.0",
28+
"nx": "^20.2.1",
2929
"prettier": "^3.4.2",
3030
"publint": "^0.2.12",
3131
"sherif": "^1.0.2",

packages/config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"dependencies": {
6262
"@commitlint/parse": "^19.5.0",
6363
"@eslint/js": "^9.16.0",
64-
"@stylistic/eslint-plugin-js": "^2.11.0",
64+
"@stylistic/eslint-plugin-js": "^2.12.0",
6565
"commander": "^12.1.0",
6666
"current-git-branch": "^1.1.0",
6767
"esbuild-register": "^3.6.0",
@@ -75,14 +75,14 @@
7575
"rollup-plugin-preserve-directives": "^0.4.0",
7676
"semver": "^7.6.3",
7777
"simple-git": "^3.27.0",
78-
"typedoc": "^0.27.3",
78+
"typedoc": "^0.27.4",
7979
"typedoc-plugin-frontmatter": "^1.1.0",
80-
"typedoc-plugin-markdown": "^4.3.1",
80+
"typedoc-plugin-markdown": "^4.3.2",
8181
"typescript-eslint": "^8.17.0",
8282
"v8flags": "^4.0.1",
8383
"vite-plugin-dts": "4.0.3",
8484
"vite-plugin-externalize-deps": "^0.8.0",
85-
"vite-tsconfig-paths": "^5.1.3"
85+
"vite-tsconfig-paths": "^5.1.4"
8686
},
8787
"devDependencies": {
8888
"@types/current-git-branch": "^1.1.6",

0 commit comments

Comments
 (0)