1 Commits

Author SHA1 Message Date
dc26ed63f0 Update dependency vite to v8 2026-04-02 15:54:39 +00:00
3 changed files with 324 additions and 374 deletions

View File

@@ -1,27 +0,0 @@
name: Build Check
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Run Build
run: pnpm run build

View File

@@ -40,8 +40,8 @@
"eslint": "^9.39.2",
"eslint-plugin-format": "^1.4.0",
"tailwindcss": "^4.2.0",
"typescript": "~6.0.0",
"vite": "^7.3.1",
"typescript": "~5.9.3",
"vite": "^8.0.0",
"vue-tsc": "^2.1.10"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"

667
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff