Skip to content

Commit

Permalink
chore(examples): update cra example to latest lingui version
Browse files Browse the repository at this point in the history
  • Loading branch information
semoal committed Jan 24, 2022
1 parent dbc16ca commit 3481762
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
12 changes: 6 additions & 6 deletions examples/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@lingui/react": "^3.12.1",
"@lingui/core": "^3.12.1",
"@lingui/react": "^3.13.2",
"@lingui/core": "^3.13.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down Expand Up @@ -42,8 +42,8 @@
"@types/react-dom": "^16.9.9",
"react-scripts": "4.0.0",
"typescript": "^4.0.5",
"@lingui/cli": "^3.12.1",
"@lingui/loader": "^3.12.1",
"@lingui/macro": "^3.12.1"
"@lingui/cli": "^3.13.2",
"@lingui/loader": "^3.13.2",
"@lingui/macro": "^3.13.2"
}
}
}
80 changes: 40 additions & 40 deletions examples/create-react-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1425,33 +1425,33 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"

"@lingui/babel-plugin-extract-messages@^3.12.1":
version "3.12.1"
resolved "https://registry.yarnpkg.com/@lingui/babel-plugin-extract-messages/-/babel-plugin-extract-messages-3.12.1.tgz#fb1bedde143023b549cd04afcf518ab760820160"
integrity sha512-5x119XBpWe3gYUDTgwkoTFqeI60beFRdEL1HnArFkrWfhaGqUK8SjzpqO7NtN335IIBU3SPtGXKsI4NPkJQ8TA==
"@lingui/babel-plugin-extract-messages@^3.13.2":
version "3.13.2"
resolved "https://registry.yarnpkg.com/@lingui/babel-plugin-extract-messages/-/babel-plugin-extract-messages-3.13.2.tgz#8cee6191de69b51f32ab8edd2bcc041041d2c7b8"
integrity sha512-SyvwfrPqkyj9XM2CB/YK25o0Zi+B8ikoCENwqNSk7201n80YfOJoksc6lQ3X/QODqvy+iuOsiQrVT3qzKblOmg==
dependencies:
"@babel/generator" "^7.11.6"
"@babel/runtime" "^7.11.2"
"@lingui/conf" "^3.12.1"
"@lingui/conf" "^3.13.2"
mkdirp "^1.0.4"

"@lingui/cli@^3.12.1":
version "3.12.1"
resolved "https://registry.yarnpkg.com/@lingui/cli/-/cli-3.12.1.tgz#2bfe371eaa2dd0e95bd361b776fd68f1c43a82f6"
integrity sha512-Z3klth+zD3+oqkDEhm1cTuI1Z9K/lyZD615cUQXPxLZRn9dokZ+9enoJNiese412VMNvcp/dtYC+wfyMpYX2PQ==
"@lingui/cli@^3.13.2":
version "3.13.2"
resolved "https://registry.yarnpkg.com/@lingui/cli/-/cli-3.13.2.tgz#35c231d227162de29d8e4f724011b5c8d78f9dae"
integrity sha512-wPYlsKI7hx1hyntc6enUVUdKVwBM8XW+DnwHslWWw4ShMNvh98gLgAOW1ajXtUym7x0WTjhR+/s436hdxfZ/Og==
dependencies:
"@babel/generator" "^7.11.6"
"@babel/parser" "^7.11.5"
"@babel/plugin-syntax-jsx" "^7.10.4"
"@babel/runtime" "^7.11.2"
"@babel/types" "^7.11.5"
"@lingui/babel-plugin-extract-messages" "^3.12.1"
"@lingui/conf" "^3.12.1"
"@lingui/babel-plugin-extract-messages" "^3.13.2"
"@lingui/conf" "^3.13.2"
babel-plugin-macros "^3.0.1"
bcp-47 "^1.0.7"
chalk "^4.1.0"
chokidar "3.5.1"
cli-table "^0.3.1"
cli-table "0.3.6"
commander "^6.1.0"
date-fns "^2.16.1"
fs-extra "^9.0.1"
Expand All @@ -1472,10 +1472,10 @@
pseudolocale "^1.1.0"
ramda "^0.27.1"

"@lingui/conf@^3.12.1":
version "3.12.1"
resolved "https://registry.yarnpkg.com/@lingui/conf/-/conf-3.12.1.tgz#2ece99f4fe6e433fdca25c63b9f54d35667879f4"
integrity sha512-asTFAUTf8zxYU+fI1MxggJD/o4BenT/rE4IJ/+ngaf1cbzBo71lXmhSYkIa8/vTZrdHDSuXGzIL43f1D9BF6YA==
"@lingui/conf@^3.13.2":
version "3.13.2"
resolved "https://registry.yarnpkg.com/@lingui/conf/-/conf-3.13.2.tgz#02f246e45a936882edaf5bc3af809b3ab67dce43"
integrity sha512-JhiIBxnh2X4QmLP0/+dnTBc7xnZ6qk5MRsQtJqkEOWGFl09CTrha5uPVqjr5MgkmBOQ6Q8+cRYWG+qtJsuUH5A==
dependencies:
"@babel/runtime" "^7.11.2"
"@endemolshinegroup/cosmiconfig-typescript-loader" "^3.0.2"
Expand All @@ -1484,42 +1484,42 @@
jest-validate "^26.5.2"
lodash.get "^4.4.2"

"@lingui/core@^3.12.1":
version "3.12.1"
resolved "https://registry.yarnpkg.com/@lingui/core/-/core-3.12.1.tgz#f657deb375521c1cf820f4f6a9ca422fdc1a276e"
integrity sha512-MkZgkaaBcFtmUXdck9YNMTMTwCRogUif8Ll4Wyqz0re2Ydo7fdwGFBkacYjOc787R5/UmZr2F21OtPqSbaoaJg==
"@lingui/core@^3.13.2":
version "3.13.2"
resolved "https://registry.yarnpkg.com/@lingui/core/-/core-3.13.2.tgz#1c8b264c7eb5d7fa11c59916542bf5fc8e1b9309"
integrity sha512-ic1uC+bS7hpfM4oVugHKel8UhlLAwykSv2TYw3oyeEQhvCS232nSzh+PFbP0BXK1hZ0UdHve7mODpgADuwHIQA==
dependencies:
"@babel/runtime" "^7.11.2"
make-plural "^6.2.2"
messageformat-parser "^4.1.3"

"@lingui/loader@^3.12.1":
version "3.12.1"
resolved "https://registry.yarnpkg.com/@lingui/loader/-/loader-3.12.1.tgz#85cc541fa30e2cd4b2c58bb00ffdc36d17a48490"
integrity sha512-kbCEsP6wTnByvlyaBNcxwwU87ZgalgySWC0hmC1CfZJbLcXMrJ2WqEwyWd1FW4Qnkf5A0XjPnYYG5K0bIB8V3w==
"@lingui/loader@^3.13.2":
version "3.13.2"
resolved "https://registry.yarnpkg.com/@lingui/loader/-/loader-3.13.2.tgz#699e04256350adb47f6884dd40d6d1a3d2435f34"
integrity sha512-CFwoNLj3RJ+RADehkVVP0Pe5TBvhl61uKd45negsMP27EA6Xoc6zG1GwqqtE2GEg2soDe04RwmX6Uq6lCNxstA==
dependencies:
"@babel/runtime" "^7.11.2"
"@lingui/cli" "^3.12.1"
"@lingui/conf" "^3.12.1"
"@lingui/cli" "^3.13.2"
"@lingui/conf" "^3.13.2"
loader-utils "^2.0.0"
ramda "^0.27.1"

"@lingui/macro@^3.12.1":
version "3.12.1"
resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-3.12.1.tgz#ccc9eb442b32c836ca96633194d3b085a2d7864e"
integrity sha512-CszdqDnaCo5cnbg6RROYnYtYGOADPhJuRf9U9t2aL9IsN+N7pSQAMdMLbjYkEMT/V8Cjon33ZjLgeGihe0FhSA==
"@lingui/macro@^3.13.2":
version "3.13.2"
resolved "https://registry.yarnpkg.com/@lingui/macro/-/macro-3.13.2.tgz#d62c02cf3fb7391962163a22b33c66d79df2873b"
integrity sha512-0BdybZkBq8bl4NrT8txX7k8BodyJ/4uQbMIK0ucPJvQ/6Lhj824CodBq5KuMWpcXoMSxUWjQIkIGr1Fi1ckLGg==
dependencies:
"@babel/runtime" "^7.11.2"
"@lingui/conf" "^3.12.1"
"@lingui/conf" "^3.13.2"
ramda "^0.27.1"

"@lingui/react@^3.12.1":
version "3.12.1"
resolved "https://registry.yarnpkg.com/@lingui/react/-/react-3.12.1.tgz#1134c71e1454652984e9f775b7bc28db083526e4"
integrity sha512-TM64Z3ZUsFRn2hz1svk2DRGZljzMY5peP0UurgbjqS2JnQOavFWJsAZmJDwUIEQCoqZI6pjYbjUlbKUdefpXzA==
"@lingui/react@^3.13.2":
version "3.13.2"
resolved "https://registry.yarnpkg.com/@lingui/react/-/react-3.13.2.tgz#8114af8c1636cbbdaf8583386f455fad8707506a"
integrity sha512-JW7irld6Qe5rJUzbmIMXPRAt1J3Ois3sTsfpNb1YR1Mt2B5WdzDMrv4NbJiRr+OyWXzvmhXzytme5OqJQUfc8g==
dependencies:
"@babel/runtime" "^7.11.2"
"@lingui/core" "^3.12.1"
"@lingui/core" "^3.13.2"

"@nodelib/fs.scandir@2.1.3":
version "2.1.3"
Expand Down Expand Up @@ -3472,10 +3472,10 @@ cli-spinners@^2.4.0:
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.5.0.tgz#12763e47251bf951cb75c201dfa58ff1bcb2d047"
integrity sha512-PC+AmIuK04E6aeSs/pUccSujsTzBhu4HzC2dL+CfJB/Jcc2qTRbEwZQDfIUpt2Xl8BodYBEq8w4fc0kU2I9DjQ==

cli-table@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.1.tgz#f53b05266a8b1a0b934b3d0821e6e2dc5914ae23"
integrity sha1-9TsFJmqLGguTSz0IIebi3FkUriM=
cli-table@0.3.6:
version "0.3.6"
resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.6.tgz#e9d6aa859c7fe636981fd3787378c2a20bce92fc"
integrity sha512-ZkNZbnZjKERTY5NwC2SeMeLeifSPq/pubeRoTpdr3WchLlnZg6hEgvHkK5zL7KNFdd9PmHN8lxrENUwI3cE8vQ==
dependencies:
colors "1.0.3"

Expand Down

0 comments on commit 3481762

Please sign in to comment.