react-hook-tour
Advanced tools
Comparing version 1.0.0-rc.2 to 1.0.0-rc.3
@@ -1,2 +0,2 @@ | ||
import React, { useReducer} from 'react' | ||
import React, { useReducer } from 'react' | ||
import generateActions from './actions' | ||
@@ -3,0 +3,0 @@ import reducer, { initialState, generateSelectors } from './reducer' |
{ | ||
"name": "react-hook-tour", | ||
"version": "1.0.0-rc.2", | ||
"version": "1.0.0-rc.3", | ||
"description": "A product tour library using React Hooks", | ||
@@ -48,3 +48,2 @@ "main": "dist/index.js", | ||
"@popperjs/core": "2.2.3", | ||
"react": "16.13.1", | ||
"react-popper": "2.2.2" | ||
@@ -51,0 +50,0 @@ }, |
5
52322
+ Addedreact@16.14.0(transitive)
- Removedreact@16.13.1
- Removedreact@16.13.1(transitive)