Skip to content

Commit 6b73120

Browse files
authored
Merge pull request #188 from yel-hadd/master
Updated vuepress and stylus
2 parents 0a60773 + 730177a commit 6b73120

File tree

3 files changed

+1080
-9316
lines changed

3 files changed

+1080
-9316
lines changed

.github/workflows/deploy.yml

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

2828
- name: Install and Build 🔧 #
2929
run: |
30-
yarn
30+
yarn install --non-interactive --frozen-lockfile
3131
yarn docs:build
3232
3333
- name: Deploy 🚀

package.json

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,23 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@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",
20-
"algoliasearch": "4.14.3",
14+
"@types/vue-select": "3.16.2",
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",
2118
"cl-doc-vue-bot-ui": "0.1.4",
22-
"instantsearch.js": "4.55.0",
2319
"marked": "^15.0.4",
24-
"mitt": "^3.0.0",
25-
"stylus": "^0.59.0",
26-
"vue-instantsearch": "4.9.0",
27-
"vue-multiselect": "^3.0.0-beta.2",
28-
"vue-plugin-load-script": "^2.x.x",
29-
"vue-select": "^4.0.0-beta.6"
20+
"mitt": "3.0.0",
21+
"stylus": "https://github.com/stylus/stylus.git#0.64.0",
22+
"vue-multiselect": "3.0.0-beta.2",
23+
"vue-select": "4.0.0-beta.6"
3024
},
3125
"devDependencies": {
32-
"@vitejs/plugin-vue": "^4.1.0",
33-
"@vuepress/plugin-register-components": "^2.0.0-beta.63",
34-
"typescript": "^5.0.2",
35-
"vite": "^4.3.0",
36-
"vue-tsc": "^1.2.0",
26+
"@vitejs/plugin-vue": "4.1.0",
27+
"@vuepress/plugin-register-components": "2.0.0-beta.61",
28+
"typescript": "5.0.2",
29+
"vite": "4.3.0",
30+
"vue-tsc": "1.2.0",
3731
"vuepress": "2.0.0-beta.61"
3832
}
3933
}

0 commit comments

Comments
 (0)