Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
71dab1a
chore(deps-dev): bump vite in the vite-vitest group across 1 directory
dependabot[bot] Apr 13, 2026
2943814
Merge pull request #515 from LGLabGreg/dependabot/npm_and_yarn/next/v…
github-actions[bot] Apr 13, 2026
d148cf4
chore(deps-dev): bump typescript in the typescript group
dependabot[bot] Apr 18, 2026
29ea62f
Merge pull request #517 from LGLabGreg/dependabot/npm_and_yarn/next/t…
github-actions[bot] Apr 18, 2026
54c186c
chore(deps): bump react-hook-form in the react group
dependabot[bot] Apr 25, 2026
45c8bc8
Merge pull request #519 from LGLabGreg/dependabot/npm_and_yarn/next/r…
github-actions[bot] Apr 25, 2026
4aee255
chore(deps-dev): bump the oxc group with 2 updates
dependabot[bot] Apr 25, 2026
8ec0326
Merge pull request #520 from LGLabGreg/dependabot/npm_and_yarn/next/o…
github-actions[bot] Apr 25, 2026
bd1811b
chore(deps-dev): bump the vite-vitest group with 3 updates
dependabot[bot] Apr 25, 2026
6f5b5ec
Merge pull request #521 from LGLabGreg/dependabot/npm_and_yarn/next/v…
github-actions[bot] Apr 25, 2026
76eed27
chore(deps-dev): bump the tailwind group with 2 updates
dependabot[bot] Apr 25, 2026
baf0b40
Merge pull request #522 from LGLabGreg/dependabot/npm_and_yarn/next/t…
github-actions[bot] Apr 25, 2026
f258d92
chore(deps): bump the all-minor-patch group across 1 directory with 6…
dependabot[bot] Apr 25, 2026
96ac6cf
Merge pull request #518 from LGLabGreg/dependabot/npm_and_yarn/next/a…
github-actions[bot] Apr 25, 2026
81f1b34
chore(deps): bump react-hook-form in the react group
dependabot[bot] May 2, 2026
a72aede
Merge pull request #523 from LGLabGreg/dependabot/npm_and_yarn/next/r…
github-actions[bot] May 2, 2026
c3e5c57
chore(deps-dev): bump the oxc group with 2 updates
dependabot[bot] May 2, 2026
8526732
Merge pull request #524 from LGLabGreg/dependabot/npm_and_yarn/next/o…
github-actions[bot] May 2, 2026
735c531
chore(deps): bump the all-minor-patch group with 4 updates
dependabot[bot] May 2, 2026
01c3003
Merge pull request #526 from LGLabGreg/dependabot/npm_and_yarn/next/a…
github-actions[bot] May 2, 2026
813b7b1
chore: deps
LGLabGreg May 6, 2026
09a8ad8
Merge branch 'main' of github.com-lglab:LGLabGreg/react-qr-code into …
LGLabGreg May 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,29 @@
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.8",
"@uiw/react-color": "^2.9.6",
"@uiw/react-color": "^2.10.1",
"@vercel/analytics": "^2.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^1.7.0",
"next": "16.2.3",
"lucide-react": "^1.14.0",
"next": "16.2.4",
"next-themes": "^0.4.6",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-hook-form": "^7.72.1",
"react-hook-form": "^7.75.0",
"react-icons": "^5.6.0",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2"
"postcss": "^8.5.13",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3"
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/LGLabGreg/react-qr-code.git"
},
"packageManager": "pnpm@10.33.0",
"packageManager": "pnpm@10.33.4",
"type": "module",
"scripts": {
"dev": "pnpm concurrently --names packages,apps \"pnpm watch:packages\" \"pnpm watch:docs\"",
Expand All @@ -28,29 +28,29 @@
"packages/**/*.{ts,tsx}": [
"oxlint --deny-warnings"
],
"apps/docs/**/*.{ts,tsx}": [
"apps/docs/**/!(*.d).{ts,tsx}": [
"oxlint --config apps/docs/.oxlintrc.json --deny-warnings"
]
},
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/jsdom": "^28.0.1",
"@types/node": "^25.6.0",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "4.1.4",
"@vitest/coverage-v8": "4.1.5",
"concurrently": "^9.2.1",
"husky": "^9.1.7",
"jsdom": "^29.0.2",
"lint-staged": "^16.4.0",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"typescript": "~6.0.2",
"vite": "^8.0.8",
"vitest": "^4.1.4"
"jsdom": "^29.1.1",
"lint-staged": "^17.0.2",
"oxfmt": "^0.48.0",
"oxlint": "^1.63.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"typescript": "~6.0.3",
"vite": "^8.0.10",
"vitest": "^4.1.5"
}
}
6 changes: 3 additions & 3 deletions packages/react-qr-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"globals": "^17.4.0",
"globals": "^17.6.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"typescript": "~6.0.2",
"vite": "^8.0.5",
"typescript": "~6.0.3",
"vite": "^8.0.10",
"vite-plugin-dts": "^4.5.4"
}
}
Loading