Skip to content

Commit

Permalink
wip:Integrations page - Barcode scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
rgilsimoes committed Jul 4, 2024
1 parent 251632a commit ebc0ab5
Show file tree
Hide file tree
Showing 10 changed files with 343 additions and 235 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
"bumprelease": "yarn version major -i && ts-appversion"
},
"dependencies": {
"@ionic/react": "^8.2.4",
"@ionic/react-router": "^8.2.4",
"@ionic/react": "^8.2.5",
"@ionic/react-router": "^8.2.5",
"@tauri-apps/api": ">=2.0.0-beta.0",
"@tauri-apps/plugin-os": "2.0.0-beta.5",
"@tauri-apps/plugin-shell": ">=2.0.0-beta.6",
"@tauri-apps/plugin-barcode-scanner": "2.0.0-beta.6",
"@tauri-apps/plugin-os": "2.0.0-beta.6",
"@tauri-apps/plugin-shell": ">=2.0.0-beta.7",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"get-npm-package-version": "^1.1.1",
Expand All @@ -42,7 +43,7 @@
},
"devDependencies": {
"@tauri-apps/cli": ">=2.0.0-beta.0",
"@testing-library/dom": ">=10.2.0",
"@testing-library/dom": ">=10.3.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
Expand All @@ -66,7 +67,7 @@
"sass": "^1.77.6",
"terser": "^5.31.1",
"typescript": "^5.5.3",
"vite": "^5.3.2",
"vite": "^5.3.3",
"vite-plugin-deadfile": "^1.3.0",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^1.6.0"
Expand Down
126 changes: 70 additions & 56 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ebc0ab5

Please sign in to comment.