focus-trap-react 8.11.0 → 8.11.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.
- package/CHANGELOG.md +6 -0
- package/package.json +12 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.11.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 040813a: Bumps focus-trap to v6.9.1 to pick-up a fix to tabbable in v5.3.2 regarding the `displayCheck=full` (default) option behavior that caused issues with detached nodes.
|
|
8
|
+
|
|
3
9
|
## 8.11.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.11.
|
|
3
|
+
"version": "8.11.1",
|
|
4
4
|
"description": "A React component that traps focus.",
|
|
5
5
|
"main": "dist/focus-trap-react.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -57,21 +57,21 @@
|
|
|
57
57
|
},
|
|
58
58
|
"homepage": "https://github.com/focus-trap/focus-trap-react#readme",
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@babel/cli": "^7.17.
|
|
61
|
-
"@babel/core": "^7.17.
|
|
60
|
+
"@babel/cli": "^7.17.10",
|
|
61
|
+
"@babel/core": "^7.17.10",
|
|
62
62
|
"@babel/eslint-parser": "^7.17.0",
|
|
63
63
|
"@babel/plugin-proposal-class-properties": "^7.16.5",
|
|
64
|
-
"@babel/preset-env": "^7.
|
|
64
|
+
"@babel/preset-env": "^7.17.10",
|
|
65
65
|
"@babel/preset-react": "^7.16.7",
|
|
66
66
|
"@changesets/cli": "^2.22.0",
|
|
67
67
|
"@testing-library/cypress": "^8.0.2",
|
|
68
68
|
"@testing-library/dom": "^8.13.0",
|
|
69
69
|
"@testing-library/jest-dom": "^5.16.4",
|
|
70
|
-
"@testing-library/react": "^13.
|
|
70
|
+
"@testing-library/react": "^13.2.0",
|
|
71
71
|
"@testing-library/user-event": "^14.1.1",
|
|
72
72
|
"@types/jquery": "^3.5.14",
|
|
73
73
|
"all-contributors-cli": "^6.20.0",
|
|
74
|
-
"babel-jest": "^28.0.
|
|
74
|
+
"babel-jest": "^28.0.3",
|
|
75
75
|
"babelify": "^10.0.0",
|
|
76
76
|
"browserify": "^17.0.0",
|
|
77
77
|
"budo": "^11.7.0",
|
|
@@ -80,20 +80,22 @@
|
|
|
80
80
|
"eslint": "^8.14.0",
|
|
81
81
|
"eslint-config-prettier": "^8.5.0",
|
|
82
82
|
"eslint-plugin-cypress": "^2.12.1",
|
|
83
|
+
"eslint-plugin-jest": "^26.1.5",
|
|
83
84
|
"eslint-plugin-react": "^7.29.4",
|
|
84
|
-
"jest": "^
|
|
85
|
+
"jest": "^28.0.3",
|
|
86
|
+
"jest-environment-jsdom": "^28.0.2",
|
|
85
87
|
"jest-watch-typeahead": "^1.1.0",
|
|
86
88
|
"onchange": "^7.1.0",
|
|
87
89
|
"prettier": "^2.6.2",
|
|
88
90
|
"prop-types": "^15.8.1",
|
|
89
91
|
"react": "^18.1.0",
|
|
90
|
-
"react-dom": "^18.
|
|
92
|
+
"react-dom": "^18.1.0",
|
|
91
93
|
"regenerator-runtime": "^0.13.9",
|
|
92
94
|
"start-server-and-test": "^1.14.0",
|
|
93
|
-
"typescript": "^4.6.
|
|
95
|
+
"typescript": "^4.6.4"
|
|
94
96
|
},
|
|
95
97
|
"dependencies": {
|
|
96
|
-
"focus-trap": "^6.9.
|
|
98
|
+
"focus-trap": "^6.9.1"
|
|
97
99
|
},
|
|
98
100
|
"peerDependencies": {
|
|
99
101
|
"prop-types": "^15.8.1",
|