Skip to content

Commit

Permalink
chore: update all the deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Oct 23, 2023
1 parent 52ebdda commit 26545ba
Show file tree
Hide file tree
Showing 2 changed files with 2,060 additions and 1,390 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,34 +56,34 @@
},
"homepage": "https://github.com/Jinjiang/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"
"@algolia/client-search": "^4.19.1",
"@microsoft/api-extractor": "^7.36.4",
"@types/mdast": "^4.0.0",
"@types/node": "^20.5.1",
"@types/react": "^18.2.20",
"@types/unist": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@vitest/ui": "^0.34.2",
"c8": "^8.0.1",
"eslint": "^8.47.0",
"mdast-util-to-markdown": "^2.1.0",
"prettier": "^3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vitepress": "1.0.0-rc.4"
},
"dependencies": {
"chalk": "^4.0.0",
"glob": "^7.1.6",
"minimist": "^1.2.0",
"chalk": "^5.3.0",
"glob": "^10.3.3",
"minimist": "^1.2.8",
"node-stdlib-browser": "^1.2.0",
"remark-frontmatter": "^1.3.2",
"remark-parse": "^7.0.2",
"unified": "^8.4.2",
"vitest": "^0.21.1"
"remark-frontmatter": "^4.0.1",
"remark-parse": "^10.0.2",
"unified": "^11.0.2",
"vitest": "^0.34.2"
}
}
Loading

0 comments on commit 26545ba

Please sign in to comment.