Skip to content

Commit b042084

Browse files
author
泊淞
committed
fix(ConfigProvider): moment move to dependencies
1 parent 84eb976 commit b042084

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

package-lock.json

+4-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"dayjs": "^1.9.6",
115115
"hoist-non-react-statics": "^3.0.0",
116116
"lodash.clonedeep": "^4.5.0",
117+
"moment": "^2.29.4",
117118
"prop-types": "^15.6.0",
118119
"react-lifecycles-compat": "^3.0.4",
119120
"react-transition-group": "^2.2.1",
@@ -244,7 +245,6 @@
244245
"minimist": "^1.2.0",
245246
"mocha": "^3.5.3",
246247
"mochawesome": "^7.1.3",
247-
"moment": "^2.20.1",
248248
"node-sass-package-importer": "^5.3.3",
249249
"nunjucks": "^3.2.0",
250250
"postcss": "^7.0.32",
@@ -300,7 +300,6 @@
300300
},
301301
"peerDependencies": {
302302
"@alifd/meet-react": "^2.0.0",
303-
"moment": "^2.22.1",
304303
"react": ">=16.0.0",
305304
"react-dom": ">=16.0.0"
306305
},

0 commit comments

Comments
 (0)