Skip to content

Commit

Permalink
feat: Add new dependencies for line clamping and currency symbol mapping
Browse files Browse the repository at this point in the history
This commit adds the following dependencies:
- @tailwindcss/[email protected]
- [email protected]

These dependencies enable line clamping and currency symbol mapping functionality in the application.
  • Loading branch information
realashleybailey committed Oct 2, 2023
1 parent 7cfb2cd commit fc45560
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 12 deletions.
34 changes: 34 additions & 0 deletions frontend/package-lock.json

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

3 changes: 3 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@simplewebauthn/browser": "^8.0.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-legacy": "^4.1.1",
"@vue-flow/background": "^1.2.0",
Expand All @@ -52,6 +53,7 @@
"bowser": "^2.11.0",
"browser-detect": "^0.2.28",
"chart.js": "^3.9.1",
"currency-symbol-map": "^5.1.0",
"firebase": "^10.3.1",
"floating-vue": "^2.0.0-beta.24",
"flowbite": "^1.8.1",
Expand Down Expand Up @@ -88,6 +90,7 @@
"vue3-gettext": "^3.0.0-beta.1",
"vue3-openlayers": "^2.0.0",
"vue3-popper": "^1.5.0",
"vue3-text-clamp": "^0.1.2",
"vuedraggable": "^4.1.0",
"xterm": "^5.2.1",
"xterm-addon-fit": "^0.7.0"
Expand Down
12 changes: 0 additions & 12 deletions package-lock.json

This file was deleted.

0 comments on commit fc45560

Please sign in to comment.