react-joyride
Advanced tools
Comparing version 2.5.3 to 2.5.4
{ | ||
"name": "react-joyride", | ||
"version": "2.5.3", | ||
"version": "2.5.4", | ||
"description": "Create guided tours for your apps", | ||
@@ -37,3 +37,3 @@ "author": "Gil Barbara <gilbarbara@gmail.com>", | ||
"dependencies": { | ||
"deepmerge": "^4.2.2", | ||
"deepmerge": "^4.3.1", | ||
"exenv": "^1.2.2", | ||
@@ -49,6 +49,6 @@ "is-lite": "^0.9.2", | ||
"devDependencies": { | ||
"@babel/core": "^7.19.1", | ||
"@babel/eslint-parser": "^7.19.1", | ||
"@babel/core": "^7.21.5", | ||
"@babel/eslint-parser": "^7.21.3", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-decorators": "^7.19.1", | ||
"@babel/plugin-proposal-decorators": "^7.21.0", | ||
"@babel/plugin-proposal-do-expressions": "^7.18.6", | ||
@@ -59,6 +59,6 @@ "@babel/plugin-proposal-export-default-from": "^7.18.10", | ||
"@babel/plugin-proposal-json-strings": "^7.18.6", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", | ||
"@babel/plugin-proposal-numeric-separator": "^7.18.6", | ||
"@babel/plugin-proposal-optional-chaining": "^7.18.9", | ||
"@babel/plugin-proposal-optional-chaining": "^7.21.0", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.18.9", | ||
@@ -68,12 +68,12 @@ "@babel/plugin-proposal-throw-expressions": "^7.18.6", | ||
"@babel/plugin-syntax-import-meta": "^7.10.4", | ||
"@babel/plugin-transform-flow-strip-types": "^7.19.0", | ||
"@babel/plugin-transform-runtime": "^7.19.1", | ||
"@babel/preset-env": "^7.19.1", | ||
"@babel/preset-flow": "^7.18.6", | ||
"@babel/plugin-transform-flow-strip-types": "^7.21.0", | ||
"@babel/plugin-transform-runtime": "^7.21.4", | ||
"@babel/preset-env": "^7.21.5", | ||
"@babel/preset-flow": "^7.21.4", | ||
"@babel/preset-react": "^7.18.6", | ||
"@size-limit/preset-big-lib": "^8.1.0", | ||
"@size-limit/preset-big-lib": "^8.2.4", | ||
"@types/react": "^17.0.47", | ||
"@types/react-dom": "^17.0.11", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^29.0.3", | ||
"babel-jest": "^29.5.0", | ||
"babel-plugin-array-includes": "^2.0.3", | ||
@@ -83,27 +83,28 @@ "babel-plugin-jsx-remove-data-test-id": "^3.0.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"caniuse-lite": "^1.0.30001405", | ||
"caniuse-lite": "^1.0.30001481", | ||
"cross-env": "^7.0.3", | ||
"del-cli": "^5.0.0", | ||
"dtslint": "^4.2.1", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.6", | ||
"eslint": "8.23.1", | ||
"enzyme-adapter-react-16": "^1.15.7", | ||
"eslint": "8.39.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-babel": "^5.3.1", | ||
"eslint-plugin-flowtype": "^8.0.3", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jsx-a11y": "^6.6.1", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.31.8", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"flow-bin": "^0.110.1", | ||
"husky": "^8.0.1", | ||
"husky": "^8.0.3", | ||
"is-ci-cli": "^2.2.0", | ||
"jest": "^29.0.3", | ||
"jest-environment-jsdom": "^29.0.3", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"jest-enzyme": "^7.1.2", | ||
"jest-extended": "^3.1.0", | ||
"jest-watch-typeahead": "^2.2.0", | ||
"lint-staged": "^13.0.3", | ||
"prettier": "^2.7.1", | ||
"jest-extended": "^3.2.4", | ||
"jest-watch-typeahead": "^2.2.2", | ||
"lint-staged": "^13.2.2", | ||
"prettier": "^2.8.8", | ||
"prop-types": "^15.8.1", | ||
@@ -114,8 +115,8 @@ "react": "^16.14.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.79.0", | ||
"rollup": "^2.79.1", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"size-limit": "^8.1.0", | ||
"typescript": "^4.8.3" | ||
"size-limit": "^8.2.4", | ||
"typescript": "^4.9.5" | ||
}, | ||
@@ -126,3 +127,3 @@ "scripts": { | ||
"watch": "rollup -cw", | ||
"clean": "rimraf es && rimraf lib", | ||
"clean": "del es && del lib", | ||
"lint": "eslint --ext .js,.jsx src test", | ||
@@ -129,0 +130,0 @@ "test": "is-ci \"test:coverage\" \"test:watch\"", |
@@ -275,3 +275,2 @@ import React from 'react'; | ||
debug, | ||
disableScrolling, | ||
disableScrollParentFix, | ||
@@ -289,3 +288,3 @@ scrollToFirstStep, | ||
const shouldScroll = this.shouldScroll( | ||
disableScrolling, | ||
step.disableScrolling, | ||
index, | ||
@@ -292,0 +291,0 @@ scrollToFirstStep, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
261261
7793
68
Updateddeepmerge@^4.3.1