1 Commits

Author SHA1 Message Date
e325cb625d Update dependency eslint to v10 2026-04-02 00:03:36 +00:00
3 changed files with 221 additions and 766 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

@@ -30,14 +30,14 @@
"sherlockjs": "^1.4.2", "sherlockjs": "^1.4.2",
"uuid": "^13.0.0", "uuid": "^13.0.0",
"vue": "^3.5.28", "vue": "^3.5.28",
"vue-router": "^5.0.0" "vue-router": "^4.6.4"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^8.0.0", "@antfu/eslint-config": "^7.4.3",
"@tailwindcss/vite": "^4.2.0", "@tailwindcss/vite": "^4.2.0",
"@tauri-apps/cli": "^2", "@tauri-apps/cli": "^2",
"@vitejs/plugin-vue": "^6.0.4", "@vitejs/plugin-vue": "^6.0.4",
"eslint": "^9.39.2", "eslint": "^10.0.0",
"eslint-plugin-format": "^1.4.0", "eslint-plugin-format": "^1.4.0",
"tailwindcss": "^4.2.0", "tailwindcss": "^4.2.0",
"typescript": "~5.9.3", "typescript": "~5.9.3",

954
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff