aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-14 11:33:43 +0000
committerGitHub <noreply@github.com>2022-06-14 11:33:43 +0000
commitec9f3adb13019dd36a12f814d1c96cff4d996702 (patch)
tree82dd6c427a613f9675ad312d16687cfaa2b73ebe
parent37e940e0db768c0db603e2682cb6b650a7dd3fd2 (diff)
downloadtimeline-ec9f3adb13019dd36a12f814d1c96cff4d996702.tar.gz
timeline-ec9f3adb13019dd36a12f814d1c96cff4d996702.tar.bz2
timeline-ec9f3adb13019dd36a12f814d1c96cff4d996702.zip
build(deps-dev): Bump prettier from 2.6.2 to 2.7.0 in /FrontEnd
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 2.7.0. - [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.6.2...2.7.0) --- 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.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index 45451814..0d987c5b 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -13,18 +13,18 @@
"bootstrap-icons": "^1.8.3",
"classnames": "^2.3.1",
"color": "^4.2.3",
- "core-js": "^3.22.8",
+ "core-js": "^3.23.0",
"i18next": "^21.8.9",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
- "marked": "^4.0.16",
+ "marked": "^4.0.17",
"moment": "^2.29.2",
"pepjs": "^0.5.3",
"react": "^18.0.0",
"react-color": "^2.19.3",
"react-dom": "^18.0.0",
- "react-i18next": "^11.17.0",
+ "react-i18next": "^11.17.1",
"react-popper": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
@@ -58,14 +58,14 @@
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@typescript-eslint/eslint-plugin": "^5.27.1",
- "@typescript-eslint/parser": "^5.27.1",
+ "@typescript-eslint/parser": "^5.28.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
- "prettier": "^2.6.2",
+ "prettier": "^2.7.0",
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vite-plugin-pwa": "^0.12.0"