Skip to content

Commit c595284

Browse files
authored
Merge pull request #141 from yel-hadd/master
update vuepress and stylus, update lockfile, optimize ci pipeline
2 parents be1aef5 + 0d66d3e commit c595284

File tree

4 files changed

+1536
-9773
lines changed

4 files changed

+1536
-9773
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install and Build 🔧 #
2424
run: |
25-
yarn
25+
yarn install --non-interactive --frozen-lockfile
2626
yarn docs:build
2727
2828
- name: Deploy 🚀

docs/.vuepress/config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ export default defineUserConfig({
99
headers: {
1010
level: [2, 3, 4, 5],
1111
},
12-
anchor: {
13-
permalink: true,
14-
permalinkBefore: true,
15-
permalinkSymbol: '#',
16-
},
1712
},
1813
plugins,
1914
bundler: viteBundler({

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,19 @@
1212
},
1313
"dependencies": {
1414
"@types/vue-select": "3.16.2",
15-
"@vuepress/core": "1.9.9",
16-
"@vuepress/plugin-container": "2.0.0-beta.8",
17-
"@vuepress/plugin-prismjs": "2.0.0-beta.4",
18-
"@vuepress/theme-default": "1.9.9",
19-
"@vuepress/utils": "2.0.0-alpha.1",
15+
"@vuepress/plugin-container": "2.0.0-beta.61",
16+
"@vuepress/plugin-prismjs": "2.0.0-beta.61",
17+
"@vuepress/utils": "2.0.0-beta.61",
2018
"cl-doc-vue-bot-ui": "0.1.4",
2119
"marked": "^15.0.4",
2220
"mitt": "3.0.0",
23-
"stylus": "0.59.0",
21+
"stylus": "https://github.com/stylus/stylus.git#0.64.0",
2422
"vue-multiselect": "3.0.0-beta.2",
2523
"vue-select": "4.0.0-beta.6"
2624
},
2725
"devDependencies": {
2826
"@vitejs/plugin-vue": "4.1.0",
29-
"@vuepress/plugin-register-components": "2.0.0-beta.63",
27+
"@vuepress/plugin-register-components": "2.0.0-beta.61",
3028
"typescript": "5.0.2",
3129
"vite": "4.3.0",
3230
"vue-tsc": "1.2.0",

0 commit comments

Comments
 (0)