diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-07 06:35:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 06:35:25 +0000 |
commit | df48d0afe2ff097b7a9690878ced5057942bd41d (patch) | |
tree | 4c04dbeef8e0eebaab9bbb763ab67ae4bc77316b /FrontEnd | |
parent | a8aa6337dc98be45cf702dfbd168f1d0f67d8acb (diff) | |
download | timeline-df48d0afe2ff097b7a9690878ced5057942bd41d.tar.gz timeline-df48d0afe2ff097b7a9690878ced5057942bd41d.tar.bz2 timeline-df48d0afe2ff097b7a9690878ced5057942bd41d.zip |
build(deps): Bump bootstrap-icons from 1.7.1 to 1.7.2 in /FrontEnd
Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/twbs/icons/releases)
- [Commits](https://github.com/twbs/icons/compare/v1.7.1...v1.7.2)
---
updated-dependencies:
- dependency-name: bootstrap-icons
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-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 eba2c4d8..db4e2251 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -10,7 +10,7 @@ "@popperjs/core": "^2.11.0",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
- "bootstrap-icons": "^1.7.1",
+ "bootstrap-icons": "^1.7.2",
"classnames": "^2.3.1",
"color": "^4.1.0",
"core-js": "^3.19.3",
@@ -59,7 +59,7 @@ "@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.4.0",
+ "eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
|