diff options
author | crupest <crupest@outlook.com> | 2022-03-21 17:23:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 17:23:33 +0800 |
commit | 8011b761a31c2e2a870dfc2ba64235e3daaafd92 (patch) | |
tree | 91e84c2dddd4a9f0663cad6b22286b7677491c50 /FrontEnd | |
parent | 3c717f7366bf9b2523c28b1068bdf32236560bfb (diff) | |
parent | 49a9247cae50ed55057408296dc78600efdfad2d (diff) | |
download | timeline-8011b761a31c2e2a870dfc2ba64235e3daaafd92.tar.gz timeline-8011b761a31c2e2a870dfc2ba64235e3daaafd92.tar.bz2 timeline-8011b761a31c2e2a870dfc2ba64235e3daaafd92.zip |
Merge pull request #1115 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-dom-17.0.14
build(deps-dev): Bump @types/react-dom from 17.0.13 to 17.0.14 in /FrontEnd
Diffstat (limited to '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 710b6e2d..1110b9eb 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -52,7 +52,7 @@ "@types/node": "^17.0.21",
"@types/react": "^17.0.40",
"@types/react-color": "^3.0.6",
- "@types/react-dom": "^17.0.13",
+ "@types/react-dom": "^17.0.14",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
|