Skip to content

Commit

Permalink
chore: update ui dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaKin committed Nov 26, 2024
1 parent e64ff74 commit 2ac38c0
Show file tree
Hide file tree
Showing 2 changed files with 361 additions and 364 deletions.
24 changes: 12 additions & 12 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@
"api-generate": "pnpm --filter \"./packages/api-client\" generate"
},
"dependencies": {
"@primevue/forms": "^4.2.2",
"@primevue/forms": "^4.2.3",
"@vee-validate/yup": "^4.14.7",
"api-client": "workspace:*",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"lodash-es": "^4.17.21",
"lucide-react": "^0.438.0",
"pinia": "^2.2.6",
"primevue": "^4.2.2",
"tailwind-merge": "^2.5.4",
"primevue": "^4.2.3",
"tailwind-merge": "^2.5.5",
"tailwindcss-primeui": "^0.3.4",
"v-viewer": "^3.0.21",
"vee-validate": "^4.14.7",
"viewerjs": "^1.11.6",
"viewerjs": "^1.11.7",
"vue": "^3.5.13",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"vue-router": "^4.5.0",
"yup": "^1.4.0"
},
"devDependencies": {
Expand All @@ -51,23 +51,23 @@
"@tsconfig/node20": "^20.1.4",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.17.6",
"@types/node": "^20.17.8",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"eslint": "^9.14.0",
"axios": "^1.7.8",
"eslint": "^9.15.0",
"eslint-plugin-vue": "^9.31.0",
"globals": "^15.12.0",
"npm-run-all2": "^6.2.6",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"prettier": "^3.4.0",
"tailwindcss": "^3.4.15",
"typescript": "~5.6.3",
"typescript-eslint": "^8.14.0",
"typescript-eslint": "^8.16.0",
"vite": "^5.4.11",
"vite-plugin-vue-devtools": "^7.6.4",
"vue-tsc": "^2.1.10"
Expand Down
Loading

0 comments on commit 2ac38c0

Please sign in to comment.