fix(deps): update non-major-updates

This commit is contained in:
renovate[bot]
2026-04-11 17:47:55 +00:00
committed by GitHub
parent 4b925418f2
commit b15f7c3fbc
2 changed files with 14 additions and 14 deletions
+12 -12
View File
@@ -14,7 +14,7 @@
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-query": "^5.97.0",
"@tanstack/react-query": "^5.98.0",
"axios": "1.15.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -70,7 +70,7 @@
"eslint-plugin-unicorn": "^64.0.0",
"eslint-plugin-unused-imports": "^4.4.1",
"jsdom": "29.0.2",
"knip": "^6.3.1",
"knip": "^6.4.0",
"postcss": "^8.5.9",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
@@ -3288,9 +3288,9 @@
}
},
"node_modules/@tanstack/query-core": {
"version": "5.97.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.97.0.tgz",
"integrity": "sha512-QdpLP5VzVMgo4VtaPppRA2W04UFjIqX+bxke/ZJhE5cfd5UPkRzqIAJQt9uXkQJjqE8LBOMbKv7f8HCsZltXlg==",
"version": "5.98.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.98.0.tgz",
"integrity": "sha512-v1g54qnirFVWMicVO6hurxez+YrJG3h9AQ6RZqlBhUZfNLRJjjxjjYcriL1s2xLGGNvE2IXpYlUzm22GXa1BQA==",
"license": "MIT",
"funding": {
"type": "github",
@@ -3298,12 +3298,12 @@
}
},
"node_modules/@tanstack/react-query": {
"version": "5.97.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.97.0.tgz",
"integrity": "sha512-y4So4eGcQoK2WVMAcDNZE9ofB/p5v1OlKvtc1F3uqHwrtifobT7q+ZnXk2mRkc8E84HKYSlAE9z6HXl2V0+ySQ==",
"version": "5.98.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.98.0.tgz",
"integrity": "sha512-HnXce1ckrBH+ORRFtP5YQOYSFzb91KOhKw+UUSxI+sDr89wMfwUmyG0Ayc5EGRVJld40h65F6YzXaMucUXyU6g==",
"license": "MIT",
"dependencies": {
"@tanstack/query-core": "5.97.0"
"@tanstack/query-core": "5.98.0"
},
"funding": {
"type": "github",
@@ -8055,9 +8055,9 @@
}
},
"node_modules/knip": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/knip/-/knip-6.3.1.tgz",
"integrity": "sha512-22kLJloVcOVOAudCxlFOC0ICAMme7dKsS7pVTEnrmyKGpswb8ieznvAiSKUeFVDJhb01ect6dkDc1Ha1g1sPpg==",
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/knip/-/knip-6.4.0.tgz",
"integrity": "sha512-SAEeggehgkPdoLZWVEcFKzPw+vNlnrUBDqcX8cOcHGydRInSn5pnn9LN3dDJ8SkDHKXR7xYzNq3HtRJaYmxOHg==",
"dev": true,
"funding": [
{
+2 -2
View File
@@ -33,7 +33,7 @@
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-query": "^5.97.0",
"@tanstack/react-query": "^5.98.0",
"axios": "1.15.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -89,7 +89,7 @@
"eslint-plugin-unicorn": "^64.0.0",
"eslint-plugin-unused-imports": "^4.4.1",
"jsdom": "29.0.2",
"knip": "^6.3.1",
"knip": "^6.4.0",
"postcss": "^8.5.9",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",