-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [6.26.269](v6.26.268...v6.26.269) (2021-09-26) ### Bug Fixes * **deps:** update dependency vanilla-lazyload to v17.5.0 ([252d169](252d169))
- Loading branch information
1 parent
252d169
commit 7d0a558
Showing
14 changed files
with
42 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
"service/", | ||
"themes/*" | ||
], | ||
"version": "6.26.268", | ||
"version": "6.26.269", | ||
"npmClient": "yarn" | ||
} |
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": "@blog/api", | ||
"version": "6.26.268", | ||
"version": "6.26.269", | ||
"description": "> TODO: description", | ||
"author": "Aquariuslt <[email protected]>", | ||
"homepage": "https://github.com/aquariuslt/blog#readme", | ||
|
@@ -21,9 +21,9 @@ | |
"build:lib": "tsc" | ||
}, | ||
"dependencies": { | ||
"@blog/article": "^6.26.268", | ||
"@blog/common": "^6.26.268", | ||
"@blog/router": "^6.26.268", | ||
"@blog/article": "^6.26.269", | ||
"@blog/common": "^6.26.269", | ||
"@blog/router": "^6.26.269", | ||
"date-fns": "2.24.0", | ||
"mkdirp": "1.0.4", | ||
"uslug": "1.0.4" | ||
|
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": "@blog/article", | ||
"version": "6.26.268", | ||
"version": "6.26.269", | ||
"description": "blog markdown article tools", | ||
"author": "Aquariuslt <[email protected]>", | ||
"homepage": "https://github.com/aquariuslt/blog#readme", | ||
|
@@ -21,8 +21,8 @@ | |
"build:lib": "tsc" | ||
}, | ||
"dependencies": { | ||
"@blog/common": "^6.26.268", | ||
"@blog/markdown": "^6.26.268", | ||
"@blog/common": "^6.26.269", | ||
"@blog/markdown": "^6.26.269", | ||
"highlight.js": "10.7.3", | ||
"lodash": "4.17.21", | ||
"markdown-it": "12.0.3", | ||
|
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": "@blog/common", | ||
"version": "6.26.268", | ||
"version": "6.26.269", | ||
"description": "common instance and constants", | ||
"author": "Aquariuslt <[email protected]>", | ||
"homepage": "https://github.com/aquariuslt/blog#readme", | ||
|
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": "@blog/config", | ||
"version": "6.26.268", | ||
"version": "6.26.269", | ||
"description": "configuration module", | ||
"author": "aquariuslt <[email protected]>", | ||
"homepage": "https://github.com/aquariuslt/blog#readme", | ||
|
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": "@blog/editor", | ||
"version": "6.26.268", | ||
"version": "6.26.269", | ||
"description": "online editor for blog", | ||
"author": "Aquariuslt <[email protected]>", | ||
"homepage": "https://github.com/aquariuslt/blog#readme", | ||
|
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": "@blog/markdown", | ||
"version": "6.26.268", | ||
"version": "6.26.269", | ||
"description": "markdown utils for parsing blog articles", | ||
"author": "Aquariuslt <[email protected]>", | ||
"homepage": "https://github.com/aquariuslt/blog#readme", | ||
|
@@ -21,7 +21,7 @@ | |
"build:lib": "tsc" | ||
}, | ||
"dependencies": { | ||
"@blog/common": "^6.26.268", | ||
"@blog/common": "^6.26.269", | ||
"cheerio": "1.0.0-rc.10", | ||
"gray-matter": "4.0.3", | ||
"lodash": "4.17.21", | ||
|
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": "@blog/router", | ||
"version": "6.26.268", | ||
"version": "6.26.269", | ||
"description": "routing generator tools", | ||
"author": "aquariuslt <[email protected]>", | ||
"homepage": "https://github.com/aquariuslt/blog#readme", | ||
|
@@ -21,9 +21,9 @@ | |
"build:lib": "tsc" | ||
}, | ||
"dependencies": { | ||
"@blog/article": "^6.26.268", | ||
"@blog/common": "^6.26.268", | ||
"@blog/config": "^6.26.268", | ||
"@blog/article": "^6.26.269", | ||
"@blog/common": "^6.26.269", | ||
"@blog/config": "^6.26.269", | ||
"date-fns": "2.24.0", | ||
"lodash": "4.17.21", | ||
"path-to-regexp": "6.2.0", | ||
|
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": "@blog/service", | ||
"version": "6.26.268", | ||
"version": "6.26.269", | ||
"description": "core build service", | ||
"author": "Aquariuslt <[email protected]>", | ||
"homepage": "https://github.com/aquariuslt/blog", | ||
|
@@ -21,13 +21,13 @@ | |
"test:cov": "jest --coverage" | ||
}, | ||
"dependencies": { | ||
"@blog/api": "^6.26.268", | ||
"@blog/article": "^6.26.268", | ||
"@blog/common": "^6.26.268", | ||
"@blog/config": "^6.26.268", | ||
"@blog/markdown": "^6.26.268", | ||
"@blog/pwa": "^6.26.268", | ||
"@blog/router": "^6.26.268", | ||
"@blog/api": "^6.26.269", | ||
"@blog/article": "^6.26.269", | ||
"@blog/common": "^6.26.269", | ||
"@blog/config": "^6.26.269", | ||
"@blog/markdown": "^6.26.269", | ||
"@blog/pwa": "^6.26.269", | ||
"@blog/router": "^6.26.269", | ||
"@nestjs/common": "7.6.18", | ||
"@nestjs/core": "7.6.18", | ||
"@nestjs/platform-express": "7.6.18", | ||
|
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