Skip to content

Commit

Permalink
[2842] Move to @ObeoNetwork/react-trello
Browse files Browse the repository at this point in the history
Bug: #2842
Signed-off-by: Florian Barbin <florian.barbin@obeo.fr>
  • Loading branch information
florianbarbin committed Jan 8, 2024
1 parent 65e0e5f commit 06bcda4
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 104 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Expand Up @@ -77,6 +77,7 @@ const nodeTypeRegistry: NodeTypeRegistry = {

- [releng] The frontend now depends on @ObeoNetwork/gantt-task-react v0.3.13
- [releng] The frontend now depends on react-trello 2.2.11
- https://github.com/eclipse-sirius/sirius-web/issues/2842[#2842] Move to @ObeoNetwork/react-trello


=== Bug fixes
Expand Down
203 changes: 102 additions & 101 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/deck/frontend/sirius-components-deck/package.json
Expand Up @@ -32,7 +32,7 @@
"peerDependencies": {
"@apollo/client": "3.8.1",
"@eclipse-sirius/sirius-components-core": "*",
"react-trello": "2.2.11",
"@ObeoNetwork/react-trello": "2.4.1",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@xstate/react": "1.6.3",
Expand All @@ -49,7 +49,7 @@
"@material-ui/icons": "4.11.3",
"@types/react": "17.0.37",
"@vitejs/plugin-react": "4.0.4",
"react-trello": "2.2.11",
"@ObeoNetwork/react-trello": "2.4.1",
"@xstate/react": "1.6.3",
"graphql": "16.8.0",
"prettier": "2.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/deck/frontend/sirius-components-deck/src/Deck.tsx
Expand Up @@ -10,7 +10,7 @@
* Contributors:
* Obeo - initial API and implementation
*******************************************************************************/
import Board from 'react-trello';
import Board from '@ObeoNetwork/react-trello';
import { Toolbar } from './toolbar/Toolbar';

export const Deck = ({ data }) => {
Expand Down

0 comments on commit 06bcda4

Please sign in to comment.