Skip to content

Commit 280d4a5

Browse files
committed
fix: update focus-lock, fixes #35
1 parent ec4d683 commit 280d4a5

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [3.4.0](https://github.com/theKashey/react-focus-on/compare/v3.3.0...v3.4.0) (2020-04-16)
2+
3+
4+
### Features
5+
6+
* support CSP ([67739a4](https://github.com/theKashey/react-focus-on/commit/67739a4))
7+
8+
9+
110
# [3.3.0](https://github.com/theKashey/react-focus-on/compare/v3.2.0...v3.3.0) (2019-10-17)
211

312

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"dev": "ts-react-toolbox dev",
1010
"test:ci": "ts-react-toolbox test --runInBand --coverage",
1111
"build": "ts-react-toolbox build",
12-
"prepublish": "yarn build",
12+
"prepublish": "yarn build && yarn changelog",
1313
"release": "ts-react-toolbox release",
1414
"lint": "ts-react-toolbox lint",
1515
"static": "ts-react-toolbox publish",
1616
"format": "ts-react-toolbox format",
1717
"analyze": "ts-react-toolbox analyze",
18-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
18+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
1919
"size": "npx size-limit",
2020
"link:rfl": "rsync -av ../react-focus-lock node_modules/ --exclude node_modules --exclude .git",
2121
"link:rf": "rsync -av ../react-remove-scroll node_modules/ --exclude node_modules --exclude .git",
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"aria-hidden": "^1.1.1",
44-
"react-focus-lock": "^2.2.1",
44+
"react-focus-lock": "^2.3.1",
4545
"react-remove-scroll": "^2.3.0",
4646
"react-style-singleton": "^2.1.0",
4747
"use-callback-ref": "^1.2.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4515,10 +4515,10 @@ flush-write-stream@^1.0.0:
45154515
inherits "^2.0.1"
45164516
readable-stream "^2.0.4"
45174517

4518-
focus-lock@^0.6.6:
4519-
version "0.6.6"
4520-
resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.6.6.tgz#98119a755a38cfdbeda0280eaa77e307eee850c7"
4521-
integrity sha512-Dx69IXGCq1qsUExWuG+5wkiMqVM/zGx/reXSJSLogECwp3x6KeNQZ+NAetgxEFpnC41rD8U3+jRCW68+LNzdtw==
4518+
focus-lock@^0.6.7:
4519+
version "0.6.7"
4520+
resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.6.7.tgz#65e298f2ba2a3372ab57a4e4c4bdc19e1e32a4e5"
4521+
integrity sha512-KRo93U/afEqt7w5tBm4t0FHf/Li8tEYav3n4GUiZdeRlRfrtMbL8yQg0xRVnY/kmBRmQ4xkqIlbaMvuqlu53kg==
45224522

45234523
follow-redirects@^1.0.0:
45244524
version "1.5.9"
@@ -8589,13 +8589,13 @@ react-dom@^16.8.6:
85898589
prop-types "^15.6.2"
85908590
scheduler "^0.13.6"
85918591

8592-
react-focus-lock@^2.2.1:
8593-
version "2.2.1"
8594-
resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.2.1.tgz#1d12887416925dc53481914b7cedd39494a3b24a"
8595-
integrity sha512-47g0xYcCTZccdzKRGufepY8oZ3W1Qg+2hn6u9SHZ0zUB6uz/4K4xJe7yYFNZ1qT6m+2JDm82F6QgKeBTbjW4PQ==
8592+
react-focus-lock@^2.3.1:
8593+
version "2.3.1"
8594+
resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.3.1.tgz#9d5d85899773609c7eefa4fc54fff6a0f5f2fc47"
8595+
integrity sha512-j15cWLPzH0gOmRrUg01C09Peu8qbcdVqr6Bjyfxj80cNZmH+idk/bNBYEDSmkAtwkXI+xEYWSmHYqtaQhZ8iUQ==
85968596
dependencies:
85978597
"@babel/runtime" "^7.0.0"
8598-
focus-lock "^0.6.6"
8598+
focus-lock "^0.6.7"
85998599
prop-types "^15.6.2"
86008600
react-clientside-effect "^1.2.2"
86018601
use-callback-ref "^1.2.1"

0 commit comments

Comments
 (0)