diff options
author | crupest <crupest@outlook.com> | 2021-05-24 20:58:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 20:58:05 +0800 |
commit | 612b8cc72f28cd5c9b73273962a70dac39900601 (patch) | |
tree | 614349cac1562831aab1754f6170481a2d9ecf70 /FrontEnd/package.json | |
parent | 414da261edf24ea201a9b8ffb45e695190baf6ab (diff) | |
parent | 30ca8df03c3d0e3a28f9f518c7b77a508bc31f45 (diff) | |
download | timeline-612b8cc72f28cd5c9b73273962a70dac39900601.tar.gz timeline-612b8cc72f28cd5c9b73273962a70dac39900601.tar.bz2 timeline-612b8cc72f28cd5c9b73273962a70dac39900601.zip |
Merge pull request #559 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-15.6.0
build(deps-dev): Bump @types/node from 15.3.1 to 15.6.0 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 2b2f5db6..f65d47cf 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -70,7 +70,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.8",
"@types/color": "^3.0.1",
"@types/lodash": "^4.14.169",
- "@types/node": "^15.3.1",
+ "@types/node": "^15.6.0",
"@types/react": "^17.0.6",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.5",
|