react-localization 1.0.16 → 1.0.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-localization",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "Simple module to localize the React interface using the same syntax used in the ReactNativeLocalization module, use 'npm run build' before publishing",
5
5
  "scripts": {
6
6
  "babel-version": "babel --version",
@@ -41,6 +41,6 @@
41
41
  "localized-strings": "^0.2.0"
42
42
  },
43
43
  "peerDependencies": {
44
- "react": "^16.0.0 || ^15.6.0"
44
+ "react": "^17.0.0 || ^16.0.0 || ^15.6.0"
45
45
  }
46
46
  }