File tree 4 files changed +208
-264
lines changed
4 files changed +208
-264
lines changed Original file line number Diff line number Diff line change 25
25
"test:build" : " vite build && vitest && publint --strict"
26
26
},
27
27
"dependencies" : {
28
- "@tanstack/query-core" : " ^5.62.15 " ,
28
+ "@tanstack/query-core" : " ^5.64.0 " ,
29
29
"react" : " ^19.0.0" ,
30
30
"react-dom" : " ^19.0.0"
31
31
},
32
32
"devDependencies" : {
33
33
"@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 " ,
36
36
"@vitejs/plugin-react" : " ^4.3.4"
37
37
}
38
38
}
Original file line number Diff line number Diff line change 25
25
"devDependencies" : {
26
26
"@types/node" : " ^22.10.1" ,
27
27
"jsdom" : " ^25.0.1" ,
28
- "nx" : " ^20.3.0 " ,
28
+ "nx" : " ^20.3.1 " ,
29
29
"prettier" : " ^3.4.2" ,
30
- "publint" : " ^0.2.12 " ,
30
+ "publint" : " ^0.3.1 " ,
31
31
"sherif" : " ^1.1.1" ,
32
32
"typescript" : " ^5.5.3" ,
33
33
"vite" : " ^5.4.11" ,
Original file line number Diff line number Diff line change 60
60
},
61
61
"dependencies" : {
62
62
"@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 " ,
65
65
"commander" : " ^12.1.0" ,
66
66
"current-git-branch" : " ^1.1.0" ,
67
67
"esbuild-register" : " ^3.6.0" ,
78
78
"typedoc" : " ^0.27.6" ,
79
79
"typedoc-plugin-frontmatter" : " ^1.1.2" ,
80
80
"typedoc-plugin-markdown" : " ^4.4.1" ,
81
- "typescript-eslint" : " ^8.19.0 " ,
81
+ "typescript-eslint" : " ^8.19.1 " ,
82
82
"v8flags" : " ^4.0.1" ,
83
83
"vite-plugin-dts" : " 4.0.3" ,
84
84
"vite-plugin-externalize-deps" : " ^0.8.0" ,
94
94
"@types/minimist" : " ^1.2.5" ,
95
95
"@types/semver" : " ^7.5.8" ,
96
96
"@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"
99
99
}
100
100
}
You can’t perform that action at this time.
0 commit comments