diff options
author | crupest <crupest@outlook.com> | 2021-06-04 22:52:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-04 22:52:22 +0800 |
commit | 41ec3e33272acf89310cf18d161e4bc1c420077a (patch) | |
tree | 276731ea103a787827cbc500d0ee41a914e61710 | |
parent | 9cd9f1e9dfb140fa103fc2da54321715c5fc705b (diff) | |
parent | 4ecdedf99bef3829cb5f920e19b95c2e91b9cb11 (diff) | |
download | timeline-41ec3e33272acf89310cf18d161e4bc1c420077a.tar.gz timeline-41ec3e33272acf89310cf18d161e4bc1c420077a.tar.bz2 timeline-41ec3e33272acf89310cf18d161e4bc1c420077a.zip |
Merge pull request #593 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-15.12.0
build(deps-dev): Bump @types/node from 15.9.0 to 15.12.0 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 bb31c560..acfd3c4c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -61,7 +61,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.9",
"@types/color": "^3.0.1",
"@types/lodash": "^4.14.170",
- "@types/node": "^15.9.0",
+ "@types/node": "^15.12.0",
"@types/react": "^17.0.9",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.6",
|