diff options
author | crupest <crupest@outlook.com> | 2021-02-05 16:19:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 16:19:40 +0800 |
commit | c601e352527b174ae6004851b120d521aec7f7a4 (patch) | |
tree | dac776a38231255914912506342d7988c4b410e6 /FrontEnd | |
parent | 701d8bebd047c3abc7f712d2adae3aabe2b5cadd (diff) | |
parent | 695dd8afc4fe98239bfbd79db18c67eb39603694 (diff) | |
download | timeline-c601e352527b174ae6004851b120d521aec7f7a4.tar.gz timeline-c601e352527b174ae6004851b120d521aec7f7a4.tar.bz2 timeline-c601e352527b174ae6004851b120d521aec7f7a4.zip |
Merge pull request #248 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-14.14.25
build(deps-dev): Bump @types/node from 14.14.24 to 14.14.25 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 e64a0be8..a4f63abe 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -64,7 +64,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
- "@types/node": "^14.14.24",
+ "@types/node": "^14.14.25",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-responsive": "^8.0.2",
|