Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Jan 20, 2024
1 parent 7e2e6c9 commit 8a55c2f
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 3,247 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"root": true,
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"parser": "@typescript-eslint/parser",
"parserOptions": { "project": ["./tsconfig.json"] },
"parserOptions": { "project": ["./tsconfig.json", "./vite.config.ts"] },
"plugins": ["@typescript-eslint"],
"rules": {},
"ignorePatterns": ["bin/*", "coverage/*", "dist/*", "docs/*", "lib/*"]
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ temp
# generated files
dist
lib

# vitepress cache
docs/.vitepress/cache/
6 changes: 2 additions & 4 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { defineConfig } from 'vitepress'

export default defineConfig({
export default {
base: '/',
title: 'zhlint',
titleTemplate: false,
Expand All @@ -22,4 +20,4 @@ export default defineConfig({
text: 'Help us improve this page!'
}
}
})
}
48 changes: 22 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,36 +56,32 @@
},
"homepage": "https://github.com/zhlint-project/zhlint#readme",
"devDependencies": {
"@algolia/client-search": "^4.12.0",
"@microsoft/api-extractor": "^7.19.4",
"@types/mdast": "^3.0.10",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@types/unist": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@vitest/ui": "^0.21.1",
"c8": "^7.12.0",
"eslint": "^8.6.0",
"mdast-util-to-markdown": "^1.3.0",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4",
"vite": "^2.7.10",
"vite-plugin-node-stdlib-browser": "^0.1.1",
"vitepress": "1.0.0-alpha.4"
"@microsoft/api-extractor": "^7.39.1",
"@types/mdast": "^3.0.15",
"@types/node": "^20.11.5",
"@types/react": "^17.0.75",
"@types/unist": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitest/ui": "^1.2.1",
"eslint": "^8.56.0",
"mdast-util-to-markdown": "^1.5.0",
"node-stdlib-browser": "^1.2.0",
"prettier": "^3.2.4",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-node-polyfills": "^0.19.0",
"vitepress": "1.0.0-rc.39"
},
"dependencies": {
"chalk": "^4.0.0",
"glob": "^7.1.6",
"chalk": "^5.3.0",
"glob": "^10.3.10",
"ignore": "^5.3.0",
"minimist": "^1.2.0",
"node-stdlib-browser": "^1.2.0",
"remark-frontmatter": "^1.3.2",
"minimist": "^1.2.8",
"remark-frontmatter": "^1.3.3",
"remark-parse": "^7.0.2",
"unified": "^8.4.2",
"vitest": "^0.21.1",
"vue": "^3.4.3"
"vitest": "^1.2.1",
"vue": "^3.4.15"
}
}
Loading

0 comments on commit 8a55c2f

Please sign in to comment.