diff options
author | crupest <crupest@outlook.com> | 2021-08-12 23:20:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 23:20:49 +0800 |
commit | 3d374c133a1c96e7f5627961e92dcbae28d1129d (patch) | |
tree | 76bb03172040d3da496f6f30391d4f56ca79311b /FrontEnd | |
parent | 908db08d6a77b68def9438087b8b082dfcd244c6 (diff) | |
parent | 959d47eb8d8d64a08038c43e1286a2c44820d04a (diff) | |
download | timeline-3d374c133a1c96e7f5627961e92dcbae28d1129d.tar.gz timeline-3d374c133a1c96e7f5627961e92dcbae28d1129d.tar.bz2 timeline-3d374c133a1c96e7f5627961e92dcbae28d1129d.zip |
Merge pull request #749 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-16.6.0
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 e4507e24..70d28371 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -50,7 +50,7 @@ "devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.172",
- "@types/node": "^16.4.13",
+ "@types/node": "^16.6.0",
"@types/react": "^17.0.17",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
|