Skip to content

Commit

Permalink
CB-5333 chore: update npm dependencies (#2827)
Browse files Browse the repository at this point in the history
Co-authored-by: mr-anton-t <[email protected]>
  • Loading branch information
Wroud and mr-anton-t authored Aug 7, 2024
1 parent 12b5b2b commit babb29f
Show file tree
Hide file tree
Showing 13 changed files with 1,353 additions and 1,218 deletions.
6 changes: 3 additions & 3 deletions webapp/packages/core-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"postcss": "^8",
"postcss-discard-comments": "^7",
"postcss-loader": "^8",
"postcss-preset-env": "^9",
"postcss-preset-env": "^10",
"sass": "^1",
"sass-loader": "^14",
"sass-loader": "^16",
"source-map-loader": "^5",
"style-loader": "^4",
"thread-loader": "^4",
Expand All @@ -63,7 +63,7 @@
"http-proxy": "^1",
"jest": "^29",
"jest-environment-jsdom": "^29",
"madge": "^7",
"madge": "^8",
"react-refresh": "^0",
"swc-loader": "^0",
"tsconfig-paths-webpack-plugin": "^4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
* you may not use this file except in compliance with the License.
*/
.commonDialogWrapper {
// override because of the non-english locales and the medium size is too large
/* override because of the non-english locales and the medium size is too large */
width: 440px !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
*/

// TODO: same styles in cloudbeaver/webapp/packages/plugin-product-information-administration/src/shared/ProductInfoPage.module.css
/* TODO: same styles in cloudbeaver/webapp/packages/plugin-product-information-administration/src/shared/ProductInfoPage.module.css */
.tabList {
position: relative;
flex-shrink: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
*/

// TODO: same styles cloudbeaver/webapp/packages/plugin-product-information-administration/src/shared/ProductInfoPage.module.css
/* TODO: same styles cloudbeaver/webapp/packages/plugin-product-information-administration/src/shared/ProductInfoPage.module.css */
.administrationTabs {
& .tab {
height: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
*/

// TODO: same styles cloudbeaver/webapp/packages/plugin-product-information-administration/src/shared/ProductInfoPageTabPanel.module.css
/* TODO: same styles cloudbeaver/webapp/packages/plugin-product-information-administration/src/shared/ProductInfoPageTabPanel.module.css */
.tabPanel {
overflow: auto;
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
*/

// TODO: same styles cloudbeaver/webapp/packages/plugin-product-information-administration/src/shared/ProductInfoPageTabTitle.module.css
/* TODO: same styles cloudbeaver/webapp/packages/plugin-product-information-administration/src/shared/ProductInfoPageTabTitle.module.css */
.tabTitle {
font-weight: 700;
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@cloudbeaver/core-blocks": "^0",
"@cloudbeaver/core-di": "^0",
"@cloudbeaver/core-localization": "^0",
"@cloudbeaver/core-resource": "^0",
"@cloudbeaver/core-ui": "^0",
"@cloudbeaver/core-version": "^0",
"@cloudbeaver/core-version-update": "^0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
*/

// TODO: same styles cloudbeaver/webapp/packages/plugin-authentication-administration/src/Administration/Users/shared/UsersAdministration.module.css
/* TODO: same styles cloudbeaver/webapp/packages/plugin-authentication-administration/src/Administration/Users/shared/UsersAdministration.module.css */
.tabList {
position: relative;
flex-shrink: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
*/

// TODO: same styles cloudbeaver/webapp/packages/plugin-authentication-administration/src/Administration/Users/shared/UsersAdministrationTab.module.css
/* TODO: same styles cloudbeaver/webapp/packages/plugin-authentication-administration/src/Administration/Users/shared/UsersAdministrationTab.module.css */
.administrationTabs {
& .tab {
height: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
*/

// TODO: same styles cloudbeaver/webapp/packages/plugin-authentication-administration/src/Administration/Users/shared/UsersAdministrationTabPanel.module.css
/* TODO: same styles cloudbeaver/webapp/packages/plugin-authentication-administration/src/Administration/Users/shared/UsersAdministrationTabPanel.module.css */
.tabPanel {
overflow: auto;
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
*/

// TODO: same styles cloudbeaver/webapp/packages/plugin-authentication-administration/src/Administration/Users/shared/UsersAdministrationTabTitle.module.css
/* TODO: same styles cloudbeaver/webapp/packages/plugin-authentication-administration/src/Administration/Users/shared/UsersAdministrationTabTitle.module.css */
.tabTitle {
font-weight: 700;
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
{
"path": "../core-localization/tsconfig.json"
},
{
"path": "../core-resource/tsconfig.json"
},
{
"path": "../core-ui/tsconfig.json"
},
Expand Down
Loading

0 comments on commit babb29f

Please sign in to comment.