Skip to content

Commit 975b8eb

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

File tree

3 files changed

+347
-249
lines changed

3 files changed

+347
-249
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 18.18.2
1+
nodejs 18.19.0

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tanstack-query-callbacks",
33
"type": "module",
44
"version": "0.1.0",
5-
"packageManager": "pnpm@8.10.0",
5+
"packageManager": "pnpm@8.14.3",
66
"author": "zhong666 <hi@zhong666.me>",
77
"license": "MIT",
88
"keywords": [
@@ -81,32 +81,32 @@
8181
}
8282
},
8383
"devDependencies": {
84-
"@aa900031/eslint-config": "^1.0.1",
84+
"@aa900031/eslint-config": "^1.2.0",
8585
"@release-it/conventional-changelog": "^7.0.2",
86-
"@tanstack/query-core": "^5.14.2",
87-
"@tanstack/react-query": "^5.14.2",
88-
"@tanstack/vue-query": "^5.14.2",
86+
"@tanstack/query-core": "^5.17.19",
87+
"@tanstack/react-query": "^5.17.19",
88+
"@tanstack/vue-query": "^5.17.19",
8989
"@testing-library/react": "14.1.2",
9090
"@testing-library/vue": "^8.0.1",
9191
"@tsconfig/node18": "^18.2.2",
92-
"@types/node": "^18.18.7",
93-
"@types/react": "^18.2.45",
92+
"@types/node": "^18.19.9",
93+
"@types/react": "^18.2.48",
9494
"@types/react-dom": "^18.2.18",
95-
"@vitest/coverage-istanbul": "^1.1.0",
96-
"@vitest/ui": "^1.1.0",
95+
"@vitest/coverage-istanbul": "^1.2.1",
96+
"@vitest/ui": "^1.2.1",
9797
"@vue/composition-api": "^1.7.2",
98-
"conventional-changelog-unjs": "^0.1.0",
99-
"eslint": "^8.52.0",
98+
"conventional-changelog-unjs": "^0.1.1",
99+
"eslint": "^8.56.0",
100100
"happy-dom": "^12.10.3",
101101
"npm-run-all2": "^6.1.1",
102102
"react": "^18.2.0",
103103
"react-dom": "^18.2.0",
104-
"release-it": "^16.2.1",
105-
"typescript": "^5.2.2",
104+
"release-it": "^16.3.0",
105+
"typescript": "^5.3.3",
106106
"unbuild": "^2.0.0",
107-
"vitest": "^1.1.0",
108-
"vue": "^3.3.13",
109-
"vue-2": "npm:vue@2.6",
107+
"vitest": "^1.2.1",
108+
"vue": "^3.4.15",
109+
"vue-2": "npm:vue@2.7",
110110
"vue-2.7": "npm:vue@2.7"
111111
}
112112
}

0 commit comments

Comments
 (0)