focus-trap-react 8.7.0 → 8.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 111a27f: Update focus-trap to v6.6.1, to get tabbable at v5.2.1, to get bug fix for disabled fieldsets.
8
+
3
9
  ## 8.7.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "focus-trap-react",
3
- "version": "8.7.0",
3
+ "version": "8.7.1",
4
4
  "description": "A React component that traps focus.",
5
5
  "main": "dist/focus-trap-react.js",
6
6
  "types": "index.d.ts",
@@ -55,27 +55,27 @@
55
55
  },
56
56
  "homepage": "https://github.com/focus-trap/focus-trap-react#readme",
57
57
  "devDependencies": {
58
- "@babel/cli": "^7.14.5",
59
- "@babel/core": "^7.14.6",
58
+ "@babel/cli": "^7.14.8",
59
+ "@babel/core": "^7.15.0",
60
60
  "@babel/plugin-proposal-class-properties": "^7.12.13",
61
- "@babel/preset-env": "^7.14.7",
61
+ "@babel/preset-env": "^7.15.0",
62
62
  "@babel/preset-react": "^7.14.5",
63
63
  "@changesets/cli": "^2.16.0",
64
- "@testing-library/cypress": "^7.0.6",
65
- "@testing-library/dom": "^8.0.0",
64
+ "@testing-library/cypress": "^8.0.0",
65
+ "@testing-library/dom": "^8.1.0",
66
66
  "@testing-library/jest-dom": "^5.14.1",
67
67
  "@testing-library/react": "^12.0.0",
68
- "@testing-library/user-event": "^13.1.9",
69
- "@types/jquery": "^3.5.5",
68
+ "@testing-library/user-event": "^13.2.1",
69
+ "@types/jquery": "^3.5.6",
70
70
  "all-contributors-cli": "^6.20.0",
71
71
  "babel-eslint": "^10.1.0",
72
72
  "babel-jest": "^27.0.6",
73
73
  "babelify": "^10.0.0",
74
74
  "browserify": "^17.0.0",
75
75
  "budo": "^11.6.4",
76
- "cypress": "^7.6.0",
76
+ "cypress": "^8.2.0",
77
77
  "cypress-plugin-tab": "^1.0.5",
78
- "eslint": "^7.29.0",
78
+ "eslint": "^7.32.0",
79
79
  "eslint-config-prettier": "^8.3.0",
80
80
  "eslint-plugin-cypress": "^2.11.3",
81
81
  "eslint-plugin-react": "^7.24.0",
@@ -86,12 +86,12 @@
86
86
  "prop-types": "^15.7.2",
87
87
  "react": "^17.0.2",
88
88
  "react-dom": "^17.0.2",
89
- "regenerator-runtime": "^0.13.7",
90
- "start-server-and-test": "^1.12.5",
91
- "typescript": "^4.3.4"
89
+ "regenerator-runtime": "^0.13.9",
90
+ "start-server-and-test": "^1.13.1",
91
+ "typescript": "^4.3.5"
92
92
  },
93
93
  "dependencies": {
94
- "focus-trap": "^6.6.0"
94
+ "focus-trap": "^6.6.1"
95
95
  },
96
96
  "peerDependencies": {
97
97
  "prop-types": "^15.7.2",