focus-trap-react 10.0.3-tabbable-i905.2 → 10.1.0

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 +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 10.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6c8f714: Bump focus-trap to v7.3.1 and tabbable to v6.1.1 for bug fixes and inert support.
8
+
3
9
  ## 10.0.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "focus-trap-react",
3
- "version": "10.0.3-tabbable-i905.2",
3
+ "version": "10.1.0",
4
4
  "description": "A React component that traps focus.",
5
5
  "main": "dist/focus-trap-react.js",
6
6
  "types": "index.d.ts",
@@ -71,32 +71,32 @@
71
71
  "@testing-library/user-event": "^14.4.3",
72
72
  "@types/jquery": "^3.5.16",
73
73
  "all-contributors-cli": "^6.24.0",
74
- "babel-jest": "^29.4.0",
74
+ "babel-jest": "^29.4.2",
75
75
  "babelify": "^10.0.0",
76
76
  "browserify": "^17.0.0",
77
77
  "budo": "^11.8.4",
78
- "cypress": "^12.4.0",
78
+ "cypress": "^12.5.1",
79
79
  "cypress-plugin-tab": "^1.0.5",
80
- "eslint": "^8.32.0",
80
+ "eslint": "^8.34.0",
81
81
  "eslint-config-prettier": "^8.6.0",
82
82
  "eslint-plugin-cypress": "^2.12.1",
83
83
  "eslint-plugin-jest": "^27.2.1",
84
- "eslint-plugin-react": "^7.32.1",
85
- "jest": "^29.4.0",
86
- "jest-environment-jsdom": "^29.4.0",
84
+ "eslint-plugin-react": "^7.32.2",
85
+ "jest": "^29.4.2",
86
+ "jest-environment-jsdom": "^29.4.2",
87
87
  "jest-watch-typeahead": "^2.2.2",
88
88
  "onchange": "^7.1.0",
89
- "prettier": "^2.8.3",
89
+ "prettier": "^2.8.4",
90
90
  "prop-types": "^15.8.1",
91
91
  "react": "^18.2.0",
92
92
  "react-dom": "^18.2.0",
93
93
  "regenerator-runtime": "^0.13.11",
94
- "start-server-and-test": "^1.15.3",
95
- "typescript": "^4.9.4"
94
+ "start-server-and-test": "^1.15.4",
95
+ "typescript": "^4.9.5"
96
96
  },
97
97
  "dependencies": {
98
- "focus-trap": "7.2.1-tabbable-i905.2",
99
- "tabbable": "6.0.2-tabbable-i905.2"
98
+ "focus-trap": "^7.3.1",
99
+ "tabbable": "^6.1.1"
100
100
  },
101
101
  "peerDependencies": {
102
102
  "prop-types": "^15.8.1",