@lingui/loader 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 +2 -10
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -6,17 +6,9 @@
6
6
 
7
7
  > webpack loader for compiling message catalog on the fly
8
8
 
9
- `@lingui/loader` is part of [LinguiJS][linguijs]. See the
10
- [documentation][documentation] for all information, tutorials and examples.
9
+ `@lingui/loader` is part of [LinguiJS][linguijs]. See the [documentation][documentation] for all information, tutorials and examples.
11
10
 
12
- ## Installation
13
-
14
- ```sh
15
- npm install --save-dev @lingui/loader
16
- # yarn add --dev @lingui/loader
17
- ```
18
-
19
- ## Usage
11
+ ## Installation & Usage
20
12
 
21
13
  See the [reference][reference] documentation.
22
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/loader",
3
- "version": "5.0.0-next.3",
3
+ "version": "5.0.0-next.5",
4
4
  "description": "webpack loader for lingui message catalogs",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.cjs",
@@ -43,16 +43,16 @@
43
43
  ],
44
44
  "dependencies": {
45
45
  "@babel/runtime": "^7.20.13",
46
- "@lingui/cli": "^5.0.0-next.3",
47
- "@lingui/conf": "^5.0.0-next.3"
46
+ "@lingui/cli": "^5.0.0-next.5",
47
+ "@lingui/conf": "^5.0.0-next.5"
48
48
  },
49
49
  "devDependencies": {
50
- "@lingui/format-json": "^5.0.0-next.3",
50
+ "@lingui/format-json": "^5.0.0-next.5",
51
51
  "unbuild": "2.0.0",
52
52
  "webpack": "^5.76.1"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "webpack": "^5.0.0"
56
56
  },
57
- "gitHead": "c027f0e45978eae89665872861cfcafa89f24078"
57
+ "gitHead": "3e342f7cca8772e54fc76fa90261bf52c6976b95"
58
58
  }