Skip to content

Commit 2933a39

Browse files
chore(deps): update all non-major dependencies
1 parent 09b40bb commit 2933a39

File tree

3 files changed

+473
-435
lines changed

3 files changed

+473
-435
lines changed

.tool-versions

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

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tanstack-query-callbacks",
33
"type": "module",
44
"version": "0.2.0",
5-
"packageManager": "pnpm@8.15.1",
5+
"packageManager": "pnpm@8.15.7",
66
"author": "zhong666 <hi@zhong666.me>",
77
"license": "MIT",
88
"keywords": [
@@ -83,33 +83,33 @@
8383
"devDependencies": {
8484
"@aa900031/eslint-config": "^1.3.0",
8585
"@release-it/conventional-changelog": "^7.0.2",
86-
"@tanstack/query-core": "^5.18.1",
86+
"@tanstack/query-core": "^5.32.0",
8787
"@tanstack/query-core-v4": "npm:@tanstack/query-core@^4.36.1",
88-
"@tanstack/react-query": "^5.18.1",
88+
"@tanstack/react-query": "^5.32.0",
8989
"@tanstack/react-query-v4": "npm:@tanstack/react-query@^4.36.1",
90-
"@tanstack/vue-query": "^5.18.1",
90+
"@tanstack/vue-query": "^5.32.0",
9191
"@tanstack/vue-query-v4": "npm:@tanstack/vue-query@^4.37.1",
92-
"@testing-library/react": "14.2.1",
93-
"@testing-library/vue": "^8.0.1",
94-
"@tsconfig/node18": "^18.2.2",
95-
"@types/node": "^18.19.14",
96-
"@types/react": "^18.2.51",
97-
"@types/react-dom": "^18.2.18",
98-
"@vitest/coverage-istanbul": "^1.2.2",
99-
"@vitest/ui": "^1.2.2",
92+
"@testing-library/react": "14.3.1",
93+
"@testing-library/vue": "^8.0.3",
94+
"@tsconfig/node18": "^18.2.4",
95+
"@types/node": "^18.19.31",
96+
"@types/react": "^18.3.0",
97+
"@types/react-dom": "^18.3.0",
98+
"@vitest/coverage-istanbul": "^1.5.2",
99+
"@vitest/ui": "^1.5.2",
100100
"@vue/composition-api": "^1.7.2",
101101
"conventional-changelog-unjs": "^0.1.1",
102-
"eslint": "^8.56.0",
102+
"eslint": "^8.57.0",
103103
"happy-dom": "^12.10.3",
104104
"npm-run-all2": "^6.1.2",
105-
"react": "^18.2.0",
106-
"react-dom": "^18.2.0",
105+
"react": "^18.3.0",
106+
"react-dom": "^18.3.0",
107107
"release-it": "^16.3.0",
108-
"typescript": "^5.3.3",
108+
"typescript": "^5.4.5",
109109
"unbuild": "^2.0.0",
110-
"vitest": "^1.2.2",
111-
"vue": "^3.4.15",
112-
"vue-2": "npm:vue@2.7",
113-
"vue-2.7": "npm:vue@2.7"
110+
"vitest": "^1.5.2",
111+
"vue": "^3.4.25",
112+
"vue-2": "npm:vue@2.7.16",
113+
"vue-2.7": "npm:vue@2.7.16"
114114
}
115115
}

0 commit comments

Comments
 (0)