Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7e2619c
chore(deps-dev): bump typescript-eslint in the typescript group
dependabot[bot] Dec 8, 2025
9a5fb41
Merge pull request #374 from LGLabGreg/dependabot/npm_and_yarn/next/t…
github-actions[bot] Dec 8, 2025
05b3442
chore(deps): bump next from 16.0.7 to 16.0.8
dependabot[bot] Dec 8, 2025
e377f6a
Merge pull request #377 from LGLabGreg/dependabot/npm_and_yarn/next/n…
github-actions[bot] Dec 8, 2025
4384a38
chore(deps-dev): bump jsdom from 27.2.0 to 27.3.0
dependabot[bot] Dec 8, 2025
4d30666
Merge pull request #378 from LGLabGreg/dependabot/npm_and_yarn/next/j…
github-actions[bot] Dec 8, 2025
e77d040
chore(deps): bump eslint-config-next in the eslint group
dependabot[bot] Dec 8, 2025
9d1e39c
chore(deps-dev): bump the vite-vitest group with 2 updates
dependabot[bot] Dec 8, 2025
dd3773a
Merge pull request #375 from LGLabGreg/dependabot/npm_and_yarn/next/e…
github-actions[bot] Dec 8, 2025
0d4fea3
Merge pull request #376 from LGLabGreg/dependabot/npm_and_yarn/next/v…
github-actions[bot] Dec 8, 2025
1b20f2c
chore(deps-dev): bump @types/node in the typescript group
dependabot[bot] Dec 9, 2025
8fae0f2
Merge pull request #379 from LGLabGreg/dependabot/npm_and_yarn/next/t…
github-actions[bot] Dec 9, 2025
93f50a2
chore(deps): bump lucide-react from 0.556.0 to 0.559.0
dependabot[bot] Dec 10, 2025
064e696
Merge pull request #381 from LGLabGreg/dependabot/npm_and_yarn/next/l…
github-actions[bot] Dec 10, 2025
81a5265
chore(deps): bump the react group with 2 updates
dependabot[bot] Dec 11, 2025
068544b
Merge pull request #382 from LGLabGreg/dependabot/npm_and_yarn/next/r…
github-actions[bot] Dec 11, 2025
2f2e9a8
chore(deps): bump eslint-config-next in the eslint group
dependabot[bot] Dec 11, 2025
b9a4263
Merge pull request #383 from LGLabGreg/dependabot/npm_and_yarn/next/e…
github-actions[bot] Dec 11, 2025
7f17a90
chore(deps): bump lucide-react from 0.559.0 to 0.560.0
dependabot[bot] Dec 12, 2025
fb4069c
Merge pull request #386 from LGLabGreg/dependabot/npm_and_yarn/next/l…
github-actions[bot] Dec 12, 2025
6893ff4
chore(deps): bump the tailwind group with 3 updates
dependabot[bot] Dec 12, 2025
766f716
Merge pull request #384 from LGLabGreg/dependabot/npm_and_yarn/next/t…
github-actions[bot] Dec 12, 2025
5eba9ef
chore(deps): bump next from 16.0.8 to 16.0.9
dependabot[bot] Dec 12, 2025
1db255f
Merge pull request #385 from LGLabGreg/dependabot/npm_and_yarn/next/n…
github-actions[bot] Dec 12, 2025
5dbdbae
merge main
LGLabGreg Dec 12, 2025
3e1539d
chore(deps)
LGLabGreg Dec 12, 2025
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 @@ -46,14 +46,14 @@
"cmdk": "1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"eslint-config-next": "16.0.7",
"eslint-config-next": "16.0.10",
"input-otp": "^1.4.2",
"lucide-react": "^0.556.0",
"next": "16.0.9",
"lucide-react": "^0.560.0",
"next": "16.0.10",
"next-themes": "^0.4.6",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hook-form": "^7.68.0",
"react-icons": "^5.5.0",
"react-resizable-panels": "^3.0.6",
Expand All @@ -63,13 +63,13 @@
"vaul": "^1.1.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/postcss": "^4.1.18",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@types/node": "^24.10.1",
"@types/node": "^25.0.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}
14 changes: 7 additions & 7 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
},
"dependencies": {
"@lglab/react-qr-code": "workspace:*",
"@tailwindcss/vite": "^4.1.17",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"tailwindcss": "^4.1.17"
"@tailwindcss/vite": "^4.1.18",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@types/node": "^25.0.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"@vitejs/plugin-react": "^5.1.2",
"globals": "^16.5.0",
"typescript": "~5.9.3",
"vite": "^7.2.6"
"vite": "^7.2.7"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@testing-library/react": "^16.3.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@types/jsdom": "^27.0.0",
"@types/node": "^24.10.1",
"@vitejs/plugin-react": "^5.1.1",
"@types/node": "^25.0.1",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/coverage-v8": "4.0.15",
"concurrently": "^9.2.1",
"eslint": "^9.39.1",
Expand All @@ -52,17 +52,17 @@
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"husky": "^9.1.7",
"jsdom": "^27.2.0",
"jsdom": "^27.3.0",
"lint-staged": "^16.2.7",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.1",
"vite": "^7.2.6",
"typescript-eslint": "^8.49.0",
"vite": "^7.2.7",
"vitest": "^4.0.15"
},
"dependencies": {
"@eslint/eslintrc": "^3.3.3",
"eslint-config-next": "16.0.7"
"eslint-config-next": "16.0.10"
}
}
12 changes: 6 additions & 6 deletions packages/react-qr-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@
"react": "^18 || ^19"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@types/node": "^25.0.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"@vitejs/plugin-react": "^5.1.2",
"globals": "^16.5.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.1",
"vite": "^7.2.6",
"typescript-eslint": "^8.49.0",
"vite": "^7.2.7",
"vite-plugin-dts": "^4.5.4"
}
}
Loading