react-joyride
Advanced tools
Comparing version 2.5.1 to 2.5.2
{ | ||
"name": "react-joyride", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "Create guided tours for your apps", | ||
@@ -47,29 +47,29 @@ "author": "Gil Barbara <gilbarbara@gmail.com>", | ||
"devDependencies": { | ||
"@babel/core": "^7.18.5", | ||
"@babel/eslint-parser": "^7.18.2", | ||
"@babel/plugin-proposal-class-properties": "^7.17.12", | ||
"@babel/plugin-proposal-decorators": "^7.18.2", | ||
"@babel/plugin-proposal-do-expressions": "^7.16.7", | ||
"@babel/plugin-proposal-export-default-from": "^7.17.12", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.17.12", | ||
"@babel/plugin-proposal-function-sent": "^7.18.2", | ||
"@babel/plugin-proposal-json-strings": "^7.17.12", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.17.12", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12", | ||
"@babel/plugin-proposal-numeric-separator": "^7.16.7", | ||
"@babel/plugin-proposal-optional-chaining": "^7.17.12", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.18.2", | ||
"@babel/plugin-proposal-throw-expressions": "^7.16.7", | ||
"@babel/core": "^7.18.13", | ||
"@babel/eslint-parser": "^7.18.9", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-decorators": "^7.18.10", | ||
"@babel/plugin-proposal-do-expressions": "^7.18.6", | ||
"@babel/plugin-proposal-export-default-from": "^7.18.10", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.18.9", | ||
"@babel/plugin-proposal-function-sent": "^7.18.6", | ||
"@babel/plugin-proposal-json-strings": "^7.18.6", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", | ||
"@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-pipeline-operator": "^7.18.9", | ||
"@babel/plugin-proposal-throw-expressions": "^7.18.6", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/plugin-syntax-import-meta": "^7.10.4", | ||
"@babel/plugin-transform-flow-strip-types": "^7.17.12", | ||
"@babel/plugin-transform-runtime": "^7.18.5", | ||
"@babel/preset-env": "^7.18.2", | ||
"@babel/preset-flow": "^7.17.12", | ||
"@babel/preset-react": "^7.17.12", | ||
"@size-limit/preset-big-lib": "^7.0.8", | ||
"@babel/plugin-transform-flow-strip-types": "^7.18.9", | ||
"@babel/plugin-transform-runtime": "^7.18.10", | ||
"@babel/preset-env": "^7.18.10", | ||
"@babel/preset-flow": "^7.18.6", | ||
"@babel/preset-react": "^7.18.6", | ||
"@size-limit/preset-big-lib": "^8.0.1", | ||
"@types/react": "^17.0.47", | ||
"@types/react-dom": "^17.0.11", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^28.1.1", | ||
"babel-jest": "^29.0.1", | ||
"babel-plugin-array-includes": "^2.0.3", | ||
@@ -79,3 +79,3 @@ "babel-plugin-jsx-remove-data-test-id": "^3.0.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"caniuse-lite": "^1.0.30001356", | ||
"caniuse-lite": "^1.0.30001387", | ||
"cross-env": "^7.0.3", | ||
@@ -85,3 +85,3 @@ "dtslint": "^4.2.1", | ||
"enzyme-adapter-react-16": "^1.15.6", | ||
"eslint": "^8.18.0", | ||
"eslint": "8.22.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
@@ -92,5 +92,5 @@ "eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jsx-a11y": "^6.5.1", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.30.0", | ||
"eslint-plugin-jsx-a11y": "^6.6.1", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.31.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
@@ -100,8 +100,8 @@ "flow-bin": "^0.110.1", | ||
"is-ci-cli": "^2.2.0", | ||
"jest": "^28.1.1", | ||
"jest-environment-jsdom": "^28.1.1", | ||
"jest": "^29.0.1", | ||
"jest-environment-jsdom": "^29.0.1", | ||
"jest-enzyme": "^7.1.2", | ||
"jest-extended": "^2.0.0", | ||
"jest-watch-typeahead": "^1.1.0", | ||
"lint-staged": "^13.0.2", | ||
"jest-extended": "^3.1.0", | ||
"jest-watch-typeahead": "^2.1.1", | ||
"lint-staged": "^13.0.3", | ||
"prettier": "^2.7.1", | ||
@@ -113,8 +113,8 @@ "prop-types": "^15.8.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.75.6", | ||
"rollup": "^2.79.0", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"size-limit": "^7.0.8", | ||
"typescript": "^4.7.4" | ||
"size-limit": "^8.0.1", | ||
"typescript": "^4.8.2" | ||
}, | ||
@@ -121,0 +121,0 @@ "scripts": { |
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
188888