diff options
author | crupest <crupest@outlook.com> | 2021-04-16 16:02:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 16:02:55 +0800 |
commit | a2661864dfec43820229856b6cbfde783173708a (patch) | |
tree | 85cf83c697754515e01571654602920ede78ad48 | |
parent | 04db3b4b643696385d28cc49d466b472a8e1792d (diff) | |
parent | e3266bb5190a2f03a5bea02970ae26c17accbd8d (diff) | |
download | timeline-a2661864dfec43820229856b6cbfde783173708a.tar.gz timeline-a2661864dfec43820229856b6cbfde783173708a.tar.bz2 timeline-a2661864dfec43820229856b6cbfde783173708a.zip |
Merge pull request #463 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-14.14.41
build(deps-dev): Bump @types/node from 14.14.39 to 14.14.41 in /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 156a7789..f775fdad 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -66,7 +66,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
- "@types/node": "^14.14.39",
+ "@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
|