Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Dec 18, 2022
1 parent 5c94d70 commit bf52f2c
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 388 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ yarn-error.log
/docs/.vuepress/dist
/docs/.vitepress/dist
/docs/.vitepress/.temp
/docs/.vitepress/cache

# yarn v2
.yarn/*
!.yarn/patches
Expand Down
124 changes: 62 additions & 62 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
{
"name": "hitokoto-developer-docs",
"version": "1.0.0",
"description": "Hitokoto developer docs.",
"main": "index.js",
"repository": "https://source.hitokoto.cn/hitokoto/hitokoto-developer-docs.git",
"author": "a632079 <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"precommit": "lint-staged",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"postinstall": "husky install"
},
"devDependencies": {
"@algolia/client-search": "^4.14.2",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@types/lodash-es": "^4.17.6",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-container": "^2.0.5",
"@types/workbox-build": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@vite-pwa/vitepress": "^0.0.2",
"@vue/babel-preset-app": "^5.0.8",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vueuse/core": "^9.6.0",
"eslint": "^8.28.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.8.0",
"flexsearch": "^0.7.31",
"husky": "^8.0.2",
"lodash-es": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"prettier": "^2.8.0",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-pwa": "^0.13.3",
"vitepress": "1.0.0-alpha.32",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-nprogress": "^0.0.4",
"vitepress-plugin-search": "github:greenhat616/vitepress-plugin-search#39a26b3b23ba96175ffa9ad43044ef75d0f98218",
"vue": "^3.2.45"
},
"dependencies": {
"sass": "^1.56.1"
}
"name": "hitokoto-developer-docs",
"version": "1.0.0",
"description": "Hitokoto developer docs.",
"main": "index.js",
"repository": "https://source.hitokoto.cn/hitokoto/hitokoto-developer-docs.git",
"author": "a632079 <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"precommit": "lint-staged",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"postinstall": "husky install"
},
"devDependencies": {
"@algolia/client-search": "^4.14.2",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@types/lodash-es": "^4.17.6",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-container": "^2.0.5",
"@types/workbox-build": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@vite-pwa/vitepress": "^0.0.2",
"@vue/babel-preset-app": "^5.0.8",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vueuse/core": "^9.7.0",
"eslint": "^8.30.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.8.0",
"flexsearch": "^0.7.31",
"husky": "^8.0.2",
"lodash-es": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"prettier": "^2.8.1",
"typescript": "^4.9.4",
"vite": "^4.0.1",
"vite-plugin-pwa": "^0.14.0",
"vitepress": "1.0.0-alpha.32",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-nprogress": "^0.0.4",
"vitepress-plugin-search": "^1.0.4-alpha.17",
"vue": "^3.2.45"
},
"dependencies": {
"sass": "^1.57.0"
}
}
Loading

0 comments on commit bf52f2c

Please sign in to comment.