@integration-app/react 0.1.3 → 0.1.4

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integration-app/react",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "React SDK for building native integrations.",
5
5
  "author": "integration.app",
6
6
  "repository": {
@@ -14,8 +14,8 @@
14
14
  "@integration-app/sdk": "^0.16.6"
15
15
  },
16
16
  "peerDependencies": {
17
- "react": "^17.0.1",
18
- "react-dom": "^17.0.1"
17
+ "react": "^17.0.1 || ^18.0.1",
18
+ "react-dom": "^17.0.1 || ^18.0.1"
19
19
  },
20
20
  "files": [
21
21
  "**/*"