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 Dec 22, 2023
1 parent 338beed commit 0efa1aa
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 104 deletions.
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 @@ -31,7 +31,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 @@ -48,7 +48,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 0efa1aa

Please sign in to comment.