Skip to content

Commit f791362

Browse files
authored
chore: change dependencies version (hexojs#5202)
* chore: change dependencies version * chore: ignore pnpm lock file
1 parent c62909d commit f791362

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ tmp/
55
.idea/
66
yarn.lock
77
package-lock.json
8+
pnpm-lock.yaml
89
.nyc_output/
910
coverage/
1011
.tmp*

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
"archy": "^1.0.0",
4545
"bluebird": "^3.7.2",
4646
"hexo-cli": "^4.3.0",
47-
"hexo-front-matter": "^4.0.0",
47+
"hexo-front-matter": "4.0.0",
4848
"hexo-fs": "^4.1.1",
4949
"hexo-i18n": "^2.0.0",
5050
"hexo-log": "^4.0.1",
5151
"hexo-util": "^3.0.1",
5252
"js-yaml": "^4.1.0",
5353
"js-yaml-js-types": "^1.0.0",
5454
"micromatch": "^4.0.4",
55-
"moize": "^6.1.0",
55+
"moize": "^6.1.6",
5656
"moment": "^2.29.1",
5757
"moment-timezone": "^0.5.34",
5858
"nunjucks": "^3.2.3",

0 commit comments

Comments
 (0)