mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 20:35:29 -04:00
chore: update dependencies and add new project icon
- Bump versions for @base-ui/react, better-auth, react-activity-calendar, and other dependencies. - Introduce new 'jarvis-ui' project in the home page with an associated icon. - Update pnpm-lock.yaml to reflect changes in dependency versions.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
@@ -5,6 +5,7 @@ import Link from "next/link";
|
||||
import domainstackIcon from "./icons/domainstack.png";
|
||||
import snoozleIcon from "./icons/snoozle.png";
|
||||
import sofaIcon from "./icons/sofa.png";
|
||||
import uiIcon from "./icons/ui.png";
|
||||
import versioneerIcon from "./icons/versioneer.png";
|
||||
|
||||
type Project = {
|
||||
@@ -39,6 +40,12 @@ const projects: readonly Project[] = [
|
||||
tagline: "AI-powered bedtime stories for kids",
|
||||
icon: snoozleIcon,
|
||||
},
|
||||
{
|
||||
name: "jarvis-ui",
|
||||
url: "https://ui.jarv.is",
|
||||
tagline: "An intentionally minimal React component library",
|
||||
icon: uiIcon,
|
||||
},
|
||||
] as const;
|
||||
|
||||
const Page = () => (
|
||||
|
||||
+9
-8
@@ -22,7 +22,7 @@
|
||||
"db:migrate": "drizzle-kit migrate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@base-ui/react": "^1.3.0",
|
||||
"@base-ui/react": "^1.4.0",
|
||||
"@fontsource/inter": "^5.2.8",
|
||||
"@mdx-js/loader": "^3.1.1",
|
||||
"@mdx-js/react": "^3.1.1",
|
||||
@@ -32,7 +32,7 @@
|
||||
"@vercel/analytics": "^2.0.1",
|
||||
"@vercel/functions": "^3.4.3",
|
||||
"@vercel/speed-insights": "^2.0.0",
|
||||
"better-auth": "^1.6.0",
|
||||
"better-auth": "^1.6.4",
|
||||
"cheerio": "^1.2.0",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
@@ -46,7 +46,7 @@
|
||||
"next-themes": "^0.4.6",
|
||||
"pg": "^8.20.0",
|
||||
"react": "19.2.5",
|
||||
"react-activity-calendar": "^3.1.1",
|
||||
"react-activity-calendar": "^3.2.0",
|
||||
"react-compare-slider": "^4.0.0",
|
||||
"react-countup": "^6.5.3",
|
||||
"react-dom": "19.2.5",
|
||||
@@ -76,22 +76,23 @@
|
||||
"shiki": "^4.0.2",
|
||||
"sonner": "^2.0.7",
|
||||
"tailwind-merge": "^3.5.0",
|
||||
"unified": "^11.0.5"
|
||||
"unified": "^11.0.5",
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4.2.2",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^25.5.2",
|
||||
"@types/node": "^25.6.0",
|
||||
"@types/pg": "^8.20.0",
|
||||
"@types/react": "19.2.14",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
||||
"dotenv": "^17.4.1",
|
||||
"dotenv": "^17.4.2",
|
||||
"drizzle-kit": "^0.31.10",
|
||||
"oxfmt": "^0.44.0",
|
||||
"oxlint": "^1.59.0",
|
||||
"postcss": "^8.5.9",
|
||||
"oxlint": "^1.60.0",
|
||||
"postcss": "^8.5.10",
|
||||
"schema-dts": "^2.0.0",
|
||||
"tailwindcss": "^4.2.2",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
|
||||
Generated
+259
-248
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user