update bootstrap to version 5 (#158)

* chore: update bootstrap to version 5

* chore: fix lint

* merge master

* update components to use bootstrap 5
This commit is contained in:
Juan Sebastian velez Posada
2024-01-15 08:56:17 -05:00
committed by GitHub
parent ca79adc4e5
commit 3406e1c647
19 changed files with 3469 additions and 3278 deletions

View File

@@ -30,7 +30,8 @@
"dependencies": {
"@manaflair/redux-batch": "^1.0.0",
"@reduxjs/toolkit": "^1.9.0",
"bootstrap": "3.4.1",
"bootstrap": "^5.3.2",
"bootswatch": "^5.2.3",
"classnames": "^2.3.2",
"create-react-class": "^15.7.0",
"font-awesome": "4.7.0",
@@ -53,6 +54,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^12.6.0",
"@types/bootstrap": "^5.2.10",
"@types/chai": "^4.3.4",
"@types/chrome": "0.0.128",
"@types/classnames": "^2.2.11",
@@ -97,11 +99,11 @@
"jsdom": "^21.0.0",
"jshint": "^2.13.6",
"jsxhint": "^0.15.1",
"less": "^4.1.3",
"lint-staged": "^13.1.0",
"mocha": "^10.2.0",
"mocha-sinon": "^2.1.2",
"node-gyp": "^8.3.0",
"node-sass": "^8.0.0",
"prettier": "^2.8.2",
"prettier-plugin-packagejson": "^2.3.0",
"prettier-plugin-sort-json": "1.0.0",
@@ -115,7 +117,7 @@
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"wait-on": "^7.0.1",
"web-ext": "^7.4.0",
"web-ext": "^7.10.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}