react-joyride
Advanced tools
Comparing version 2.0.0-14 to 2.0.0-15
{ | ||
"name": "react-joyride", | ||
"version": "2.0.0-14", | ||
"version": "2.0.0-15", | ||
"description": "Create walkthroughs and guided tours for your apps", | ||
@@ -51,3 +51,3 @@ "author": "Gil Barbara <gilbarbara@gmail.com>", | ||
"babel-eslint": "^8.2.6", | ||
"babel-jest": "^23.4.0", | ||
"babel-jest": "^23.4.2", | ||
"babel-plugin-array-includes": "^2.0.3", | ||
@@ -57,3 +57,3 @@ "babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-transform-node-env-inline": "^0.4.3", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.13", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.14", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
@@ -66,5 +66,5 @@ "babel-preset-env": "^1.7.0", | ||
"date-fns": "^1.29.0", | ||
"enzyme": "^3.3.0", | ||
"enzyme-adapter-react-16": "^1.1.1", | ||
"eslint": "^5.1.0", | ||
"enzyme": "^3.4.0", | ||
"enzyme-adapter-react-16": "^1.2.0", | ||
"eslint": "^5.3.0", | ||
"eslint-config-airbnb": "^17.0.0", | ||
@@ -78,15 +78,15 @@ "eslint-plugin-babel": "^5.1.0", | ||
"husky": "^0.14.3", | ||
"jest": "^23.4.1", | ||
"jest": "^23.4.2", | ||
"jest-chain": "^1.0.3", | ||
"jest-environment-jsdom-global": "^1.1.0", | ||
"jest-enzyme": "^6.0.2", | ||
"jest-enzyme": "^6.0.3", | ||
"jest-extended": "^0.7.2", | ||
"jest-watch-typeahead": "^0.2.0", | ||
"prop-types": "^15.6.2", | ||
"react": "^16.4.1", | ||
"react-dom": "^16.4.1", | ||
"react": "^16.4.2", | ||
"react-dom": "^16.4.2", | ||
"rimraf": "^2.6.2", | ||
"rollup": "^0.62.0", | ||
"rollup-plugin-babel": "^3.0.7", | ||
"rollup-plugin-commonjs": "^9.1.3", | ||
"rollup-plugin-commonjs": "^9.1.4", | ||
"rollup-plugin-node-resolve": "^3.3.0" | ||
@@ -93,0 +93,0 @@ }, |
215226
30