react-qr-svg
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -6,3 +6,3 @@ { | ||
"user": "no23reason", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"scripts": { | ||
@@ -30,3 +30,3 @@ "dist": "rimraf ./dist-modules && babel ./src --out-dir ./dist-modules", | ||
"devDependencies": { | ||
"@types/react": "^16.8.19", | ||
"@types/react": "^17.0.0", | ||
"babel-cli": "^6.26.0", | ||
@@ -45,11 +45,10 @@ "babel-core": "^6.26.0", | ||
"eslint": "^7.1.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-react": "^7.7.0", | ||
"gh-pages": "^3.1.0", | ||
"husky": "^4.2.3", | ||
"jest": "^23.6.0", | ||
"prettier": "^2.0.5", | ||
"pretty-quick": "^2.0.0", | ||
"purecss": "^1.0.0", | ||
"pretty-quick": "^3.1.0", | ||
"purecss": "^2.0.3", | ||
"react": "^17.0.1", | ||
@@ -56,0 +55,0 @@ "react-dom": "^17.0.1", |
@@ -7,2 +7,7 @@  [](https://www.npmjs.com/package/react-qr-svg) [](http://commitizen.github.io/cz-cli/) [](https://github.com/semantic-release/semantic-release) | ||
## ⚠️ Deprecation notice ⚠️ | ||
The more popular and feature rich [`qrcode.react`](https://github.com/zpao/qrcode.react) which was the original inspiration of this package has added SVG support since this package was created. Its SVG is more optimal than the SVG generated by `react-qr-svg` and it also offers some cool features like image embedding. | ||
This makes `react-qr-svg` obsolete and so it has been marked as deprecated. Please use [`qrcode.react`](https://github.com/zpao/qrcode.react) instead. | ||
## Demo | ||
@@ -9,0 +14,0 @@ |
12753
30
94