diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-08 14:34:32 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-11 10:58:48 +0200 |
commit | e78980ebd116be1ea901387c126876af902191e6 (patch) | |
tree | ea037d021e1383501e2b79add1a9581ef80a7c99 /client/yarn.lock | |
parent | ecf06378ff95ec35f75de0169a02a974d2c17c62 (diff) | |
download | PeerTube-e78980ebd116be1ea901387c126876af902191e6.tar.gz PeerTube-e78980ebd116be1ea901387c126876af902191e6.tar.zst PeerTube-e78980ebd116be1ea901387c126876af902191e6.zip |
use focus-visible polyfill to improve keyboard navigation
Only the homepage is concerned, but it should have decent keyboard
navigation support now.
Diffstat (limited to 'client/yarn.lock')
-rw-r--r-- | client/yarn.lock | 72 |
1 files changed, 5 insertions, 67 deletions
diff --git a/client/yarn.lock b/client/yarn.lock index dcd37c80d..6ecf26393 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -189,46 +189,12 @@ | |||
189 | version "2.1.3" | 189 | version "2.1.3" |
190 | resolved "https://registry.yarnpkg.com/@angularclass/hmr/-/hmr-2.1.3.tgz#34e658ed3da37f23b0a200e2da5a89be92bb209f" | 190 | resolved "https://registry.yarnpkg.com/@angularclass/hmr/-/hmr-2.1.3.tgz#34e658ed3da37f23b0a200e2da5a89be92bb209f" |
191 | 191 | ||
192 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.0.0-beta.35": | 192 | "@babel/code-frame@^7.0.0-beta.35": |
193 | version "7.0.0" | 193 | version "7.0.0" |
194 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" | 194 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" |
195 | dependencies: | 195 | dependencies: |
196 | "@babel/highlight" "^7.0.0" | 196 | "@babel/highlight" "^7.0.0" |
197 | 197 | ||
198 | "@babel/helper-module-imports@^7.0.0": | ||
199 | version "7.0.0" | ||
200 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d" | ||
201 | dependencies: | ||
202 | "@babel/types" "^7.0.0" | ||
203 | |||
204 | "@babel/helper-module-transforms@^7.0.0": | ||
205 | version "7.0.0" | ||
206 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.0.0.tgz#b01ee7d543e81e8c3fc404b19c9f26acb6e4cf4c" | ||
207 | dependencies: | ||
208 | "@babel/helper-module-imports" "^7.0.0" | ||
209 | "@babel/helper-simple-access" "^7.0.0" | ||
210 | "@babel/helper-split-export-declaration" "^7.0.0" | ||
211 | "@babel/template" "^7.0.0" | ||
212 | "@babel/types" "^7.0.0" | ||
213 | lodash "^4.17.10" | ||
214 | |||
215 | "@babel/helper-plugin-utils@^7.0.0": | ||
216 | version "7.0.0" | ||
217 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250" | ||
218 | |||
219 | "@babel/helper-simple-access@^7.0.0": | ||
220 | version "7.0.0" | ||
221 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.0.0.tgz#ff36a27983ae4c27122da2f7f294dced80ecbd08" | ||
222 | dependencies: | ||
223 | "@babel/template" "^7.0.0" | ||
224 | "@babel/types" "^7.0.0" | ||
225 | |||
226 | "@babel/helper-split-export-declaration@^7.0.0": | ||
227 | version "7.0.0" | ||
228 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813" | ||
229 | dependencies: | ||
230 | "@babel/types" "^7.0.0" | ||
231 | |||
232 | "@babel/highlight@^7.0.0": | 198 | "@babel/highlight@^7.0.0": |
233 | version "7.0.0" | 199 | version "7.0.0" |
234 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4" | 200 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4" |
@@ -237,34 +203,6 @@ | |||
237 | esutils "^2.0.2" | 203 | esutils "^2.0.2" |
238 | js-tokens "^4.0.0" | 204 | js-tokens "^4.0.0" |
239 | 205 | ||
240 | "@babel/parser@^7.0.0": | ||
241 | version "7.0.0" | ||
242 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0.tgz#697655183394facffb063437ddf52c0277698775" | ||
243 | |||
244 | "@babel/plugin-transform-modules-commonjs@^7.0.0": | ||
245 | version "7.0.0" | ||
246 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.0.0.tgz#20b906e5ab130dd8e456b694a94d9575da0fd41f" | ||
247 | dependencies: | ||
248 | "@babel/helper-module-transforms" "^7.0.0" | ||
249 | "@babel/helper-plugin-utils" "^7.0.0" | ||
250 | "@babel/helper-simple-access" "^7.0.0" | ||
251 | |||
252 | "@babel/template@^7.0.0": | ||
253 | version "7.0.0" | ||
254 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0.tgz#c2bc9870405959c89a9c814376a2ecb247838c80" | ||
255 | dependencies: | ||
256 | "@babel/code-frame" "^7.0.0" | ||
257 | "@babel/parser" "^7.0.0" | ||
258 | "@babel/types" "^7.0.0" | ||
259 | |||
260 | "@babel/types@^7.0.0": | ||
261 | version "7.0.0" | ||
262 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118" | ||
263 | dependencies: | ||
264 | esutils "^2.0.2" | ||
265 | lodash "^4.17.10" | ||
266 | to-fast-properties "^2.0.0" | ||
267 | |||
268 | "@neos21/bootstrap3-glyphicons@^1.0.1": | 206 | "@neos21/bootstrap3-glyphicons@^1.0.1": |
269 | version "1.0.1" | 207 | version "1.0.1" |
270 | resolved "https://registry.yarnpkg.com/@neos21/bootstrap3-glyphicons/-/bootstrap3-glyphicons-1.0.1.tgz#e5eeec43e0153d4b51effd9ecb58cdf7029924d7" | 208 | resolved "https://registry.yarnpkg.com/@neos21/bootstrap3-glyphicons/-/bootstrap3-glyphicons-1.0.1.tgz#e5eeec43e0153d4b51effd9ecb58cdf7029924d7" |
@@ -3299,6 +3237,10 @@ flush-write-stream@^1.0.0: | |||
3299 | inherits "^2.0.1" | 3237 | inherits "^2.0.1" |
3300 | readable-stream "^2.0.4" | 3238 | readable-stream "^2.0.4" |
3301 | 3239 | ||
3240 | focus-visible@^4.1.5: | ||
3241 | version "4.1.5" | ||
3242 | resolved "https://registry.yarnpkg.com/focus-visible/-/focus-visible-4.1.5.tgz#50b44e2e84c24b831ceca3cce84d57c2b311c855" | ||
3243 | |||
3302 | follow-redirects@^1.0.0: | 3244 | follow-redirects@^1.0.0: |
3303 | version "1.5.1" | 3245 | version "1.5.1" |
3304 | resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.1.tgz#67a8f14f5a1f67f962c2c46469c79eaec0a90291" | 3246 | resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.1.tgz#67a8f14f5a1f67f962c2c46469c79eaec0a90291" |
@@ -8217,10 +8159,6 @@ to-fast-properties@^1.0.3: | |||
8217 | version "1.0.3" | 8159 | version "1.0.3" |
8218 | resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" | 8160 | resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" |
8219 | 8161 | ||
8220 | to-fast-properties@^2.0.0: | ||
8221 | version "2.0.0" | ||
8222 | resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" | ||
8223 | |||
8224 | to-object-path@^0.3.0: | 8162 | to-object-path@^0.3.0: |
8225 | version "0.3.0" | 8163 | version "0.3.0" |
8226 | resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" | 8164 | resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" |