@integration-app/react 0.1.22 → 0.1.23

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": "@integration-app/react",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "React SDK for building native integrations.",
5
5
  "author": "integration.app",
6
6
  "scripts": {
@@ -19,7 +19,7 @@
19
19
  "main": "index.js",
20
20
  "types": "index.d.ts",
21
21
  "dependencies": {
22
- "@integration-app/sdk": "^0.16.36"
22
+ "@integration-app/sdk": "^0.16.40"
23
23
  },
24
24
  "devDependencies": {
25
25
  "copy": "^0.3.2",