diff options
author | crupest <crupest@outlook.com> | 2021-04-28 16:32:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 16:32:38 +0800 |
commit | fa9556768311824274691a671491af0c43024d02 (patch) | |
tree | 5198277e7f4542320aa720f754c559ccaf97f52c /FrontEnd/package.json | |
parent | 414d547753f9d7b534b3a4dbc618b5284aaa1a87 (diff) | |
parent | 88caa77af6eda89f04a1614cc79b04690e415282 (diff) | |
download | timeline-fa9556768311824274691a671491af0c43024d02.tar.gz timeline-fa9556768311824274691a671491af0c43024d02.tar.bz2 timeline-fa9556768311824274691a671491af0c43024d02.zip |
Merge pull request #489 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-15.0.1
build(deps-dev): Bump @types/node from 15.0.0 to 15.0.1 in /FrontEnd
Diffstat (limited to 'FrontEnd/package.json')
-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 f9b7560e..a4b23aed 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -66,7 +66,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.3.1",
"@types/lodash": "^4.14.168",
- "@types/node": "^15.0.0",
+ "@types/node": "^15.0.1",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
|