diff options
author | crupest <crupest@outlook.com> | 2022-02-01 19:39:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 19:39:40 +0800 |
commit | 6f8205f4e1331304b60ec86f499bf9c8a0a15476 (patch) | |
tree | 8201e55cc94c4551c2fe238132165661085c1798 | |
parent | 12ea1a681a99e7bed80a59a593d34770d70591c2 (diff) | |
parent | 55aa8bfaf1755078021839e51a1ec2772455fbf0 (diff) | |
download | timeline-6f8205f4e1331304b60ec86f499bf9c8a0a15476.tar.gz timeline-6f8205f4e1331304b60ec86f499bf9c8a0a15476.tar.bz2 timeline-6f8205f4e1331304b60ec86f499bf9c8a0a15476.zip |
Merge pull request #1041 from crupest/dependabot/npm_and_yarn/FrontEnd/bootstrap-icons-1.8.0
build(deps): Bump bootstrap-icons from 1.7.2 to 1.8.0 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 b5000e81..39941661 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -10,7 +10,7 @@ "@popperjs/core": "^2.11.2",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
- "bootstrap-icons": "^1.7.2",
+ "bootstrap-icons": "^1.8.0",
"classnames": "^2.3.1",
"color": "^4.2.0",
"core-js": "^3.20.3",
|