Merge pull request #875 from Wikid82/renovate/feature/beta-release-non-major-updates

fix(deps): update non-major-updates (feature/beta-release)
This commit is contained in:
Jeremy
2026-03-22 18:00:57 -04:00
committed by GitHub
2 changed files with 18 additions and 18 deletions

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.94.5",
"@tanstack/react-query": "^5.95.0",
"axios": "^1.13.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -69,7 +69,7 @@
"eslint-plugin-unicorn": "^63.0.0",
"eslint-plugin-unused-imports": "^4.4.1",
"jsdom": "29.0.1",
"knip": "^6.0.1",
"knip": "^6.0.2",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.1-rc",
@@ -3289,9 +3289,9 @@
}
},
"node_modules/@tanstack/query-core": {
"version": "5.94.5",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.94.5.tgz",
"integrity": "sha512-Vx1JJiBURW/wdNGP45afjrqn0LfxYwL7K/bSrQvNRtyLGF1bxQPgUXCpzscG29e+UeFOh9hz1KOVala0N+bZiA==",
"version": "5.95.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.95.0.tgz",
"integrity": "sha512-H1/CWCe8tGL3YIVeo770Z6kPbt0B3M1d/iQXIIK1qlFiFt6G2neYdkHgLapOC8uMYNt9DmHjmGukEKgdMk1P+A==",
"license": "MIT",
"funding": {
"type": "github",
@@ -3299,12 +3299,12 @@
}
},
"node_modules/@tanstack/react-query": {
"version": "5.94.5",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.94.5.tgz",
"integrity": "sha512-1wmrxKFkor+q8l+ygdHmv0Sq5g84Q3p4xvuJ7AdSIAhQQ7udOt+ZSZ19g1Jea3mHqtlTslLGJsmC4vHFgP0P3A==",
"version": "5.95.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.95.0.tgz",
"integrity": "sha512-EMP8B+BK9zvnAemT8M/y3z/WO0NjZ7fIUY3T3wnHYK6AA3qK/k33i7tPgCXCejhX0cd4I6bJIXN2GmjrHjDBzg==",
"license": "MIT",
"dependencies": {
"@tanstack/query-core": "5.94.5"
"@tanstack/query-core": "5.95.0"
},
"funding": {
"type": "github",
@@ -6808,9 +6808,9 @@
}
},
"node_modules/get-tsconfig": {
"version": "4.13.6",
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.6.tgz",
"integrity": "sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==",
"version": "4.13.7",
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.7.tgz",
"integrity": "sha512-7tN6rFgBlMgpBML5j8typ92BKFi2sFQvIdpAqLA2beia5avZDrMs0FLZiM5etShWq5irVyGcGMEA1jcDaK7A/Q==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -7780,9 +7780,9 @@
}
},
"node_modules/knip": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/knip/-/knip-6.0.1.tgz",
"integrity": "sha512-qk5m+w6IYEqfRG5546DXZJYl5AXsgFfDD6ULaDvkubqNtLye79sokBg3usURrWFjASMeQtvX19TfldU3jHkMNA==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/knip/-/knip-6.0.2.tgz",
"integrity": "sha512-W17Bo5N9AYn0ZkgWHGBmK/01SrSmr3B6iStr3zudDa2eqi+Kc8VmPjSpTYKDV2Uy/kojrlcH/gS1wypAXfXRRA==",
"dev": true,
"funding": [
{
@@ -7799,7 +7799,7 @@
"@nodelib/fs.walk": "^1.2.3",
"fast-glob": "^3.3.3",
"formatly": "^0.3.0",
"get-tsconfig": "4.13.6",
"get-tsconfig": "4.13.7",
"jiti": "^2.6.0",
"minimist": "^1.2.8",
"oxc-parser": "^0.120.0",

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.94.5",
"@tanstack/react-query": "^5.95.0",
"axios": "^1.13.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -88,7 +88,7 @@
"eslint-plugin-unicorn": "^63.0.0",
"eslint-plugin-unused-imports": "^4.4.1",
"jsdom": "29.0.1",
"knip": "^6.0.1",
"knip": "^6.0.2",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.1-rc",