Skip to content

Commit

Permalink
Frontend library updates
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
  • Loading branch information
loneil committed Nov 13, 2024
1 parent b6d3155 commit 3f933b6
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 68 deletions.
117 changes: 62 additions & 55 deletions services/tenant-ui/frontend/package-lock.json

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

20 changes: 10 additions & 10 deletions services/tenant-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"@vuelidate/validators": "^2.0.4",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"dompurify": "^3.1.7",
"dompurify": "^3.2.0",
"json-editor-vue": "^0.17.3",
"marked": "^14.1.3",
"marked": "^15.0.0",
"oidc-client-ts": "^3.1.0",
"pinia": "^2.2.5",
"pinia": "^2.2.6",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primevue": "^3.53.0",
"qrcode.vue": "^3.5.1",
"qrcode.vue": "^3.6.0",
"vue": "^3.5.12",
"vue-i18n": "^9.13.1",
"vue-json-pretty": "^2.4.0",
Expand All @@ -40,26 +40,26 @@
},
"devDependencies": {
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
"@pinia/testing": "^0.1.6",
"@pinia/testing": "^0.1.7",
"@types/dompurify": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue": "^5.1.5",
"@vitest/coverage-v8": "^2.1.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.30.0",
"eslint-plugin-vue": "^9.31.0",
"flat": "^6.0.1",
"glob": "^11.0.0",
"jsdom": "^25.0.1",
"msw": "^2.6.0",
"msw": "^2.6.4",
"prettier": "^3.3.3",
"sass": "^1.80.5",
"sass": "^1.80.7",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vitest": "^2.1.4",
"vue-tsc": "^2.1.10",
"whatwg-fetch": "^3.6.20"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@

<script setup lang="ts">
// Vue
import { computed, onMounted, reactive, ref, TransitionGroup } from 'vue';
import { computed, onMounted, reactive, ref } from 'vue';
// PrimeVue/Validation
import Accordion from 'primevue/accordion';
import AccordionTab from 'primevue/accordiontab';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ import { useTenantStore } from '@/store';
import { storeToRefs } from 'pinia';
// Other Components
import Endorser from './Endorser.vue';
import ReadOnlyLedger from './ReadOnlyLedger.vue';
import PublicDid from './PublicDid.vue';
import TaaAcceptance from './TaaAcceptance.vue';
import { useToast } from 'vue-toastification';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ import { computed, ref } from 'vue';
import Button from 'primevue/button';
import Checkbox from 'primevue/checkbox';
import Dialog from 'primevue/dialog';
import Dropdown from 'primevue/dropdown';
import RadioButton from 'primevue/radiobutton';
import { useToast } from 'vue-toastification';
// State
Expand Down

0 comments on commit 3f933b6

Please sign in to comment.