Skip to content

Commit

Permalink
feat: Upgrade client packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ImenOuidou committed Jul 8, 2024
1 parent f035d33 commit 9da132d
Show file tree
Hide file tree
Showing 46 changed files with 2,200 additions and 629 deletions.
9 changes: 4 additions & 5 deletions src/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,21 @@
"p-debounce": "^4.0.0",
"piwik-react-router": "^0.12.1",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react": "^18.0.0",
"react-accessible-accordion": "^3.0.1",
"react-app-polyfill": "^1.0.6",
"react-chartjs-2": "^5.2.0",
"react-dom": "^16.13.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.2",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-dom": "^6.23.0",
"react-router-hash-link": "^2.4.0",
"react-scrollspy": "^3.4.2",
"react-select": "^3.1.0",
"react-select": "^5.8.0",
"react-toggle": "^4.1.1",
"react-transition-group": "^4.4.1",
"react-widgets": "^4.5.0",
"recompose": "^0.30.0",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
Expand Down
19 changes: 7 additions & 12 deletions src/client/src/assets/stylesheets/scss/_reactWidgets.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
$font-path: "~react-widgets/lib/fonts";
$img-path: "~react-widgets/lib/img";

@import "react-widgets/lib/scss/react-widgets";

.rw-multiselect {
.rw-widget-container {
input {
padding-top: 0.3em;
.rw-widget-container {
input {
padding-top: 0.3em;
}
.rw-multiselect-tag {
margin-left: 0.857em;
}
}
.rw-multiselect-tag {
margin-left: 0.857em;
}
}
}
1,505 changes: 1,503 additions & 2 deletions src/client/src/assets/stylesheets/styles.css

Large diffs are not rendered by default.

Loading

0 comments on commit 9da132d

Please sign in to comment.