@lglab/react-qr-code 1.4.3 → 1.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -12,8 +12,7 @@ A highly customizable and lightweight QR code generator for React applications.
|
|
|
12
12
|
- **Highly Customizable** - Style the finder patterns, modules, and colors exactly how you want.
|
|
13
13
|
- **Performance Optimized** - Generates QR codes efficiently without sacrificing quality.
|
|
14
14
|
- **SVG-Based Rendering** - Crisp and scalable output for web and print
|
|
15
|
-
- **Developer-Friendly** -
|
|
16
|
-
- **Highly Customizable** - Built with TypeScript, easy to use, and well-documented
|
|
15
|
+
- **Developer-Friendly** - Built with TypeScript, easy to use, and well-documented.
|
|
17
16
|
|
|
18
17
|
## Install
|
|
19
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lglab/react-qr-code",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.4",
|
|
4
4
|
"description": "React library to generate QR codes",
|
|
5
5
|
"author": "LGLab",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
"react": "^18 || ^19"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@types/node": "^22.13.
|
|
49
|
+
"@types/node": "^22.13.9",
|
|
50
50
|
"@types/react": "^19.0.10",
|
|
51
51
|
"@types/react-dom": "^19.0.4",
|
|
52
52
|
"@vitejs/plugin-react": "^4.3.4",
|
|
53
53
|
"globals": "^16.0.0",
|
|
54
54
|
"react": "^19.0.0",
|
|
55
55
|
"react-dom": "^19.0.0",
|
|
56
|
-
"typescript": "~5.
|
|
57
|
-
"typescript-eslint": "^8.
|
|
56
|
+
"typescript": "~5.8.2",
|
|
57
|
+
"typescript-eslint": "^8.26.0",
|
|
58
58
|
"vite": "^6.2.0",
|
|
59
|
-
"vite-plugin-dts": "^4.5.
|
|
59
|
+
"vite-plugin-dts": "^4.5.3"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"build": "tsc -b && vite build"
|