Skip to content

Commit f304a99

Browse files
committed
Added support for react-ocean-forms 1.1.0
1 parent 4ba71e0 commit f304a99

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-ocean-forms-react-intl",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Library that adds react-intl support to react-ocean-forms.",
55
"main": "build/index.js",
66
"private": false,
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"prop-types": "^15.6.1",
1818
"react-intl": "^2.4.0",
19-
"react-ocean-forms": "^1.0.3"
19+
"react-ocean-forms": "^1.0.3 || ^1.1.0"
2020
},
2121
"devDependencies": {
2222
"babel-core": "^6.26.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3832,9 +3832,9 @@ react-intl@^2.4.0:
38323832
intl-relativeformat "^2.0.0"
38333833
invariant "^2.1.1"
38343834

3835-
react-ocean-forms@^1.0.3:
3836-
version "1.0.3"
3837-
resolved "https://registry.yarnpkg.com/react-ocean-forms/-/react-ocean-forms-1.0.3.tgz#6a0ff05601c63877ca742d4ed4f48c792085296a"
3835+
"react-ocean-forms@^1.0.3 || ^1.1.0":
3836+
version "1.1.0"
3837+
resolved "https://registry.yarnpkg.com/react-ocean-forms/-/react-ocean-forms-1.1.0.tgz#648cb8d34a5e1510e7eabaff165a56ebfcd97ebe"
38383838
dependencies:
38393839
prop-types "^15.6.1"
38403840

0 commit comments

Comments
 (0)