Skip to content

Commit

Permalink
Changes for 125
Browse files Browse the repository at this point in the history
  • Loading branch information
enicolasgomez committed Nov 30, 2023
1 parent 4a7a402 commit fe1b5ab
Show file tree
Hide file tree
Showing 7 changed files with 13,485 additions and 37,083 deletions.
2 changes: 1 addition & 1 deletion examples/layout-manager-playground/src/redux/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ function configureStore() {
);
}

const store = configureStore()
const store = configureStore()
export default store;
6 changes: 3 additions & 3 deletions geppetto-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"@fortawesome/react-fontawesome": "^0.1.9",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "^4.11.2",
"@metacell/geppetto-meta-client": "^1.2.0",
"@metacell/geppetto-meta-core": "^1.2.0",
"@metacell/geppetto-meta-ui": "^1.2.0",
"@metacell/geppetto-meta-client": "file:.yalc/@metacell/geppetto-meta-client",
"@metacell/geppetto-meta-core": "file:.yalc/@metacell/geppetto-meta-core",
"@metacell/geppetto-meta-ui": "file:.yalc/@metacell/geppetto-meta-ui",
"@nosferatu500/react-sortable-tree": "3.0.5",
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
Expand Down
Loading

0 comments on commit fe1b5ab

Please sign in to comment.