diff options
author | crupest <crupest@outlook.com> | 2021-06-08 15:17:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 15:17:00 +0800 |
commit | c48141ffbc323ac3024ae7e29044a1a8632110c9 (patch) | |
tree | 28eefe46da227bd29467ad058fdb43b0d92ebc4c | |
parent | 934a13b966112500011c23528730bd15a0700431 (diff) | |
parent | cd825c188ac624dba4453784eb8a3ca31dd81f08 (diff) | |
download | timeline-c48141ffbc323ac3024ae7e29044a1a8632110c9.tar.gz timeline-c48141ffbc323ac3024ae7e29044a1a8632110c9.tar.bz2 timeline-c48141ffbc323ac3024ae7e29044a1a8632110c9.zip |
Merge pull request #600 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-15.12.2
-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 e3245d80..7c388073 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-rc.0",
"@types/color": "^3.0.1",
"@types/lodash": "^4.14.170",
- "@types/node": "^15.12.1",
+ "@types/node": "^15.12.2",
"@types/react": "^17.0.9",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.6",
|