Skip to content

Commit 383f1b5

Browse files
committed
update base-shell version
1 parent c2fda5b commit 383f1b5

File tree

5 files changed

+52
-183
lines changed

5 files changed

+52
-183
lines changed

packages/bootstrap-shell/package-lock.json

Lines changed: 42 additions & 170 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bootstrap-shell/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@emotion/react": "^11.5.0",
4747
"@emotion/styled": "^11.3.0",
4848
"@formatjs/intl-relativetimeformat": "^8.1.5",
49-
"base-shell": "^1.2.25",
49+
"base-shell": "^2.3.1",
5050
"bootstrap": "^5.1.3",
5151
"github-markdown-css": "^4.0.0",
5252
"intl": "^1.2.5",
@@ -64,7 +64,7 @@
6464
"react-intl": "^5.20.13",
6565
"react-ios-pwa-prompt": "^1.8.4",
6666
"react-markdown": "^7.0.1",
67-
"react-router-dom": "^5.3.0",
67+
"react-router-dom": "^6.x",
6868
"react-virtualized-auto-sizer": "^1.0.6",
6969
"react-window": "^1.8.6"
7070
},

packages/bootstrap-shell/src/components/Menu/Menu.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useContext } from 'react'
1+
import React from 'react'
22
import { useConfig } from 'base-shell/lib/providers/Config'
33
import * as BS from "react-bootstrap";
44
import RMWLogo from "../../assets/rmw.svg";
@@ -10,8 +10,6 @@ const Menu = ({ brand }) => {
1010
const { menu } = appConfig || {};
1111
const { globalBrand, MenuRight } = menu || {};
1212
const menuContext = useMenu();
13-
console.log(menuContext);
14-
//const { toggleThis } = menuContext || {};
1513

1614
const _brand = brand ? brand : globalBrand;
1715

0 commit comments

Comments
 (0)