Skip to content

Commit 840e3da

Browse files
committed
Updated peer dependencies #348
1 parent e70bac6 commit 840e3da

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

packages/base-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/base-shell/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "base-shell",
3-
"version": "2.0.1",
3+
"version": "2.0.3",
44
"description": "base-shell React component",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -22,7 +22,7 @@
2222
"dependencies": {},
2323
"peerDependencies": {
2424
"intl": "1.x",
25-
"@formatjs/intl-relativetimeformat": "8.x",
25+
"@formatjs/intl-relativetimeformat": "^7.0.0 || ^8.0.0 || ^9.0.0",
2626
"react": "17.x",
2727
"react-dom": "17.x",
2828
"react-router-dom": "6.x",

packages/rmw-shell/cra-template-rmw/template/src/config/config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import { defaultUserData, isGranted } from 'rmw-shell/lib/utils/auth'
99
import { getDatabase, ref, onValue, get, update, off } from 'firebase/database'
1010
import { getDefaultRoutes } from './getDefaultRoutes'
1111

12-
console.log('getDefaultRoutes', getDefaultRoutes)
13-
1412
const config = {
1513
firebase: {
1614
prod: {

packages/rmw-shell/cra-template-rmw/template/src/pages/LandingPage/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const LandingPage = () => {
183183
<img
184184
src={'/rmw.svg'}
185185
alt="logo"
186-
style={{ height: 150, maxWidth: 280, justifySelf: 'center' }}
186+
style={{ height: 150, width: 150, justifySelf: 'center' }}
187187
/>
188188

189189
<div style={{ padding: 8 }}>

packages/rmw-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {},
2424
"peerDependencies": {
2525
"jss-rtl": "0.x",
26-
"@formatjs/intl-relativetimeformat": "9.x",
26+
"@formatjs/intl-relativetimeformat": "^7.0.0 || ^8.0.0 || ^9.0.0",
2727
"base-shell": "1.x",
2828
"chart.js": "2.x",
2929
"final-form": "4.x",

0 commit comments

Comments
 (0)