mirror of https://github.com/artifacthub/hub.git
Upgrade frontend dependencies (#3056)
Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
This commit is contained in:
parent
8089725178
commit
658c2fd49f
|
|
@ -5,7 +5,7 @@
|
|||
"dependencies": {
|
||||
"@analytics/google-analytics-v3": "^0.6.1",
|
||||
"analytics": "^0.8.1",
|
||||
"apexcharts": "^3.39.0",
|
||||
"apexcharts": "^3.40.0",
|
||||
"bootstrap": "^5.2.3",
|
||||
"classnames": "^2.3.2",
|
||||
"codemirror": "^5.65.13",
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
"react-icons": "^4.8.0",
|
||||
"react-image-crop": "^10.0.9",
|
||||
"react-markdown": "^8.0.7",
|
||||
"react-router-dom": "^6.10.0",
|
||||
"react-router-dom": "^6.11.1",
|
||||
"react-syntax-highlighter": "^15.5.0",
|
||||
"regexify-string": "^1.0.17",
|
||||
"remark-gfm": "^3.0.1",
|
||||
|
|
@ -50,12 +50,12 @@
|
|||
"@types/json-schema": "^7.0.11",
|
||||
"@types/json-schema-merge-allof": "^0.6.1",
|
||||
"@types/lodash": "^4.14.194",
|
||||
"@types/node": "^18.16.1",
|
||||
"@types/react": "^18.2.0",
|
||||
"@types/node": "^20.1.1",
|
||||
"@types/react": "^18.2.6",
|
||||
"@types/react-color": "^3.0.6",
|
||||
"@types/react-dom": "^18.2.1",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@types/react-syntax-highlighter": "^15.5.6",
|
||||
"@types/semver": "^7.3.13",
|
||||
"@types/semver": "^7.5.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-simple-import-sort": "^10.0.0",
|
||||
|
|
|
|||
|
|
@ -31,6 +31,10 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.listItem:hover {
|
||||
border-color: var(--bs-list-group-border-color);
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.sidebar {
|
||||
width: 300px;
|
||||
|
|
|
|||
881
web/yarn.lock
881
web/yarn.lock
File diff suppressed because it is too large
Load Diff
|
|
@ -18,9 +18,9 @@
|
|||
"@testing-library/user-event": "^14.4.3",
|
||||
"@types/jest": "^29.5.1",
|
||||
"@types/lodash": "^4.14.194",
|
||||
"@types/node": "^18.16.2",
|
||||
"@types/react": "^18.2.0",
|
||||
"@types/react-dom": "^18.2.1",
|
||||
"@types/node": "^20.1.1",
|
||||
"@types/react": "^18.2.6",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@types/styled-components": "^5.1.25",
|
||||
"babel-plugin-styled-components": "^2.1.1",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
"prettier": "^2.8.8",
|
||||
"react-scripts": "^5.0.1",
|
||||
"typescript": "^5.0.3",
|
||||
"webpack-cli": "^5.0.2"
|
||||
"webpack-cli": "^5.1.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"minimatch": "5.1.0",
|
||||
|
|
|
|||
884
widget/yarn.lock
884
widget/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue