focus-trap-react 10.0.2 → 10.0.3-tabbable-i905.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/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "focus-trap-react",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.3-tabbable-i905.1",
|
|
4
4
|
"description": "A React component that traps focus.",
|
|
5
5
|
"main": "dist/focus-trap-react.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"test:coverage": "jest --coverage",
|
|
27
27
|
"test:e2e": "ELECTRON_ENABLE_LOGGING=1 start-server-and-test start 9966 'cypress run --browser $CYPRESS_BROWSER --headless'",
|
|
28
28
|
"test:e2e:chrome": "CYPRESS_BROWSER=chrome yarn test:e2e",
|
|
29
|
-
"test:e2e:dev": "ELECTRON_ENABLE_LOGGING=1 start-server-and-test start 9966 'cypress open
|
|
29
|
+
"test:e2e:dev": "ELECTRON_ENABLE_LOGGING=1 start-server-and-test start 9966 'cypress open'",
|
|
30
30
|
"test": "yarn format:check && yarn lint && yarn test:unit && yarn test:types && yarn test:e2e:chrome",
|
|
31
31
|
"prepare": "yarn build",
|
|
32
32
|
"prepublishOnly": "yarn test && yarn build",
|
|
@@ -57,46 +57,46 @@
|
|
|
57
57
|
},
|
|
58
58
|
"homepage": "https://github.com/focus-trap/focus-trap-react#readme",
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@babel/cli": "^7.
|
|
61
|
-
"@babel/core": "^7.20.
|
|
60
|
+
"@babel/cli": "^7.20.7",
|
|
61
|
+
"@babel/core": "^7.20.12",
|
|
62
62
|
"@babel/eslint-parser": "^7.19.1",
|
|
63
63
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
64
64
|
"@babel/preset-env": "^7.20.2",
|
|
65
65
|
"@babel/preset-react": "^7.18.6",
|
|
66
|
-
"@changesets/cli": "^2.
|
|
67
|
-
"@testing-library/cypress": "^
|
|
68
|
-
"@testing-library/dom": "^8.
|
|
66
|
+
"@changesets/cli": "^2.26.0",
|
|
67
|
+
"@testing-library/cypress": "^9.0.0",
|
|
68
|
+
"@testing-library/dom": "^8.20.0",
|
|
69
69
|
"@testing-library/jest-dom": "^5.16.5",
|
|
70
70
|
"@testing-library/react": "^13.4.0",
|
|
71
71
|
"@testing-library/user-event": "^14.4.3",
|
|
72
|
-
"@types/jquery": "^3.5.
|
|
72
|
+
"@types/jquery": "^3.5.16",
|
|
73
73
|
"all-contributors-cli": "^6.24.0",
|
|
74
|
-
"babel-jest": "^29.
|
|
74
|
+
"babel-jest": "^29.4.0",
|
|
75
75
|
"babelify": "^10.0.0",
|
|
76
76
|
"browserify": "^17.0.0",
|
|
77
77
|
"budo": "^11.8.4",
|
|
78
|
-
"cypress": "^
|
|
78
|
+
"cypress": "^12.4.0",
|
|
79
79
|
"cypress-plugin-tab": "^1.0.5",
|
|
80
|
-
"eslint": "^8.
|
|
81
|
-
"eslint-config-prettier": "^8.
|
|
80
|
+
"eslint": "^8.32.0",
|
|
81
|
+
"eslint-config-prettier": "^8.6.0",
|
|
82
82
|
"eslint-plugin-cypress": "^2.12.1",
|
|
83
|
-
"eslint-plugin-jest": "^27.1
|
|
84
|
-
"eslint-plugin-react": "^7.
|
|
85
|
-
"jest": "^29.
|
|
86
|
-
"jest-environment-jsdom": "^29.
|
|
87
|
-
"jest-watch-typeahead": "^2.2.
|
|
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",
|
|
87
|
+
"jest-watch-typeahead": "^2.2.2",
|
|
88
88
|
"onchange": "^7.1.0",
|
|
89
|
-
"prettier": "^2.8.
|
|
89
|
+
"prettier": "^2.8.3",
|
|
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.
|
|
95
|
-
"typescript": "^4.9.
|
|
94
|
+
"start-server-and-test": "^1.15.3",
|
|
95
|
+
"typescript": "^4.9.4"
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
|
-
"focus-trap": "
|
|
99
|
-
"tabbable": "
|
|
98
|
+
"focus-trap": "7.2.1-tabbable-i905.1",
|
|
99
|
+
"tabbable": "6.0.2-tabbable-i905.1"
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|
|
102
102
|
"prop-types": "^15.8.1",
|