diff options
author | crupest <crupest@outlook.com> | 2022-06-08 18:47:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-08 18:47:54 +0800 |
commit | 0a3c80c6c450e7f07ac150971cc60752b2d3648a (patch) | |
tree | a9003e0e9c78635512c201c2d57af0c7e19358ac | |
parent | 17ffddfbafd5f05048c144b0e4f6dc21c0d5be96 (diff) | |
parent | c65f189e41e0919387570349ad082731104920fa (diff) | |
download | timeline-0a3c80c6c450e7f07ac150971cc60752b2d3648a.tar.gz timeline-0a3c80c6c450e7f07ac150971cc60752b2d3648a.tar.bz2 timeline-0a3c80c6c450e7f07ac150971cc60752b2d3648a.zip |
Merge pull request #1247 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-17.0.41
build(deps-dev): Bump @types/node from 17.0.40 to 17.0.41 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 b15b4597..197e60f3 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.40",
+ "@types/node": "^17.0.41",
"@types/react": "^18.0.12",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.5",
|