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 Oct 8, 2024
1 parent ca3c554 commit c0cc189
Show file tree
Hide file tree
Showing 4 changed files with 928 additions and 2,135 deletions.
18 changes: 9 additions & 9 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"build-package": "pnpm --filter \"./packages/**\" build",
"build-packages": "pnpm --filter \"./packages/**\" build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
Expand All @@ -24,30 +24,30 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.438.0",
"pinia": "^2.2.2",
"tailwind-merge": "^2.5.2",
"pinia": "^2.2.4",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.5.8",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@iconify/vue": "^4.1.2",
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.16.6",
"@types/node": "^20.16.11",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/eslint-config-prettier": "^10.0.0",
"@vue/eslint-config-typescript": "^14.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint": "^9.12.0",
"eslint-plugin-vue": "^9.28.0",
"npm-run-all2": "^6.2.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "~5.6.2",
"vite": "^5.4.7",
"vite": "^5.4.8",
"vite-plugin-vue-devtools": "^7.4.6",
"vue-tsc": "^2.1.6"
}
Expand Down
4 changes: 2 additions & 2 deletions ui/packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dist"
],
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.13.9",
"unbuild": "^2.0.0"
"@openapitools/openapi-generator-cli": "^2.14.0",
"unbuild": "3.0.0-rc.11"
}
}
Loading

0 comments on commit c0cc189

Please sign in to comment.