Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a45bbf4

Browse files
authoredJan 13, 2025··
chore(deps): update all non-major dependencies
1 parent de7bde6 commit a45bbf4

File tree

4 files changed

+208
-264
lines changed

4 files changed

+208
-264
lines changed
 

‎integrations/react/package.json

+3-3
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.15",
28+
"@tanstack/query-core": "^5.64.0",
2929
"react": "^19.0.0",
3030
"react-dom": "^19.0.0"
3131
},
3232
"devDependencies": {
3333
"@tanstack/config": "workspace:*",
34-
"@types/react": "^19.0.2",
35-
"@types/react-dom": "^19.0.2",
34+
"@types/react": "^19.0.6",
35+
"@types/react-dom": "^19.0.3",
3636
"@vitejs/plugin-react": "^4.3.4"
3737
}
3838
}

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"devDependencies": {
2626
"@types/node": "^22.10.1",
2727
"jsdom": "^25.0.1",
28-
"nx": "^20.3.0",
28+
"nx": "^20.3.1",
2929
"prettier": "^3.4.2",
30-
"publint": "^0.2.12",
30+
"publint": "^0.3.1",
3131
"sherif": "^1.1.1",
3232
"typescript": "^5.5.3",
3333
"vite": "^5.4.11",

‎packages/config/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
},
6161
"dependencies": {
6262
"@commitlint/parse": "^19.5.0",
63-
"@eslint/js": "^9.17.0",
64-
"@stylistic/eslint-plugin-js": "^2.12.1",
63+
"@eslint/js": "^9.18.0",
64+
"@stylistic/eslint-plugin-js": "^2.13.0",
6565
"commander": "^12.1.0",
6666
"current-git-branch": "^1.1.0",
6767
"esbuild-register": "^3.6.0",
@@ -78,7 +78,7 @@
7878
"typedoc": "^0.27.6",
7979
"typedoc-plugin-frontmatter": "^1.1.2",
8080
"typedoc-plugin-markdown": "^4.4.1",
81-
"typescript-eslint": "^8.19.0",
81+
"typescript-eslint": "^8.19.1",
8282
"v8flags": "^4.0.1",
8383
"vite-plugin-dts": "4.0.3",
8484
"vite-plugin-externalize-deps": "^0.8.0",
@@ -94,7 +94,7 @@
9494
"@types/minimist": "^1.2.5",
9595
"@types/semver": "^7.5.8",
9696
"@types/v8flags": "^3.1.3",
97-
"eslint": "^9.17.0",
98-
"type-fest": "^4.31.0"
97+
"eslint": "^9.18.0",
98+
"type-fest": "^4.32.0"
9999
}
100100
}

‎pnpm-lock.yaml

+198-254
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.