Skip to content

Commit 1379512

Browse files
committed
fix: update deps
1 parent 0a59caf commit 1379512

File tree

3 files changed

+953
-755
lines changed

3 files changed

+953
-755
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@master
1212

13+
- name: Install
14+
run: npm install
15+
1316
- name: Build
14-
run: |
15-
npm install
16-
npm run-script build
17+
run: npm run-script build
1718
env:
1819
GAID: ${{ secrets.GAID }}
1920
GITHUB_CLIENT_ID: ${{ secrets.GITHUB_CLIENT_ID }}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micro-app/plugin-vuepress",
3-
"version": "0.0.17-alpha.3",
3+
"version": "0.0.17-alpha.4",
44
"description": "[Plugin] adapter vuepress plugin.",
55
"main": "src/index.js",
66
"bin": {
@@ -55,15 +55,15 @@
5555
"jest": "^24.9.0"
5656
},
5757
"dependencies": {
58-
"@micro-app/cli": "^0.3.0-alpha.5",
58+
"@micro-app/cli": "^0.3.0-alpha.6",
5959
"@micro-app/shared-utils": "0.1.14-alpha.1",
60-
"@vssue/api-github-v4": "^1.1.2",
61-
"@vssue/vuepress-plugin-vssue": "^1.3.0",
62-
"@vuepress/plugin-back-to-top": "^1.2.0",
63-
"@vuepress/plugin-blog": "^1.7.0",
64-
"@vuepress/plugin-google-analytics": "^1.2.0",
65-
"@vuepress/plugin-medium-zoom": "^1.2.0",
66-
"@vuepress/plugin-pwa": "^1.2.0",
60+
"@vssue/api-github-v4": "^1.4.0",
61+
"@vssue/vuepress-plugin-vssue": "^1.4.2",
62+
"@vuepress/plugin-back-to-top": "^1.3.0",
63+
"@vuepress/plugin-blog": "^1.9.2",
64+
"@vuepress/plugin-google-analytics": "^1.3.0",
65+
"@vuepress/plugin-medium-zoom": "^1.3.0",
66+
"@vuepress/plugin-pwa": "^1.3.0",
6767
"clipboard": "^2.0.4",
6868
"markdown-it-footnote": "^3.0.2",
6969
"markdown-it-imsize": "^2.0.1",
@@ -74,11 +74,11 @@
7474
"moment": "^2.24.0",
7575
"remove-markdown": "^0.3.0",
7676
"rss": "^1.2.2",
77-
"svg-sprite-loader": "^4.1.6",
77+
"svg-sprite-loader": "^4.2.1",
7878
"svgo": "^1.3.2",
7979
"svgo-loader": "^2.2.1",
80-
"vuepress": "^1.2.0",
80+
"vuepress": "^1.3.0",
8181
"vuepress-plugin-flowchart": "^1.4.3",
82-
"vuepress-plugin-redirect": "^1.2.1"
82+
"vuepress-plugin-redirect": "^1.2.2"
8383
}
8484
}

0 commit comments

Comments
 (0)