-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
54 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@vuepress/plugin-active-header-links", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "active-header-links plugin for vuepress", | ||
"keywords": [ | ||
"documentation", | ||
|
@@ -21,7 +21,7 @@ | |
"author": "ULIVZ <[email protected]>", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@vuepress/types": "1.9.1", | ||
"@vuepress/types": "1.9.2", | ||
"lodash.debounce": "^4.0.8" | ||
}, | ||
"publishConfig": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@vuepress/plugin-back-to-top", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "back-to-top plugin for vuepress", | ||
"keywords": [ | ||
"documentation", | ||
|
@@ -21,7 +21,7 @@ | |
"author": "ULIVZ <[email protected]>", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@vuepress/types": "1.9.1", | ||
"@vuepress/types": "1.9.2", | ||
"lodash.debounce": "^4.0.8" | ||
}, | ||
"publishConfig": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@vuepress/plugin-google-analytics", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "google-analytics plugin for vuepress", | ||
"keywords": [ | ||
"documentation", | ||
|
@@ -21,7 +21,7 @@ | |
"author": "ULIVZ <[email protected]>", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@vuepress/types": "1.9.1" | ||
"@vuepress/types": "1.9.2" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@vuepress/plugin-last-updated", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "last-updated plugin for vuepress", | ||
"keywords": [ | ||
"documentation", | ||
|
@@ -21,7 +21,7 @@ | |
"author": "ULIVZ <[email protected]>", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@vuepress/types": "1.9.1", | ||
"@vuepress/types": "1.9.2", | ||
"cross-spawn": "^6.0.5" | ||
}, | ||
"publishConfig": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@vuepress/plugin-medium-zoom", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "medium-zoom plugin for vuepress", | ||
"keywords": [ | ||
"documentation", | ||
|
@@ -21,7 +21,7 @@ | |
"author": "ULIVZ <[email protected]>", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@vuepress/types": "1.9.1", | ||
"@vuepress/types": "1.9.2", | ||
"medium-zoom": "^1.0.4" | ||
}, | ||
"publishConfig": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@vuepress/plugin-nprogress", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "nprogress plugin for vuepress", | ||
"keywords": [ | ||
"documentation", | ||
|
@@ -21,7 +21,7 @@ | |
"author": "ULIVZ <[email protected]>", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@vuepress/types": "1.9.1", | ||
"@vuepress/types": "1.9.2", | ||
"nprogress": "^0.2.0" | ||
}, | ||
"publishConfig": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@vuepress/plugin-pwa", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "pwa plugin for vuepress", | ||
"keywords": [ | ||
"documentation", | ||
|
@@ -21,8 +21,8 @@ | |
"author": "ULIVZ <[email protected]>", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@vuepress/shared-utils": "1.9.1", | ||
"@vuepress/types": "1.9.1", | ||
"@vuepress/shared-utils": "1.9.2", | ||
"@vuepress/types": "1.9.2", | ||
"register-service-worker": "^1.7.0", | ||
"workbox-build": "^4.3.1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@vuepress/plugin-register-components", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "register-global-components plugin for vuepress", | ||
"keywords": [ | ||
"documentation", | ||
|
@@ -21,8 +21,8 @@ | |
"author": "ULIVZ <[email protected]>", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@vuepress/shared-utils": "1.9.1", | ||
"@vuepress/types": "1.9.1" | ||
"@vuepress/shared-utils": "1.9.2", | ||
"@vuepress/types": "1.9.2" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@vuepress/plugin-search", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "search plugin for vuepress", | ||
"keywords": [ | ||
"documentation", | ||
|
@@ -21,7 +21,7 @@ | |
"author": "ULIVZ <[email protected]>", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@vuepress/types": "1.9.1" | ||
"@vuepress/types": "1.9.2" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters