diff options
author | crupest <crupest@outlook.com> | 2022-06-14 18:49:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 18:49:19 +0800 |
commit | 37e940e0db768c0db603e2682cb6b650a7dd3fd2 (patch) | |
tree | 1229a71e0d817634b0ac2744ab9f1b4b45f607bb | |
parent | 3afdcd00716c36bf0231d98b3a9233cdbda4698c (diff) | |
parent | 9451e1a1c2f5b2512464c37abb3a8b5dbaa7ef1f (diff) | |
download | timeline-37e940e0db768c0db603e2682cb6b650a7dd3fd2.tar.gz timeline-37e940e0db768c0db603e2682cb6b650a7dd3fd2.tar.bz2 timeline-37e940e0db768c0db603e2682cb6b650a7dd3fd2.zip |
Merge pull request #1249 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-17.0.42
build(deps-dev): Bump @types/node from 17.0.41 to 17.0.42 in /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 7ca3146f..45451814 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -51,7 +51,7 @@ "@types/color": "^3.0.3",
"@types/lodash": "^4.14.181",
"@types/marked": "^4.0.3",
- "@types/node": "^17.0.41",
+ "@types/node": "^17.0.42",
"@types/react": "^18.0.12",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.5",
|