@lingui/metro-transformer 5.0.0-next.2 → 5.0.0-next.4

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 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -6,8 +6,7 @@
6
6
 
7
7
  > Metro bundler transformer for LinguiJS catalogs
8
8
 
9
- `@lingui/metro-transformer` is part of [LinguiJS][linguijs]. See the
10
- [documentation][documentation] for all information, tutorials and examples.
9
+ `@lingui/metro-transformer` is part of [LinguiJS][linguijs]. See the [documentation][documentation] for all information, tutorials and examples.
11
10
 
12
11
  ## Installation & Usage
13
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/metro-transformer",
3
- "version": "5.0.0-next.2",
3
+ "version": "5.0.0-next.4",
4
4
  "description": "Metro bundler transformer for LinguiJS catalogs",
5
5
  "exports": {
6
6
  "./expo": {
@@ -56,12 +56,12 @@
56
56
  ],
57
57
  "dependencies": {
58
58
  "@babel/runtime": "^7.20.13",
59
- "@lingui/cli": "^5.0.0-next.2",
60
- "@lingui/conf": "^5.0.0-next.2",
59
+ "@lingui/cli": "^5.0.0-next.4",
60
+ "@lingui/conf": "^5.0.0-next.4",
61
61
  "memoize-one": "^6.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@lingui/format-json": "^5.0.0-next.2",
64
+ "@lingui/format-json": "^5.0.0-next.4",
65
65
  "rimraf": "^6.0.1",
66
66
  "unbuild": "2.0.0"
67
67
  },
@@ -83,5 +83,5 @@
83
83
  "optional": true
84
84
  }
85
85
  },
86
- "gitHead": "71fa9b0b55deded4b30a25f9bda2a28a7cf4ec12"
86
+ "gitHead": "7b9ca5b479be4acd58ed95bff841e89efba06279"
87
87
  }