@ttoss/react-i18n 1.18.0 → 1.18.2

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 (1) hide show
  1. package/package.json +9 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-i18n",
3
- "version": "1.18.0",
3
+ "version": "1.18.2",
4
4
  "license": "UNLICENSED",
5
5
  "author": "ttoss",
6
6
  "contributors": [
@@ -16,13 +16,14 @@
16
16
  "scripts": {
17
17
  "build": "tsup",
18
18
  "dev": "yarn workspace @ttoss/storybook run dev",
19
- "pretest": "yarn run pretest:extract && yarn run pretest:compile",
20
- "test": "jest",
21
19
  "pretest:compile": "yarn run pretest:compile:en && yarn run pretest:compile:ptBR",
22
20
  "pretest:compile:en": "formatjs compile i18n/lang/en.json --ast --out-file i18n/compiled-lang/en.json",
23
21
  "pretest:compile:ptBR": "formatjs compile i18n/lang/pt-BR.json --ast --out-file i18n/compiled-lang/pt-BR.json",
24
- "pretest:extract": "formatjs extract 'tests/**/*.ts*' --out-file i18n/lang/en.json"
22
+ "pretest:extract": "formatjs extract 'tests/**/*.ts*' --out-file i18n/lang/en.json",
23
+ "pretest": "yarn run pretest:extract && yarn run pretest:compile",
24
+ "test": "jest"
25
25
  },
26
+ "sideEffects": false,
26
27
  "typings": "dist/index.d.ts",
27
28
  "dependencies": {
28
29
  "react-intl": "^6.2.5"
@@ -32,9 +33,9 @@
32
33
  },
33
34
  "devDependencies": {
34
35
  "@formatjs/cli": "^5.1.10",
35
- "@ttoss/config": "^1.25.0",
36
- "@ttoss/i18n-cli": "^0.2.0",
37
- "@ttoss/test-utils": "^1.18.3"
36
+ "@ttoss/config": "^1.26.0",
37
+ "@ttoss/i18n-cli": "^0.3.0",
38
+ "@ttoss/test-utils": "^1.19.0"
38
39
  },
39
40
  "keywords": [
40
41
  "React",
@@ -44,5 +45,5 @@
44
45
  "publishConfig": {
45
46
  "access": "public"
46
47
  },
47
- "gitHead": "9159bd57009f4fee620218bc1a0e7bbac28acccd"
48
+ "gitHead": "98cf227311c2f28ab73520c793bfe0bf0df27530"
48
49
  }