diff options
author | crupest <crupest@outlook.com> | 2022-05-20 13:21:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 13:21:20 +0800 |
commit | 7005102ff2d87beeaf26a11c8617f11b8c4dcc0f (patch) | |
tree | db8a3f9c3b97123f2c998f6e277e300359f69ecb | |
parent | 0379a452c6d50126da3739eba2dd24738460384e (diff) | |
parent | 1bae8d9a0ea418ab671cbacc024f00a698d60d35 (diff) | |
download | timeline-7005102ff2d87beeaf26a11c8617f11b8c4dcc0f.tar.gz timeline-7005102ff2d87beeaf26a11c8617f11b8c4dcc0f.tar.bz2 timeline-7005102ff2d87beeaf26a11c8617f11b8c4dcc0f.zip |
Merge pull request #1218 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-17.0.35
build(deps-dev): Bump @types/node from 17.0.34 to 17.0.35 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 f67f46b3..c89a19ac 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.34",
+ "@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.4",
|