diff options
author | crupest <crupest@outlook.com> | 2021-05-05 21:41:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 21:41:35 +0800 |
commit | 8c505063e0db1284141c4242d5a90f90fe22c530 (patch) | |
tree | 3fd83ca3c8d9a2305a523c288a55afec9705b312 /FrontEnd/package.json | |
parent | 39595aa6965190eca69f114e90a22a2e71c0855e (diff) | |
parent | 606671fe835dc5b524cfde9de7788a2970b39e55 (diff) | |
download | timeline-8c505063e0db1284141c4242d5a90f90fe22c530.tar.gz timeline-8c505063e0db1284141c4242d5a90f90fe22c530.tar.bz2 timeline-8c505063e0db1284141c4242d5a90f90fe22c530.zip |
Merge pull request #505 from crupest/dependabot/npm_and_yarn/FrontEnd/types/node-15.0.2
build(deps-dev): Bump @types/node from 15.0.1 to 15.0.2 in /FrontEnd
Diffstat (limited to 'FrontEnd/package.json')
-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 0c764adc..bb059000 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -66,7 +66,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.3.1",
"@types/lodash": "^4.14.168",
- "@types/node": "^15.0.1",
+ "@types/node": "^15.0.2",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
|