Skip to content

Commit

Permalink
chore: bumpy bump (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Jan 25, 2025
1 parent 2aef710 commit 174f560
Show file tree
Hide file tree
Showing 18 changed files with 1,965 additions and 739 deletions.
2,594 changes: 1,907 additions & 687 deletions bun.lock

Large diffs are not rendered by default.

30 changes: 14 additions & 16 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,31 @@
"start": "next start"
},
"dependencies": {
"@juliusmarminge/next-themes": "^0.3.0",
"@mdx-js/loader": "^2.3.0",
"@next/mdx": "^14.2.1",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-scroll-area": "^1.0.3",
"@mdx-js/loader": "^3.1.0",
"@next/mdx": "^15.1.6",
"radix-ui": "^1.1.2",
"@vercel/analytics": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "0.368.0",
"next": "^14.2.1",
"next-view-transitions": "^0.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-wrap-balancer": "^1.1.0",
"next": "^15.1.6",
"next-themes": "^0.4.4",
"next-view-transitions": "^0.3.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-wrap-balancer": "^1.1.1",
"rehype-pretty-code": "0.9.5",
"sharp": "^0.33.3",
"shiki": "0.14.1",
"tailwind-merge": "^2.2.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "^20.12.0",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.25",
"@types/node": "^22.10.10",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion docs/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { SiteHeader } from "@/components/site-header";
import { TailwindIndicator } from "@/components/tailwind-indicator";
import { cn } from "@/lib/cn";
import "@/styles/globals.css";
import { ThemeProvider } from "@juliusmarminge/next-themes";
import { Analytics } from "@vercel/analytics/react";
import type { Metadata, Viewport } from "next";
import { ThemeProvider } from "next-themes";
import { ViewTransitions } from "next-view-transitions";

import { Inter, JetBrains_Mono } from "next/font/google";
Expand Down
9 changes: 7 additions & 2 deletions docs/src/components/mobile-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ import { Link } from "next-view-transitions";
import * as React from "react";

import { Button } from "./ui/button";
import { Popover, PopoverContent, PopoverTrigger } from "./ui/popover";
import {
Popover,
PopoverClose,
PopoverContent,
PopoverTrigger,
} from "./ui/popover";
import { ScrollArea } from "./ui/scroll-area";

import { cn } from "@/lib/cn";
import { PopoverClose } from "@radix-ui/react-popover";

import { usePathname } from "next/navigation";
import { Icons } from "./icons";
import type { NavItem } from "./main-nav";
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/theme-toggle.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";

import { useTheme } from "@juliusmarminge/next-themes";
import { useTheme } from "next-themes";
import * as React from "react";

import { Icons } from "@/components/icons";
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/ui/popover.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client";

import { cn } from "@/lib/cn";
import * as PopoverPrimitive from "@radix-ui/react-popover";
import { Popover as PopoverPrimitive } from "radix-ui";
import * as React from "react";

const Popover = PopoverPrimitive.Root;
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/ui/scroll-area.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";

import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
import { ScrollArea as ScrollAreaPrimitive } from "radix-ui";
import * as React from "react";

import { cn } from "@/lib/cn";
Expand Down
10 changes: 5 additions & 5 deletions examples/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"start": "astro dev"
},
"dependencies": {
"@astrojs/solid-js": "^2.1.0",
"@astrojs/solid-js": "^5.0.4",
"@t3-oss/env-core": "workspace:*",
"astro": "^2.3.0",
"solid-js": "^1.4.3",
"zod": "^3.23.0"
"astro": "^5.1.9",
"solid-js": "^1.9.4",
"zod": "^3.24.1"
},
"devDependencies": {
"vite": "^4.3.1"
"vite": "^6.0.1"
}
}
16 changes: 8 additions & 8 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"dependencies": {
"@t3-oss/env-nextjs": "workspace:*",
"next": "^14.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.23.0"
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^20.12.0",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.25",
"@types/node": "^22.10.10",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"jiti": "^1.21.0",
"typescript": "^5.4.5"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@types/node": "^20.12.0",
"@types/node": "^22.10.10",
"nuxt": "^3.11.2"
},
"dependencies": {
"@t3-oss/env-nuxt": "workspace:*",
"zod": "^3.23.0"
"zod": "^3.24.1"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/bun": "^1.0.12",
"expect-type": "^0.19.0",
"turbo": "canary",
"typescript": "^5.4.5"
"@types/bun": "^1.2.0",
"expect-type": "^1.1.0",
"turbo": "2.3.4",
"typescript": "^5.7.3"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
}
},
"devDependencies": {
"bunchee": "^5.1.2",
"typescript": "^5.4.5",
"zod": "^3.23.0"
"bunchee": "^6.3.2",
"typescript": "^5.7.3",
"zod": "^3.24.1"
}
}
1 change: 1 addition & 0 deletions packages/core/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
}
},
"devDependencies": {
"bunchee": "^5.1.2",
"typescript": "^5.4.5",
"zod": "^3.23.0"
"bunchee": "^6.3.2",
"typescript": "^5.7.3",
"zod": "^3.24.1"
}
}
1 change: 1 addition & 0 deletions packages/nextjs/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
}
},
"devDependencies": {
"bunchee": "^5.1.2",
"typescript": "^5.4.5",
"zod": "^3.23.0"
"bunchee": "^6.3.2",
"typescript": "^5.7.3",
"zod": "^3.24.1"
}
}
1 change: 1 addition & 0 deletions packages/nuxt/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turborepo.org/schema.json",
"experimentalUI": true,
"pipeline": {
"ui": "tui",
"tasks": {
"topo": {
"dependsOn": ["^topo"]
},
Expand Down

0 comments on commit 174f560

Please sign in to comment.