forked from cybrespace/mastodon
Add whatinput dependency for more responsive focus styling
This commit is contained in:
parent
31e7940de5
commit
3d5943d761
|
@ -8,3 +8,5 @@ loadPolyfills().then(() => {
|
|||
}).catch(e => {
|
||||
console.error(e);
|
||||
});
|
||||
|
||||
require('what-input');
|
||||
|
|
|
@ -135,6 +135,7 @@
|
|||
"webpack-cli": "^3.1.2",
|
||||
"webpack-merge": "^4.1.5",
|
||||
"websocket.js": "^0.1.12"
|
||||
"what-input": "^4.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^10.0.1",
|
||||
|
|
|
@ -9607,6 +9607,10 @@ websocket.js@^0.1.12:
|
|||
dependencies:
|
||||
backoff "^2.4.1"
|
||||
|
||||
what-input@^4.3.1:
|
||||
version "4.3.1"
|
||||
resolved "https://registry.yarnpkg.com/what-input/-/what-input-4.3.1.tgz#b8ea7554ba1d9171887c4c6addf28185fec3d31d"
|
||||
|
||||
whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3:
|
||||
version "1.0.5"
|
||||
resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0"
|
||||
|
|
Loading…
Reference in New Issue