Merge remote-tracking branch 'origin/main' into 309-allow-plugin-to-hide-left-panel
No related branches found
No related tags found
Showing
- CHANGELOG 8 additions, 1 deletionCHANGELOG
- package-lock.json 23 additions, 22 deletionspackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
- src/components/FunctionalArea/Modal/MolArtModal/MolArtModal.component.tsx 1 addition, 0 deletions...unctionalArea/Modal/MolArtModal/MolArtModal.component.tsx
- src/components/Map/Drawer/BioEntityDrawer/BioEntityDrawer.component.tsx 16 additions, 0 deletions.../Map/Drawer/BioEntityDrawer/BioEntityDrawer.component.tsx
- src/components/Map/Drawer/BioEntityDrawer/ModificationResidueItem/ModificationResidueItem.component.tsx 14 additions, 0 deletions...ficationResidueItem/ModificationResidueItem.component.tsx
- src/components/Map/Drawer/BioEntityDrawer/ModificationResidueItem/index.ts 1 addition, 0 deletions...p/Drawer/BioEntityDrawer/ModificationResidueItem/index.ts
- src/components/Map/Drawer/ReactionDrawer/ReactionDrawer.component.tsx 1 addition, 0 deletions...ts/Map/Drawer/ReactionDrawer/ReactionDrawer.component.tsx
- src/types/models.ts 2 additions, 0 deletionssrc/types/models.ts
... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
"downshift": "8.3.1", | "downshift": "8.3.1", | ||
"eslint-config-next": "13.4.19", | "eslint-config-next": "13.4.19", | ||
"is-uuid": "1.0.2", | "is-uuid": "1.0.2", | ||
"molart": "github:davidhoksza/MolArt", | "molart": "1.15.0", | ||
"next": "13.4.19", | "next": "13.4.19", | ||
"ol": "10.2.0", | "ol": "10.2.0", | ||
"polished": "4.3.1", | "polished": "4.3.1", | ||
... | ... |
Please register or sign in to comment