diff options
author | crupest <crupest@outlook.com> | 2021-06-08 09:11:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 09:11:26 +0800 |
commit | 54884de7f490b782803bc4695b37c5144f1f41c3 (patch) | |
tree | 25194c594623c7e0dd61f8193cc9dcbd1e04e591 | |
parent | 3a41955a3b53e1ce6016e736469c11367d0afd8d (diff) | |
parent | 42dcf9857370f7dab1444601169bbe931de634df (diff) | |
download | timeline-54884de7f490b782803bc4695b37c5144f1f41c3.tar.gz timeline-54884de7f490b782803bc4695b37c5144f1f41c3.tar.bz2 timeline-54884de7f490b782803bc4695b37c5144f1f41c3.zip |
Merge pull request #594 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-15.12.1
build(deps-dev): Bump @types/node from 15.12.0 to 15.12.1 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 9ed3dda8..22e306e2 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.0",
+ "@types/node": "^15.12.1",
"@types/react": "^17.0.9",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.6",
|