fix(build): memoize-one not found issue (#3556)

- Add memoize-one as root package dependency to fix #3555
This commit is contained in:
jeremywu 2021-09-22 18:29:43 +08:00 committed by GitHub
parent d8ea564355
commit 3ace6f2fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,8 @@
"dayjs": "1.x",
"lodash": "^4.17.21",
"normalize-wheel": "^1.0.1",
"resize-observer-polyfill": "^1.5.1"
"resize-observer-polyfill": "^1.5.1",
"memoize-one": "^5.2.1"
},
"devDependencies": {
"@babel/cli": "^7.15.4",