Skip to content

Commit ed3b56a

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

File tree

4 files changed

+177
-170
lines changed

4 files changed

+177
-170
lines changed

integrations/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test:build": "vite build && vitest && publint --strict"
2626
},
2727
"dependencies": {
28-
"@tanstack/query-core": "^5.60.5",
28+
"@tanstack/query-core": "^5.60.6",
2929
"react": "^18.3.1",
3030
"react-dom": "^18.3.1"
3131
},

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": "pnpm@9.13.2",
8+
"packageManager": "pnpm@9.14.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",
@@ -25,10 +25,10 @@
2525
"devDependencies": {
2626
"@types/node": "^22.9.3",
2727
"jsdom": "^25.0.1",
28-
"nx": "^20.1.2",
28+
"nx": "^20.1.3",
2929
"prettier": "^3.3.3",
3030
"publint": "^0.2.12",
31-
"sherif": "^1.0.1",
31+
"sherif": "^1.0.2",
3232
"typescript": "^5.5.3",
3333
"vite": "^5.4.11",
3434
"vitest": "^2.1.5"

packages/config/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161
"dependencies": {
6262
"@commitlint/parse": "^19.5.0",
6363
"@eslint/js": "^9.15.0",
64-
"@stylistic/eslint-plugin-js": "^2.10.1",
64+
"@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",
68-
"eslint-plugin-import-x": "^4.4.2",
69-
"eslint-plugin-n": "^17.13.2",
68+
"eslint-plugin-import-x": "^4.4.3",
69+
"eslint-plugin-n": "^17.14.0",
7070
"globals": "^15.12.0",
7171
"interpret": "^3.1.1",
7272
"jsonfile": "^6.1.0",
@@ -78,11 +78,11 @@
7878
"typedoc": "^0.26.11",
7979
"typedoc-plugin-frontmatter": "^1.0.0",
8080
"typedoc-plugin-markdown": "^4.2.10",
81-
"typescript-eslint": "^8.14.0",
81+
"typescript-eslint": "^8.15.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.2"
85+
"vite-tsconfig-paths": "^5.1.3"
8686
},
8787
"devDependencies": {
8888
"@types/current-git-branch": "^1.1.6",
@@ -94,6 +94,6 @@
9494
"@types/semver": "^7.5.8",
9595
"@types/v8flags": "^3.1.3",
9696
"eslint": "^9.15.0",
97-
"type-fest": "^4.27.0"
97+
"type-fest": "^4.28.0"
9898
}
9999
}

0 commit comments

Comments
 (0)