diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-16 14:56:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-16 14:56:23 +0000 |
commit | 7f45c2368ff8461bbcd25c60c976aad6be917d7f (patch) | |
tree | f8d3efb428e19f11cef246214f9e672abff4ff07 | |
parent | c275771779437a6aca608762d08ad8bc4c42ba15 (diff) | |
download | timeline-7f45c2368ff8461bbcd25c60c976aad6be917d7f.tar.gz timeline-7f45c2368ff8461bbcd25c60c976aad6be917d7f.tar.bz2 timeline-7f45c2368ff8461bbcd25c60c976aad6be917d7f.zip |
build(deps-dev): Bump prettier from 2.3.2 to 2.4.1 in /FrontEnd
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.4.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.2...2.4.1)
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 5e8c087c..03090479 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -6,9 +6,9 @@ "keywords": [],
"description": "Timeline app.",
"dependencies": {
- "@microsoft/signalr": "^5.0.9",
+ "@microsoft/signalr": "^5.0.10",
"@popperjs/core": "^2.10.1",
- "axios": "^0.21.3",
+ "axios": "^0.21.4",
"bootstrap": "^5.1.0",
"bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
@@ -67,7 +67,7 @@ "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
- "prettier": "^2.3.2",
+ "prettier": "^2.4.1",
"typescript": "^4.4.2",
"vite": "^2.5.3",
"vite-plugin-pwa": "^0.11.2"
|