diff options
author | crupest <crupest@outlook.com> | 2021-02-04 15:38:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 15:38:22 +0800 |
commit | 85247119bb82189baf100cd369e2f5993ee9d296 (patch) | |
tree | e99c2a5400233f22bb4ae8f4b6816a671e66ee4c | |
parent | 86ef60389861c4a502254f61b2f23a4951b09426 (diff) | |
parent | 9283d2927cc7622df4a2c0652a0468b63c63da8a (diff) | |
download | timeline-85247119bb82189baf100cd369e2f5993ee9d296.tar.gz timeline-85247119bb82189baf100cd369e2f5993ee9d296.tar.bz2 timeline-85247119bb82189baf100cd369e2f5993ee9d296.zip |
Merge pull request #242 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-14.14.24
build(deps-dev): Bump @types/node from 14.14.22 to 14.14.24 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 cc765fd7..2b734f89 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -64,7 +64,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
- "@types/node": "^14.14.21",
+ "@types/node": "^14.14.24",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-responsive": "^8.0.2",
|