diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-03 07:25:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 07:25:11 +0000 |
commit | ba449819292a46c03f95f4fbe390029d46fce6e0 (patch) | |
tree | f1c2b7e9a48366ca51de8c2f9662f4571596964f | |
parent | cd7263929191091d3d6cb3d686f740eb75c2c837 (diff) | |
download | timeline-ba449819292a46c03f95f4fbe390029d46fce6e0.tar.gz timeline-ba449819292a46c03f95f4fbe390029d46fce6e0.tar.bz2 timeline-ba449819292a46c03f95f4fbe390029d46fce6e0.zip |
build(deps-dev): Bump @types/react from 17.0.0 to 17.0.1 in /FrontEnd
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.0 to 17.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package-lock.json | 6 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 74984cf2..462d4821 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -1859,9 +1859,9 @@ "integrity": "sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==" }, "@types/react": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.0.tgz", - "integrity": "sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==", + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.1.tgz", + "integrity": "sha512-w8t9f53B2ei4jeOqf/gxtc2Sswnc3LBK5s0DyJcg5xd10tMHXts2N31cKjWfH9IC/JvEPa/YF1U4YeP1t4R6HQ==", "requires": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/FrontEnd/package.json b/FrontEnd/package.json index fb5e14ab..1414a44c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -65,7 +65,7 @@ "@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.21",
- "@types/react": "^17.0.0",
+ "@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.11",
|