chore: update deps

This commit is contained in:
2024-04-11 07:47:37 +07:00
parent d98c6d0709
commit 8a7b246315
9 changed files with 103 additions and 103 deletions

View File

@@ -15,7 +15,7 @@
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.29.0",
"@tanstack/react-router": "^1.26.18",
"@tanstack/react-router": "^1.26.19",
"get-urls": "^12.1.0",
"media-chrome": "^3.2.0",
"minidenticons": "^4.2.1",
@@ -36,6 +36,6 @@
"@lume/types": "workspace:^",
"@types/react": "^18.2.75",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}

View File

@@ -9,6 +9,6 @@
"devDependencies": {
"@lume/tsconfig": "workspace:*",
"@types/react": "^18.2.75",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}

View File

@@ -9,6 +9,6 @@
"access": "public"
},
"devDependencies": {
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}

View File

@@ -19,8 +19,8 @@
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.29.0",
"@tanstack/react-router": "^1.26.18",
"framer-motion": "^11.0.25",
"@tanstack/react-router": "^1.26.19",
"framer-motion": "^11.0.27",
"get-urls": "^12.1.0",
"media-chrome": "^3.2.0",
"minidenticons": "^4.2.1",
@@ -48,6 +48,6 @@
"@lume/types": "workspace:^",
"@types/react": "^18.2.75",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}

View File

@@ -24,6 +24,6 @@
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"tailwind-merge": "^2.2.2",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}