Skip to content

Commit

Permalink
Merge pull request #5432 from alkem-io/develop
Browse files Browse the repository at this point in the history
Release: My Dashboard Fixes, Whiteboard, ChatWidget, Fixes
  • Loading branch information
valentinyanakiev authored Jan 23, 2024
2 parents 4d8767b + 73ab7c8 commit 47b86cc
Show file tree
Hide file tree
Showing 147 changed files with 2,845 additions and 2,333 deletions.
10 changes: 6 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ module.exports = {
'@typescript-eslint/no-explicit-any': 'error',
'padding-line-between-statements': [
'error',
{ blankLine: 'always', prev: 'block', next: 'export' },
{ blankLine: 'always', prev: 'block-like', next: 'export' },
{ blankLine: 'always', prev: 'class', next: 'export' },
{ blankLine: 'always', prev: 'function', next: 'export' },
{ blankLine: 'always', prev: ['block-like', 'class', 'function'], next: 'export' },
],
'@typescript-eslint/padding-line-between-statements': [
'error',
{ blankLine: 'always', prev: ['interface'], next: '*' },
{ blankLine: 'always', next: ['interface'], prev: '*' },
],
},
};
466 changes: 262 additions & 204 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alkemio/client-web",
"version": "0.53.0",
"version": "0.53.1",
"description": "Alkemio client, enabling users to interact with Challenges hosted on the Alkemio platform.",
"author": "Alkemio Foundation",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@mui/base": "^5.0.0-beta.23",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.56",
"@mui/material": "^5.2.0",
"@mui/material": "5.13.x",
"@mui/styles": "^5.2.0",
"@mui/x-data-grid": "^5.0.1",
"@mui/x-date-pickers": "^5.0.16",
Expand Down Expand Up @@ -77,7 +77,6 @@
"i18next-browser-languagedetector": "^6.1.3",
"idb-keyval": "^6.2.1",
"immer": "^9.0.12",
"jotai": "^2.4.0",
"jquery": "^3.5.1",
"lodash": "^4.17.21",
"logform": "^2.2.0",
Expand Down
Loading

0 comments on commit 47b86cc

Please sign in to comment.