diff options
author | crupest <crupest@outlook.com> | 2021-05-13 15:53:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 15:53:48 +0800 |
commit | f21b031f7fab34b1c7cbe92cad37109d3e52b938 (patch) | |
tree | 0af211b57f78a6cccaaf052a252cf85d8fa513a7 /FrontEnd | |
parent | f426bb601df0a32f150792ce4a606d62bd07149b (diff) | |
parent | c58390fc8894a43219c8b3f77bf37eb1325df005 (diff) | |
download | timeline-f21b031f7fab34b1c7cbe92cad37109d3e52b938.tar.gz timeline-f21b031f7fab34b1c7cbe92cad37109d3e52b938.tar.bz2 timeline-f21b031f7fab34b1c7cbe92cad37109d3e52b938.zip |
Merge pull request #530 from crupest/dependabot/npm_and_yarn/FrontEnd/types/lodash-4.14.169
build(deps-dev): Bump @types/lodash from 4.14.168 to 4.14.169 in /FrontEnd
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index d0150342..14a72d15 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -68,7 +68,7 @@ "@babel/preset-typescript": "^7.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.7",
"@types/color": "^3.0.1",
- "@types/lodash": "^4.14.168",
+ "@types/lodash": "^4.14.169",
"@types/node": "^15.0.3",
"@types/react": "^17.0.5",
"@types/react-color": "^3.0.4",
|