Skip to content

Commit 3d890df

Browse files
committed
chore: deps
2 parents f9d88c3 + 71022f2 commit 3d890df

5 files changed

Lines changed: 639 additions & 370 deletions

File tree

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"clsx": "^2.1.1",
3333
"date-fns": "^4.1.0",
3434
"lucide-react": "^1.7.0",
35-
"next": "16.2.1",
35+
"next": "16.2.3",
3636
"next-themes": "^0.4.6",
3737
"prism-react-renderer": "^2.4.1",
3838
"react": "^19.2.5",

apps/docs/src/components/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { TypographyLead } from './ui/typography'
77

88
export const Hero = () => {
99
return (
10-
<section className='py-8 mb-5'>
10+
<section className='py-8 mb-5 mx-auto'>
1111
<div className='container text-center'>
1212
<div className='mx-auto flex max-w-5xl flex-col gap-6'>
1313
<h1 className='text-3xl font-semibold lg:text-6xl'>

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/LGLabGreg/react-qr-code.git"
77
},
8-
"packageManager": "pnpm@10.29.3",
8+
"packageManager": "pnpm@10.33.0",
99
"type": "module",
1010
"scripts": {
1111
"dev": "pnpm concurrently --names packages,apps \"pnpm watch:packages\" \"pnpm watch:docs\"",
@@ -40,17 +40,17 @@
4040
"@types/jsdom": "^28.0.1",
4141
"@types/node": "^25.6.0",
4242
"@vitejs/plugin-react": "^6.0.1",
43-
"@vitest/coverage-v8": "4.1.2",
43+
"@vitest/coverage-v8": "4.1.4",
4444
"concurrently": "^9.2.1",
4545
"husky": "^9.1.7",
46-
"jsdom": "^29.0.1",
46+
"jsdom": "^29.0.2",
4747
"lint-staged": "^16.4.0",
48-
"oxfmt": "^0.43.0",
49-
"oxlint": "^1.58.0",
48+
"oxfmt": "^0.45.0",
49+
"oxlint": "^1.60.0",
5050
"react": "^19.2.5",
5151
"react-dom": "^19.2.5",
5252
"typescript": "~6.0.2",
53-
"vite": "^8.0.3",
54-
"vitest": "^4.1.2"
53+
"vite": "^8.0.8",
54+
"vitest": "^4.1.4"
5555
}
5656
}

packages/react-qr-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"react": "^19.2.5",
5858
"react-dom": "^19.2.5",
5959
"typescript": "~6.0.2",
60-
"vite": "^8.0.3",
60+
"vite": "^8.0.5",
6161
"vite-plugin-dts": "^4.5.4"
6262
}
6363
}

0 commit comments

Comments
 (0)