Skip to content

Commit ba37e6c

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

File tree

4 files changed

+164
-150
lines changed

4 files changed

+164
-150
lines changed

integrations/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"test:build": "vite build && vitest && publint --strict"
2626
},
2727
"dependencies": {
28-
"@tanstack/query-core": "^5.62.7",
28+
"@tanstack/query-core": "^5.62.8",
2929
"react": "^19.0.0",
3030
"react-dom": "^19.0.0"
3131
},
3232
"devDependencies": {
3333
"@tanstack/config": "workspace:*",
34-
"@types/react": "^19.0.1",
34+
"@types/react": "^19.0.2",
3535
"@types/react-dom": "^19.0.2",
3636
"@vitejs/plugin-react": "^4.3.4"
3737
}

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": "[email protected].0",
8+
"packageManager": "[email protected].1",
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.2",
28+
"nx": "^20.3.0",
2929
"prettier": "^3.4.2",
3030
"publint": "^0.2.12",
3131
"sherif": "^1.1.1",

packages/config/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
"commander": "^12.1.0",
6666
"current-git-branch": "^1.1.0",
6767
"esbuild-register": "^3.6.0",
68-
"eslint-plugin-import-x": "^4.5.0",
69-
"eslint-plugin-n": "^17.15.0",
70-
"globals": "^15.13.0",
68+
"eslint-plugin-import-x": "^4.6.1",
69+
"eslint-plugin-n": "^17.15.1",
70+
"globals": "^15.14.0",
7171
"interpret": "^3.1.1",
7272
"jsonfile": "^6.1.0",
7373
"liftoff": "^5.0.0",
@@ -77,8 +77,8 @@
7777
"simple-git": "^3.27.0",
7878
"typedoc": "^0.27.5",
7979
"typedoc-plugin-frontmatter": "^1.1.2",
80-
"typedoc-plugin-markdown": "^4.3.2",
81-
"typescript-eslint": "^8.18.0",
80+
"typedoc-plugin-markdown": "^4.3.3",
81+
"typescript-eslint": "^8.18.1",
8282
"v8flags": "^4.0.1",
8383
"vite-plugin-dts": "4.0.3",
8484
"vite-plugin-externalize-deps": "^0.8.0",
@@ -94,6 +94,6 @@
9494
"@types/semver": "^7.5.8",
9595
"@types/v8flags": "^3.1.3",
9696
"eslint": "^9.17.0",
97-
"type-fest": "^4.30.1"
97+
"type-fest": "^4.30.2"
9898
}
9999
}

0 commit comments

Comments
 (0)