Skip to content

Commit d613125

Browse files
Bump hexo from 7.1.0 to 7.2.0 (#89)
* Bump hexo from 7.1.0 to 7.2.0 Bumps [hexo](https://github.com/hexojs/hexo) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](hexojs/hexo@v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: hexo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * remove resolutions * regenerate yarn.lock --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jinzhe Zeng <[email protected]>
1 parent c1a9aa1 commit d613125

File tree

2 files changed

+241
-111
lines changed

2 files changed

+241
-111
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"serve": "hexo serve"
1212
},
1313
"dependencies": {
14-
"hexo": "7.1.0",
14+
"hexo": "7.2.0",
1515
"hexo-generator-archive": "2.0.0",
1616
"hexo-generator-category": "2.0.0",
1717
"hexo-generator-feed": "3.0.0",
@@ -32,9 +32,5 @@
3232
},
3333
"devDependencies": {
3434
"hexo-yam": "8.0.0"
35-
},
36-
"resolutions": {
37-
"hexo-util": "2.5.0",
38-
"css-select": "4.1.3"
3935
}
4036
}

0 commit comments

Comments
 (0)