Skip to content

Commit f39fe31

Browse files
authored
Merge pull request #267 from yel-hadd/master
Resolve GitHub Actions build failure due to compromised stylus package
2 parents 67e93e5 + 475e15c commit f39fe31

File tree

3 files changed

+1530
-9708
lines changed

3 files changed

+1530
-9708
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 🚀

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)