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 9, 2024
1 parent da9c813 commit 7b2f715
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 105 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
4 changes: 2 additions & 2 deletions packages/deck/frontend/sirius-components-deck/src/Deck.tsx
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2023 Obeo.
* Copyright (c) 2023, 2024 Obeo.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
Expand All @@ -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 7b2f715

Please sign in to comment.