Skip to content

Commit 46bd7a8

Browse files
committed
Fixed more peer dependencies... #348
1 parent b3e8f6d commit 46bd7a8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/rmw-shell/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/rmw-shell/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rmw-shell",
3-
"version": "11.0.6",
3+
"version": "11.0.7",
44
"description": "React template with Material UI, Firebase, routing...",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -24,19 +24,19 @@
2424
"peerDependencies": {
2525
"jss-rtl": "0.x",
2626
"@formatjs/intl-relativetimeformat": "^7.0.0 || ^8.0.0 || ^9.0.0",
27-
"base-shell": "1.x",
27+
"base-shell": "2.x",
2828
"chart.js": "2.x",
2929
"final-form": "4.x",
3030
"final-form-arrays": "3.x",
31-
"firebase": "8.x",
31+
"firebase": "9.x",
3232
"firebaseui": "6.x",
3333
"github-markdown-css": "5.x",
3434
"intl": "1.x",
3535
"material-ui-image": "3.x",
36-
"material-ui-shell": "1.x",
36+
"material-ui-shell": "3.x",
3737
"moment": "2.x",
3838
"mui-rff": "5.x",
39-
"notistack": "1.x",
39+
"notistack": "2.x",
4040
"react": "17.x",
4141
"react-beautiful-dnd": "13.x",
4242
"react-chartjs-2": "4.x",

0 commit comments

Comments
 (0)