Skip to content

Commit 8a494ec

Browse files
authored
Merge pull request #114 from LGLabGreg/fix-readme
Fix readme
2 parents 22605e4 + 1e59666 commit 8a494ec

9 files changed

Lines changed: 403 additions & 387 deletions

File tree

.changeset/khaki-bikes-itch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@lglab/react-qr-code': patch
3+
---
4+
5+
Fix readme

.changeset/tired-oranges-jam.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@lglab/react-qr-code': patch
3+
'reactqrcode.com': patch
4+
---
5+
6+
Update deps

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ A highly customizable and lightweight QR code generator for React applications.
1414
- **Highly Customizable** - Style the finder patterns, modules, and colors exactly how you want.
1515
- **Performance Optimized** - Generates QR codes efficiently without sacrificing quality.
1616
- **SVG-Based Rendering** - Crisp and scalable output for web and print
17-
- **Developer-Friendly** - Style the finder patterns, modules, and colors exactly how you want.
18-
- **Highly Customizable** - Built with TypeScript, easy to use, and well-documented
17+
- **Developer-Friendly** - Built with TypeScript, easy to use, and well-documented.
1918

2019
## Install
2120

apps/docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@hookform/resolvers": "^4.1.2",
13+
"@hookform/resolvers": "^4.1.3",
1414
"@lglab/react-qr-code": "workspace:*",
1515
"@radix-ui/react-accordion": "^1.2.3",
1616
"@radix-ui/react-alert-dialog": "^1.1.6",
@@ -47,8 +47,8 @@
4747
"date-fns": "^4.1.0",
4848
"embla-carousel-react": "^8.5.2",
4949
"input-otp": "^1.4.2",
50-
"lucide-react": "^0.475.0",
51-
"next": "15.1.7",
50+
"lucide-react": "^0.477.0",
51+
"next": "15.2.1",
5252
"next-themes": "^0.4.4",
5353
"prism-react-renderer": "^2.4.1",
5454
"react": "^19.0.0",
@@ -65,13 +65,13 @@
6565
"zod": "^3.24.2"
6666
},
6767
"devDependencies": {
68-
"@tailwindcss/postcss": "^4.0.9",
68+
"@tailwindcss/postcss": "^4.0.10",
6969
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
70-
"@types/node": "^22.13.5",
70+
"@types/node": "^22.13.9",
7171
"@types/react": "^19.0.10",
7272
"@types/react-dom": "^19.0.4",
7373
"postcss": "^8.5.3",
74-
"tailwindcss": "^4.0.9",
75-
"typescript": "^5.7.3"
74+
"tailwindcss": "^4.0.10",
75+
"typescript": "^5.8.2"
7676
}
7777
}

apps/playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
},
1010
"dependencies": {
1111
"@lglab/react-qr-code": "workspace:*",
12-
"@tailwindcss/vite": "^4.0.9",
12+
"@tailwindcss/vite": "^4.0.10",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0",
15-
"tailwindcss": "^4.0.9"
15+
"tailwindcss": "^4.0.10"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.13.5",
18+
"@types/node": "^22.13.9",
1919
"@types/react": "^19.0.10",
2020
"@types/react-dom": "^19.0.4",
2121
"@vitejs/plugin-react": "^4.3.4",
2222
"globals": "^16.0.0",
23-
"typescript": "~5.7.3",
23+
"typescript": "~5.8.2",
2424
"vite": "^6.2.0"
2525
}
2626
}

package.json

Lines changed: 4 additions & 4 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.5.2",
8+
"packageManager": "pnpm@10.6.3",
99
"type": "module",
1010
"scripts": {
1111
"dev": "pnpm concurrently --names packages,apps \"pnpm watch:packages\" \"pnpm watch:playground\" \"pnpm watch:docs\"",
@@ -42,7 +42,7 @@
4242
"@testing-library/react": "^16.2.0",
4343
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
4444
"@types/jsdom": "^21.1.7",
45-
"@types/node": "^22.13.8",
45+
"@types/node": "^22.13.9",
4646
"@vitejs/plugin-react": "^4.3.4",
4747
"@vitest/coverage-v8": "3.0.7",
4848
"concurrently": "^9.1.2",
@@ -57,12 +57,12 @@
5757
"react": "^19.0.0",
5858
"react-dom": "^19.0.0",
5959
"typescript": "~5.8.2",
60-
"typescript-eslint": "^8.25.0",
60+
"typescript-eslint": "^8.26.0",
6161
"vite": "^6.2.0",
6262
"vitest": "^3.0.7"
6363
},
6464
"dependencies": {
6565
"@eslint/eslintrc": "^3.3.0",
66-
"eslint-config-next": "15.1.7"
66+
"eslint-config-next": "15.2.1"
6767
}
6868
}

packages/react-qr-code/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ A highly customizable and lightweight QR code generator for React applications.
1212
- **Highly Customizable** - Style the finder patterns, modules, and colors exactly how you want.
1313
- **Performance Optimized** - Generates QR codes efficiently without sacrificing quality.
1414
- **SVG-Based Rendering** - Crisp and scalable output for web and print
15-
- **Developer-Friendly** - Style the finder patterns, modules, and colors exactly how you want.
16-
- **Highly Customizable** - Built with TypeScript, easy to use, and well-documented
15+
- **Developer-Friendly** - Built with TypeScript, easy to use, and well-documented.
1716

1817
## Install
1918

packages/react-qr-code/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
"react": "^18 || ^19"
5050
},
5151
"devDependencies": {
52-
"@types/node": "^22.13.5",
52+
"@types/node": "^22.13.9",
5353
"@types/react": "^19.0.10",
5454
"@types/react-dom": "^19.0.4",
5555
"@vitejs/plugin-react": "^4.3.4",
5656
"globals": "^16.0.0",
5757
"react": "^19.0.0",
5858
"react-dom": "^19.0.0",
59-
"typescript": "~5.7.3",
60-
"typescript-eslint": "^8.25.0",
59+
"typescript": "~5.8.2",
60+
"typescript-eslint": "^8.26.0",
6161
"vite": "^6.2.0",
62-
"vite-plugin-dts": "^4.5.1"
62+
"vite-plugin-dts": "^4.5.3"
6363
}
6464
}

0 commit comments

Comments
 (0)