diff options
author | crupest <crupest@outlook.com> | 2021-07-19 16:13:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 16:13:41 +0800 |
commit | e318b0c873eb8abc63d819d921b21dc647d691fb (patch) | |
tree | 1609731d5ed7d11035a7f2de703383ce612b61c4 /FrontEnd | |
parent | ccadea1571f4ef9da891ca9235530204f0e869e9 (diff) | |
parent | 53b72d4a6a57d26697c475f9f3ea6f27dd11ddec (diff) | |
download | timeline-e318b0c873eb8abc63d819d921b21dc647d691fb.tar.gz timeline-e318b0c873eb8abc63d819d921b21dc647d691fb.tar.bz2 timeline-e318b0c873eb8abc63d819d921b21dc647d691fb.zip |
Merge pull request #683 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-16.3.3
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 fbc61516..ec750a01 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -50,7 +50,7 @@ "devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.171",
- "@types/node": "^16.3.2",
+ "@types/node": "^16.3.3",
"@types/react": "^17.0.14",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
|