focus-trap-react 11.0.3 → 11.0.4

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 +28 -28
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 11.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 346e41d: Bump focus-trap to v7.6.5 for shadow DOM bug fix
8
+
3
9
  ## 11.0.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "focus-trap-react",
3
- "version": "11.0.3",
3
+ "version": "11.0.4",
4
4
  "description": "A React component that traps focus.",
5
5
  "main": "dist/focus-trap-react.js",
6
6
  "types": "index.d.ts",
@@ -57,57 +57,57 @@
57
57
  },
58
58
  "homepage": "https://github.com/focus-trap/focus-trap-react#readme",
59
59
  "devDependencies": {
60
- "@babel/cli": "^7.26.4",
61
- "@babel/core": "^7.26.0",
62
- "@babel/eslint-parser": "^7.25.9",
63
- "@babel/eslint-plugin": "^7.25.9",
60
+ "@babel/cli": "^7.27.2",
61
+ "@babel/core": "^7.27.1",
62
+ "@babel/eslint-parser": "^7.27.1",
63
+ "@babel/eslint-plugin": "^7.27.1",
64
64
  "@babel/plugin-proposal-class-properties": "^7.18.6",
65
- "@babel/preset-env": "^7.26.0",
66
- "@babel/preset-react": "^7.26.3",
67
- "@changesets/cli": "^2.27.11",
68
- "@eslint/js": "^9.17.0",
69
- "@testing-library/cypress": "^10.0.2",
65
+ "@babel/preset-env": "^7.27.2",
66
+ "@babel/preset-react": "^7.27.1",
67
+ "@changesets/cli": "^2.29.4",
68
+ "@eslint/js": "^9.27.0",
69
+ "@testing-library/cypress": "^10.0.3",
70
70
  "@testing-library/dom": "^10.4.0",
71
71
  "@testing-library/jest-dom": "^6.6.3",
72
- "@testing-library/react": "^16.1.0",
73
- "@testing-library/user-event": "^14.5.2",
72
+ "@testing-library/react": "^16.3.0",
73
+ "@testing-library/user-event": "^14.6.1",
74
74
  "@types/jquery": "^3.5.32",
75
75
  "@types/react": "^19.0.0",
76
76
  "@types/react-dom": "^19.0.0",
77
- "@typescript-eslint/eslint-plugin": "^8.19.1",
78
- "@typescript-eslint/parser": "^8.19.1",
77
+ "@typescript-eslint/eslint-plugin": "^8.32.1",
78
+ "@typescript-eslint/parser": "^8.32.1",
79
79
  "all-contributors-cli": "^6.26.1",
80
80
  "babel-jest": "^29.7.0",
81
81
  "babelify": "^10.0.0",
82
82
  "browserify": "^17.0.1",
83
83
  "budo": "^11.8.4",
84
- "cypress": "^13.17.0",
84
+ "cypress": "^14.4.0",
85
85
  "cypress-plugin-tab": "^1.0.5",
86
- "eslint": "^9.17.0",
87
- "eslint-config-prettier": "^9.1.0",
86
+ "eslint": "^9.27.0",
87
+ "eslint-config-prettier": "^10.1.5",
88
88
  "eslint-import-resolver-node": "^0.3.9",
89
- "eslint-import-resolver-typescript": "^3.7.0",
90
- "eslint-plugin-cypress": "^4.1.0",
89
+ "eslint-import-resolver-typescript": "^4.3.5",
90
+ "eslint-plugin-cypress": "^4.3.0",
91
91
  "eslint-plugin-import": "^2.31.0",
92
- "eslint-plugin-jest": "^28.10.0",
92
+ "eslint-plugin-jest": "^28.11.0",
93
93
  "eslint-plugin-jest-dom": "^5.5.0",
94
- "eslint-plugin-react": "^7.37.3",
95
- "eslint-plugin-react-hooks": "^5.1.0",
96
- "eslint-plugin-testing-library": "^7.1.1",
97
- "globals": "^15.13.0",
94
+ "eslint-plugin-react": "^7.37.5",
95
+ "eslint-plugin-react-hooks": "^5.2.0",
96
+ "eslint-plugin-testing-library": "^7.2.1",
97
+ "globals": "^16.1.0",
98
98
  "jest": "^29.7.0",
99
99
  "jest-environment-jsdom": "^29.7.0",
100
100
  "jest-watch-typeahead": "^2.2.2",
101
101
  "onchange": "^7.1.0",
102
- "prettier": "^3.4.2",
102
+ "prettier": "^3.5.3",
103
103
  "react": "^19.0.0",
104
104
  "react-dom": "^19.0.0",
105
105
  "regenerator-runtime": "^0.14.1",
106
- "start-server-and-test": "^2.0.9",
107
- "typescript": "^5.7.2"
106
+ "start-server-and-test": "^2.0.12",
107
+ "typescript": "^5.8.3"
108
108
  },
109
109
  "dependencies": {
110
- "focus-trap": "^7.6.4",
110
+ "focus-trap": "^7.6.5",
111
111
  "tabbable": "^6.2.0"
112
112
  },
113
113
  "peerDependencies": {