Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Nov 27, 2024
1 parent a9e02e0 commit 89d890e
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 432 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/release.yml

This file was deleted.

1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,5 @@ export default defineConfig({
},
logo: '/logo.svg',
},
head: [['link', { rel: 'icon', type: 'image/svg+xml', href: '/vite-plugin-public-typescript/logo.svg' }]],
})
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"vite": ">=5"
},
"dependencies": {
"@antfu/install-pkg": "^0.4.1",
"@antfu/install-pkg": "^0.5.0",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
Expand All @@ -71,17 +71,17 @@
"debug": "^4.3.7",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"local-pkg": "^0.5.0",
"local-pkg": "^0.5.1",
"lodash.omit": "^4.5.0",
"magic-string": "^0.30.12",
"magic-string": "^0.30.14",
"on-change": "^5.0.1",
"parse5": "^7.2.1",
"picocolors": "^1.1.1",
"prompts": "^2.4.2",
"std-env": "^3.7.0"
"std-env": "^3.8.0"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@minko-fe/commitlint-config": "^2.1.2",
"@minko-fe/eslint-config": "^4.1.1",
"@minko-fe/tsconfig": "^2.1.1",
Expand All @@ -90,21 +90,21 @@
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/lodash.omit": "^4.5.9",
"@types/node": "^22.9.0",
"@types/node": "^22.10.0",
"@types/prompts": "^2.4.9",
"bumpp": "^9.8.1",
"conventional-changelog-cli": "^5.0.0",
"cross-env": "^7.0.3",
"esbuild": "^0.24.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"npm-run-all2": "^7.0.1",
"simple-git-hooks": "^2.11.1",
"taze": "^0.18.0",
"tsup": "8.3.0",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vitepress": "^1.5.0",
"vitest": "^2.1.4",
"vitest": "^2.1.6",
"vitest-e2e": "^0.0.10"
},
"engines": {
Expand Down
Loading

0 comments on commit 89d890e

Please sign in to comment.