@integration-app/react 0.1.9 → 0.1.11

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.9",
3
+ "version": "0.1.11",
4
4
  "description": "React SDK for building native integrations.",
5
5
  "author": "integration.app",
6
6
  "scripts": {
@@ -27,8 +27,8 @@
27
27
  "typescript": "^4.7.4"
28
28
  },
29
29
  "peerDependencies": {
30
- "react": "^17.0.1 || ^18.0.1",
31
- "react-dom": "^17.0.1 || ^18.0.1"
30
+ "react": "17 - 18",
31
+ "react-dom": "17 - 18"
32
32
  },
33
33
  "files": [
34
34
  "**/*"