diff options
author | crupest <crupest@outlook.com> | 2021-04-15 18:09:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 18:09:02 +0800 |
commit | 5d15602bd31b68fe277b2363d87465c48601d0fc (patch) | |
tree | 7470aff5e5e1d018a50cc264dbbf5840771e9200 | |
parent | cfbd0844a6df063973624b3f635665332591b0f5 (diff) | |
parent | 5a33bcf51421fc3a0e3dc7511b0c1ad18cf85d38 (diff) | |
download | timeline-5d15602bd31b68fe277b2363d87465c48601d0fc.tar.gz timeline-5d15602bd31b68fe277b2363d87465c48601d0fc.tar.bz2 timeline-5d15602bd31b68fe277b2363d87465c48601d0fc.zip |
Merge pull request #460 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-14.14.39
build(deps-dev): Bump @types/node from 14.14.37 to 14.14.39 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 e48c57ca..8296c5d9 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -66,7 +66,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
- "@types/node": "^14.14.37",
+ "@types/node": "^14.14.39",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
|