Skip to content

Commit d9b7946

Browse files
author
Joao Moura
committed
Upgrade exempla yarn lock, fixes to readme file
1 parent 2818be8 commit d9b7946

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import * as React from 'react'
1919

2020
// Translation Higher Order Component
2121
import { setTranslations, setDefaultLanguage, translate } from 'react-multi-lang'
22-
import pt from '.pt.json'
23-
import en from '.en.json'
22+
import pt from 'pt.json'
23+
import en from 'en.json'
2424
import type { T } from 'react-multi-lang'
2525

2626
// Do this two lines only when setting up the application

example/yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2936,8 +2936,8 @@ hoek@4.x.x:
29362936
resolved "https://registry.yarnpkg.com/hoek/-/hoek-4.2.0.tgz#72d9d0754f7fe25ca2d01ad8f8f9a9449a89526d"
29372937

29382938
hoist-non-react-statics@^2.3.1:
2939-
version "2.3.1"
2940-
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz#343db84c6018c650778898240135a1420ee22ce0"
2939+
version "2.5.0"
2940+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.0.tgz#d2ca2dfc19c5a91c5a6615ce8e564ef0347e2a40"
29412941

29422942
home-or-tmp@^2.0.0:
29432943
version "2.0.0"
@@ -5060,7 +5060,7 @@ randomatic@^1.1.3:
50605060
is-number "^3.0.0"
50615061
kind-of "^4.0.0"
50625062

5063-
randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.3, randombytes@^2.0.5:
5063+
randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5:
50645064
version "2.0.5"
50655065
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.0.5.tgz#dc009a246b8d09a177b4b7a0ae77bc570f4b1b79"
50665066
dependencies:
@@ -5132,17 +5132,10 @@ react-error-overlay@^3.0.0:
51325132
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-3.0.0.tgz#c2bc8f4d91f1375b3dad6d75265d51cd5eeaf655"
51335133

51345134
react-multi-lang@^0.2.0:
5135-
version "0.2.0"
5136-
resolved "https://registry.yarnpkg.com/react-multi-lang/-/react-multi-lang-0.2.0.tgz#04f17c6fe857b1c2e490d38fa9e31702f08327ab"
5135+
version "0.2.1"
5136+
resolved "https://registry.yarnpkg.com/react-multi-lang/-/react-multi-lang-0.2.1.tgz#c073d8cc0ddbd65d0310e809511f7bb69a115d93"
51375137
dependencies:
51385138
hoist-non-react-statics "^2.3.1"
5139-
react-native-uuid "^1.4.9"
5140-
5141-
react-native-uuid@^1.4.9:
5142-
version "1.4.9"
5143-
resolved "https://registry.yarnpkg.com/react-native-uuid/-/react-native-uuid-1.4.9.tgz#a526742f8fddfe6414500655212ca8d109c40229"
5144-
dependencies:
5145-
randombytes "^2.0.3"
51465139

51475140
react-scripts@1.0.17:
51485141
version "1.0.17"

0 commit comments

Comments
 (0)