Skip to content

Commit 051399b

Browse files
committed
fixed dependencies and bumped version number
1 parent 257b6b8 commit 051399b

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

lib/TourProvider.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useReducer} from 'react'
1+
import React, { useReducer } from 'react'
22
import generateActions from './actions'
33
import reducer, { initialState, generateSelectors } from './reducer'
44
import { getStepConfigType } from './utils'

package-lock.json

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hook-tour",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"description": "A product tour library using React Hooks",
55
"main": "dist/index.js",
66
"module": "lib/index.js",
@@ -45,7 +45,6 @@
4545
"dependencies": {
4646
"@babel/polyfill": "7.8.7",
4747
"@popperjs/core": "2.2.3",
48-
"react": "16.13.1",
4948
"react-popper": "2.2.2"
5049
},
5150
"optionalDependencies": {

0 commit comments

Comments
 (0)