Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
}
},
"dependencies": {
"dompurify": "^3.2.6",
"html-react-parser": "^5.2.6",
"dompurify": "^3.2.7",
"html-react-parser": "^5.2.7",
"react-quill": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion services/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"sharp": "^0.33.3",
"style-loader": "4.0.0",
"ts-jest": "29.2.5",
"typescript": "5.7.3",
"typescript": "5.9.3",
"undici": "6.19.7",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ exports[`AmazonS3Provider renders properly 1`] = `
aria-disabled="false"
aria-label="Download"
class="e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
data-ripple="true"
data-tabindex="-1"
id="filemanager_tb_download"
style="width: auto;"
Expand All @@ -67,6 +68,7 @@ exports[`AmazonS3Provider renders properly 1`] = `
aria-haspopup="true"
aria-label="Sort by"
class="e-tbar-btn e-tbtn-txt e-control e-dropdown-btn e-lib e-btn e-fe-popup"
data-ripple="true"
data-tabindex="-1"
id="filemanager_tb_sortby"
tabindex="0"
Expand All @@ -93,6 +95,7 @@ exports[`AmazonS3Provider renders properly 1`] = `
aria-disabled="false"
aria-label="Refresh"
class="e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
data-ripple="true"
data-tabindex="-1"
id="filemanager_tb_refresh"
style="width: auto;"
Expand Down Expand Up @@ -126,6 +129,7 @@ exports[`AmazonS3Provider renders properly 1`] = `
aria-disabled="false"
aria-label="Selection"
class="e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
data-ripple="true"
data-tabindex="-1"
id="filemanager_tb_selection"
style="width: auto;"
Expand All @@ -151,6 +155,7 @@ exports[`AmazonS3Provider renders properly 1`] = `
aria-haspopup="true"
aria-label="View"
class="e-tbar-btn e-tbtn-txt e-control e-dropdown-btn e-lib e-btn e-caret-hide e-fe-popup"
data-ripple="true"
data-tabindex="-1"
id="filemanager_tb_view"
tabindex="0"
Expand All @@ -177,6 +182,7 @@ exports[`AmazonS3Provider renders properly 1`] = `
aria-disabled="false"
aria-label="Details"
class="e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
data-ripple="true"
data-tabindex="-1"
id="filemanager_tb_details"
style="width: auto;"
Expand Down Expand Up @@ -294,6 +300,7 @@ exports[`AmazonS3Provider renders properly 1`] = `
<button
aria-label="Close"
class="e-dlg-closeicon-btn e-control e-btn e-lib e-flat e-icon-btn"
data-ripple="true"
title="Close"
type="button"
>
Expand Down
4 changes: 2 additions & 2 deletions services/core-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@reduxjs/toolkit": "2.0.1",
"antd": "4.24.10",
"array-move": "3.0.1",
"axios": "1.8.3",
"axios": "1.13.2",
"axios-mock-adapter": "1.17.0",
"core-js": "3.38.1",
"date-fns": "2.28.0",
Expand Down Expand Up @@ -132,7 +132,7 @@
"ts-jest": "29.2.5",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "5.7.3",
"typescript": "5.9.3",
"undici": "^6.19.7",
"url-loader": "4.1.1",
"webpack": "5.95.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ exports[`MineDocuments renders properly 1`] = `
aria-disabled="false"
aria-label="Download"
class="e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
data-ripple="true"
data-tabindex="-1"
id="filemanager_tb_download"
style="width: auto;"
Expand All @@ -81,6 +82,7 @@ exports[`MineDocuments renders properly 1`] = `
aria-haspopup="true"
aria-label="Sort by"
class="e-tbar-btn e-tbtn-txt e-control e-dropdown-btn e-lib e-btn e-fe-popup"
data-ripple="true"
data-tabindex="-1"
id="filemanager_tb_sortby"
tabindex="0"
Expand All @@ -107,6 +109,7 @@ exports[`MineDocuments renders properly 1`] = `
aria-disabled="false"
aria-label="Refresh"
class="e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
data-ripple="true"
data-tabindex="-1"
id="filemanager_tb_refresh"
style="width: auto;"
Expand Down Expand Up @@ -140,6 +143,7 @@ exports[`MineDocuments renders properly 1`] = `
aria-disabled="false"
aria-label="Selection"
class="e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
data-ripple="true"
data-tabindex="-1"
id="filemanager_tb_selection"
style="width: auto;"
Expand All @@ -165,6 +169,7 @@ exports[`MineDocuments renders properly 1`] = `
aria-haspopup="true"
aria-label="View"
class="e-tbar-btn e-tbtn-txt e-control e-dropdown-btn e-lib e-btn e-caret-hide e-fe-popup"
data-ripple="true"
data-tabindex="-1"
id="filemanager_tb_view"
tabindex="0"
Expand All @@ -191,6 +196,7 @@ exports[`MineDocuments renders properly 1`] = `
aria-disabled="false"
aria-label="Details"
class="e-tbar-btn e-tbtn-txt e-control e-btn e-lib"
data-ripple="true"
data-tabindex="-1"
id="filemanager_tb_details"
style="width: auto;"
Expand Down Expand Up @@ -308,6 +314,7 @@ exports[`MineDocuments renders properly 1`] = `
<button
aria-label="Close"
class="e-dlg-closeicon-btn e-control e-btn e-lib e-flat e-icon-btn"
data-ripple="true"
title="Close"
type="button"
>
Expand Down
4 changes: 2 additions & 2 deletions services/minespace-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@react-keycloak/web": "^3.4.0",
"@reduxjs/toolkit": "2.0.1",
"antd": "4.24.10",
"axios": "1.8.3",
"axios": "1.13.2",
"axios-mock-adapter": "1.17.0",
"core-js": "3.38.1",
"dotenv": "16.4.5",
Expand Down Expand Up @@ -104,7 +104,7 @@
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
"ts-node": "10.9.1",
"typescript": "5.7.3",
"typescript": "5.9.3",
"undici": "6.19.7",
"url-loader": "4.1.1",
"webpack": "5.95.0",
Expand Down
8 changes: 4 additions & 4 deletions services/minespace-web/runner/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/minespace-web/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "16.5.0",
"dotenv": "16.6.1",
"express": "4.21.2",
"express-cache-controller": "1.1.0",
"helmet": "7.2.0",
Expand Down
Loading
Loading