@elementor/editor-v1-adapters
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "@elementor/editor-v1-adapters", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"private": false, | ||
@@ -35,5 +35,5 @@ "author": "Elementor Team", | ||
"peerDependencies": { | ||
"react": "17.x" | ||
"react": "17.x || 18.x" | ||
}, | ||
"gitHead": "f93a1ed5350b151f17d65b21b0b43398774dccc5" | ||
"gitHead": "2ee431a07ec6af6ca2b9930c0b830e78696b194a" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { act, renderHook } from '@testing-library/react-hooks'; | ||
import { act, renderHook } from '@testing-library/react'; | ||
import { useIsPreviewMode } from '../../index'; | ||
@@ -3,0 +3,0 @@ import { dispatchEditModeChange } from '../../__tests__/utils'; |
@@ -1,2 +0,2 @@ | ||
import { act, renderHook } from '@testing-library/react-hooks'; | ||
import { act, renderHook } from '@testing-library/react'; | ||
import useIsRouteActive from '../use-is-route-active'; | ||
@@ -3,0 +3,0 @@ import { dispatchRouteClose, dispatchRouteOpen } from '../../__tests__/utils'; |
@@ -1,2 +0,2 @@ | ||
import { renderHook } from '@testing-library/react-hooks'; | ||
import { renderHook } from '@testing-library/react'; | ||
import useRouteStatus from '../use-route-status'; | ||
@@ -3,0 +3,0 @@ import { mockGetCurrentEditMode, mockIsRouteActive } from './test-utils'; |
117626
35