Skip to content

Commit 1ee274e

Browse files
committed
feat: 更新依赖,tsup替换为tsdown
1 parent fc35eee commit 1ee274e

5 files changed

Lines changed: 1531 additions & 1445 deletions

File tree

example/react/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"react-dom": "^18.3.1"
1515
},
1616
"devDependencies": {
17-
"@eslint/js": "^9.21.0",
18-
"@types/react": "^19.0.10",
19-
"@types/react-dom": "^19.0.4",
20-
"@vitejs/plugin-react": "^4.3.4",
21-
"eslint": "^9.21.0",
22-
"eslint-plugin-react-hooks": "^5.1.0",
23-
"eslint-plugin-react-refresh": "^0.4.19",
17+
"@eslint/js": "^9.28.0",
18+
"@types/react": "^19.1.6",
19+
"@types/react-dom": "^19.1.5",
20+
"@vitejs/plugin-react": "^4.5.1",
21+
"eslint": "^9.28.0",
22+
"eslint-plugin-react-hooks": "^5.2.0",
23+
"eslint-plugin-react-refresh": "^0.4.20",
2424
"globals": "^15.15.0",
25-
"typescript": "^5.7.3",
26-
"typescript-eslint": "^8.25.0",
27-
"vite": "^6.2.0",
25+
"typescript": "^5.8.3",
26+
"typescript-eslint": "^8.33.1",
27+
"vite": "^6.3.5",
2828
"vite-plugin-app-loading": "workspace:*"
2929
}
3030
}

example/vue/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"vue": "^3.4.37"
1313
},
1414
"devDependencies": {
15-
"@vitejs/plugin-vue": "^5.2.1",
16-
"typescript": "^5.7.3",
17-
"vite": "^6.2.0",
15+
"@vitejs/plugin-vue": "^5.2.4",
16+
"typescript": "^5.8.3",
17+
"vite": "^6.3.5",
1818
"vite-plugin-app-loading": "workspace:*",
19-
"vue-tsc": "^2.2.4"
19+
"vue-tsc": "^2.2.10"
2020
}
2121
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"release": "bumpp -r"
2020
},
2121
"devDependencies": {
22-
"@antfu/eslint-config": "^4.3.0",
23-
"@types/node": "^22.13.5",
24-
"bumpp": "^10.0.3",
25-
"cz-git": "^1.11.0",
26-
"eslint": "^9.21.0",
27-
"lint-staged": "^15.4.3",
28-
"simple-git-hooks": "^2.11.1",
29-
"taze": "^18.6.0"
22+
"@antfu/eslint-config": "^4.13.2",
23+
"@types/node": "^22.15.29",
24+
"bumpp": "^10.1.1",
25+
"cz-git": "^1.11.1",
26+
"eslint": "^9.28.0",
27+
"lint-staged": "^16.1.0",
28+
"simple-git-hooks": "^2.13.0",
29+
"taze": "^19.1.0"
3030
},
3131
"simple-git-hooks": {
3232
"pre-commit": "pnpm lint-staged",

packages/vite-plugin-app-loading/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"loading.html"
3333
],
3434
"scripts": {
35-
"build": "tsup"
35+
"build": "tsdown --format esm --format cjs"
3636
},
3737
"devDependencies": {
38-
"tsup": "^8.4.0",
39-
"vite": "^6.2.0"
38+
"tsdown": "^0.12.6",
39+
"vite": "^6.3.5"
4040
}
4141
}

0 commit comments

Comments
 (0)