react-now-you-see-me
Advanced tools
Comparing version 1.5.19 to 1.5.20
{ | ||
"name": "react-now-you-see-me", | ||
"description": "A React component for determining when an element is within a given threshold of the viewport, horizontally.", | ||
"version": "1.5.19", | ||
"version": "1.5.20", | ||
"author": "Jane Web Team", | ||
@@ -48,8 +48,8 @@ "contributors": [ | ||
"devDependencies": { | ||
"@babel/cli": "7.10.5", | ||
"@babel/core": "7.11.1", | ||
"@babel/cli": "7.11.6", | ||
"@babel/core": "7.11.6", | ||
"@babel/plugin-proposal-class-properties": "7.10.4", | ||
"@babel/preset-env": "7.11.0", | ||
"@babel/preset-env": "7.11.5", | ||
"@babel/preset-react": "7.10.4", | ||
"@babel/register": "7.10.5", | ||
"@babel/register": "7.11.5", | ||
"babel-core": "7.0.0-bridge.0", | ||
@@ -63,10 +63,10 @@ "babel-eslint": "10.1.0", | ||
"dom-testing-library": "2.5.0", | ||
"eslint": "7.6.0", | ||
"eslint-plugin-jane": "8.1.1", | ||
"eslint": "7.8.1", | ||
"eslint-plugin-jane": "9.0.0", | ||
"husky": "4.2.5", | ||
"jest": "26.3.0", | ||
"lint-staged": "10.2.11", | ||
"jest": "26.4.2", | ||
"lint-staged": "10.3.0", | ||
"marked": "1.1.1", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.0.5", | ||
"prettier": "2.1.1", | ||
"prop-types": "15.7.2", | ||
@@ -77,3 +77,3 @@ "react": "16.12.0", | ||
"regenerator-runtime": "0.13.7", | ||
"sortpack": "2.1.6", | ||
"sortpack": "2.1.7", | ||
"webpack": "4.44.1", | ||
@@ -80,0 +80,0 @@ "webpack-cli": "3.3.12", |
40397