diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-25 05:10:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 05:10:27 +0000 |
commit | a30f1d6093088594947da17c53921124ee6140c6 (patch) | |
tree | 8916affa28494e9ac0970912d7a65504f393acd0 | |
parent | e37a4a6239f3ebe3bf52351be8cf4827d2df6494 (diff) | |
download | timeline-a30f1d6093088594947da17c53921124ee6140c6.tar.gz timeline-a30f1d6093088594947da17c53921124ee6140c6.tar.bz2 timeline-a30f1d6093088594947da17c53921124ee6140c6.zip |
build(deps-dev): Bump @types/react from 17.0.42 to 17.0.43 in /FrontEnd
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.42 to 17.0.43.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 7c65df4c..1b0c1162 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -31,7 +31,7 @@ "regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
"rxjs": "^7.5.5",
- "workbox-cacheable-response": "^6.5.1",
+ "workbox-cacheable-response": "^6.5.2",
"workbox-expiration": "^6.5.2",
"workbox-precaching": "^6.5.1",
"workbox-routing": "^6.5.0",
@@ -50,7 +50,7 @@ "@types/color": "^3.0.3",
"@types/lodash": "^4.14.180",
"@types/node": "^17.0.22",
- "@types/react": "^17.0.42",
+ "@types/react": "^17.0.43",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.14",
"@types/react-responsive": "^8.0.5",
|