focus-trap-react
Advanced tools
Comparing version 10.2.1 to 10.2.2
# Changelog | ||
## 10.2.2 | ||
### Patch Changes | ||
- 10dc372: Bump focus-trap to 7.5.3 for typings fix | ||
## 10.2.1 | ||
@@ -4,0 +10,0 @@ |
"use strict"; | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } | ||
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); } | ||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
@@ -5,0 +5,0 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } } |
{ | ||
"name": "focus-trap-react", | ||
"version": "10.2.1", | ||
"version": "10.2.2", | ||
"description": "A React component that traps focus.", | ||
@@ -60,41 +60,41 @@ "main": "dist/focus-trap-react.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.22.5", | ||
"@babel/core": "^7.22.5", | ||
"@babel/eslint-parser": "^7.22.5", | ||
"@babel/cli": "^7.22.15", | ||
"@babel/core": "^7.22.20", | ||
"@babel/eslint-parser": "^7.22.15", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/preset-env": "^7.22.5", | ||
"@babel/preset-react": "^7.22.5", | ||
"@babel/preset-env": "^7.22.20", | ||
"@babel/preset-react": "^7.22.15", | ||
"@changesets/cli": "^2.26.2", | ||
"@testing-library/cypress": "^9.0.0", | ||
"@testing-library/dom": "^9.3.1", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/cypress": "^10.0.1", | ||
"@testing-library/dom": "^9.3.3", | ||
"@testing-library/jest-dom": "^6.1.3", | ||
"@testing-library/react": "^14.0.0", | ||
"@testing-library/user-event": "^14.4.3", | ||
"@types/jquery": "^3.5.16", | ||
"all-contributors-cli": "^6.26.0", | ||
"babel-jest": "^29.5.0", | ||
"@testing-library/user-event": "^14.5.1", | ||
"@types/jquery": "^3.5.19", | ||
"all-contributors-cli": "^6.26.1", | ||
"babel-jest": "^29.7.0", | ||
"babelify": "^10.0.0", | ||
"browserify": "^17.0.0", | ||
"budo": "^11.8.4", | ||
"cypress": "^12.16.0", | ||
"cypress": "^13.2.0", | ||
"cypress-plugin-tab": "^1.0.5", | ||
"eslint": "^8.43.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-cypress": "^2.13.3", | ||
"eslint-plugin-jest": "^27.2.2", | ||
"eslint-plugin-react": "^7.32.2", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"eslint": "^8.49.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-cypress": "^2.15.1", | ||
"eslint-plugin-jest": "^27.4.0", | ||
"eslint-plugin-react": "^7.33.2", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jest-watch-typeahead": "^2.2.2", | ||
"onchange": "^7.1.0", | ||
"prettier": "^2.8.8", | ||
"prettier": "^3.0.3", | ||
"prop-types": "^15.8.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"regenerator-runtime": "^0.13.11", | ||
"regenerator-runtime": "^0.14.0", | ||
"start-server-and-test": "^2.0.0", | ||
"typescript": "^5.1.5" | ||
"typescript": "^5.2.2" | ||
}, | ||
"dependencies": { | ||
"focus-trap": "^7.5.2", | ||
"focus-trap": "^7.5.3", | ||
"tabbable": "^6.2.0" | ||
@@ -101,0 +101,0 @@ }, |
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
91680
Updatedfocus-trap@^7.5.3