Skip to content

Commit

Permalink
fix(moment): upgrade moment to v2.29.4 (#2182)
Browse files Browse the repository at this point in the history
* fix(moment): upgrade moment to v2.29.4

* fix(moment): 修改moment版本
  • Loading branch information
Ryan Zhang committed Aug 8, 2023
1 parent f1898d8 commit d4fca51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"date-fns-tz": "^1.3.7",
"immutability-helper": "^3.1.1",
"lodash": "^4.17.14",
"moment": "^2.26.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.38",
"pinyin-match": "^1.2.2",
"raf": "^3.4.1",
Expand Down Expand Up @@ -187,5 +187,8 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"resolutions": {
"moment": "2.29.4"
}
}
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13496,12 +13496,7 @@ moment-timezone@^0.5.38:
dependencies:
moment ">= 2.9.0"

moment@2.x, moment@^2.24.0, moment@^2.26.0:
version "2.29.2"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4"
integrity sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==

"moment@>= 2.9.0":
moment@2.29.4, moment@2.x, "moment@>= 2.9.0", moment@^2.24.0, moment@^2.29.4:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==
Expand Down

1 comment on commit d4fca51

@vercel
Copy link

@vercel vercel bot commented on d4fca51 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gio-design – ./

gio-design.vercel.app
gio-design-growingio.vercel.app
gio-design-git-master-growingio.vercel.app

Please sign in to comment.