@lingui/react 5.0.0-next.3 → 5.0.0-next.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -8
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -8,14 +8,7 @@
8
8
 
9
9
  `@lingui/react` is part of [LinguiJS][linguijs]. See the [documentation][documentation] for all information, tutorials and examples.
10
10
 
11
- ## Installation
12
-
13
- ```sh
14
- npm install --save @lingui/react
15
- # yarn add @lingui/react
16
- ```
17
-
18
- ## Usage
11
+ ## Installation & Usage
19
12
 
20
13
  See the [tutorial][tutorial] or [reference][reference] documentation.
21
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/react",
3
- "version": "5.0.0-next.3",
3
+ "version": "5.0.0-next.5",
4
4
  "sideEffects": false,
5
5
  "description": "React components for translations",
6
6
  "main": "./dist/index.cjs",
@@ -77,7 +77,7 @@
77
77
  "macro/index.js"
78
78
  ],
79
79
  "peerDependencies": {
80
- "@lingui/babel-plugin-lingui-macro": "5.0.0-next.3",
80
+ "@lingui/babel-plugin-lingui-macro": "5.0.0-next.5",
81
81
  "babel-plugin-macros": "2 || 3",
82
82
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
83
83
  },
@@ -91,7 +91,7 @@
91
91
  },
92
92
  "dependencies": {
93
93
  "@babel/runtime": "^7.20.13",
94
- "@lingui/core": "^5.0.0-next.3"
94
+ "@lingui/core": "^5.0.0-next.5"
95
95
  },
96
96
  "devDependencies": {
97
97
  "@lingui/jest-mocks": "^3.0.3",
@@ -104,5 +104,5 @@
104
104
  "tsd": "^0.26.1",
105
105
  "unbuild": "2.0.0"
106
106
  },
107
- "gitHead": "c027f0e45978eae89665872861cfcafa89f24078"
107
+ "gitHead": "3e342f7cca8772e54fc76fa90261bf52c6976b95"
108
108
  }