diff options
author | crupest <crupest@outlook.com> | 2021-05-13 14:49:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 14:49:03 +0800 |
commit | c285c20ff02082247d328343c49de6099a6c430c (patch) | |
tree | ac52fbf8790cd212a755350a90726b4f396b5b4e /FrontEnd | |
parent | aa7740a1f2b3b06bc70a2e7667dd5e2fe7211d8f (diff) | |
parent | 7acedb5c9c4b84e94ab822b99f1d01062e62fb81 (diff) | |
download | timeline-c285c20ff02082247d328343c49de6099a6c430c.tar.gz timeline-c285c20ff02082247d328343c49de6099a6c430c.tar.bz2 timeline-c285c20ff02082247d328343c49de6099a6c430c.zip |
Merge pull request #532 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-15.0.3
build(deps-dev): Bump @types/node from 15.0.2 to 15.0.3 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 e4d38367..ea2622b7 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -69,7 +69,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.7",
"@types/color": "^3.0.1",
"@types/lodash": "^4.14.168",
- "@types/node": "^15.0.2",
+ "@types/node": "^15.0.3",
"@types/react": "^17.0.5",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.4",
|