diff options
author | crupest <crupest@outlook.com> | 2021-06-03 18:37:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 18:37:16 +0800 |
commit | 006d5a8c39082c2d4f12d510c5c86ce3bcca1490 (patch) | |
tree | 9b00170772a7786aba3a0cca720fa374fda90d25 | |
parent | 335f2d03b7c734742e0d4f3ede430aeb9887bafa (diff) | |
parent | 2cd38360f4e8f469a7da7a37e2339b7a15f6bdd7 (diff) | |
download | timeline-006d5a8c39082c2d4f12d510c5c86ce3bcca1490.tar.gz timeline-006d5a8c39082c2d4f12d510c5c86ce3bcca1490.tar.bz2 timeline-006d5a8c39082c2d4f12d510c5c86ce3bcca1490.zip |
Merge pull request #589 from crupest/dependabot/npm_and_yarn/FrontEnd/types/remarkable-2.0.2
build(deps-dev): Bump @types/remarkable from 2.0.1 to 2.0.2 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 21c9fbb8..1f35c428 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -68,7 +68,7 @@ "@types/react-router": "^5.1.13",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^5.1.7",
- "@types/remarkable": "^2.0.1",
+ "@types/remarkable": "^2.0.2",
"@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
|