Skip to content

Commit

Permalink
Merge pull request #82 from maslick/functional-component
Browse files Browse the repository at this point in the history
functional React component
  • Loading branch information
maslick committed Sep 24, 2023
2 parents 1a7685b + ff007ac commit 4957e73
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 331 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"name": "koder-react",
"version": "1.9.0",
"version": "1.10.0",
"homepage": "./",
"private": true,
"description": "QR/bar code scanner for the Browser",
"author": "Pavel Maslov",
"license": "MIT",
"devDependencies": {
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
"react-app-rewired": "^2.1.11",
"prop-types": "^15.8.0",
"react-scripts": "5.0.1",
"react-app-rewired": "^2.2.1",
"prop-types": "^15.8.1",
"react-usestateref": "^1.0.8",
"upnqr": "1.1.0",
"@pathcheck/dcc-sdk": "^0.0.23",
"@pathcheck/dcc-sdk": "^0.0.27",
"buffer": "^6.0.3",
"util": "^0.12.4",
"util": "^0.12.5",
"stream-browserify": "^3.0.0",
"process": "^0.11.10",
"http-server": "^0.13.0"
Expand Down
Loading

0 comments on commit 4957e73

Please sign in to comment.