forked from cybrespace/mastodon
Add whatinput dependency for more responsive focus styling
This commit is contained in:
parent
7ac5151b74
commit
3bb71deb4f
|
@ -5,3 +5,5 @@ loadPolyfills().then(() => {
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
require('what-input');
|
||||||
|
|
|
@ -122,7 +122,8 @@
|
||||||
"webpack-manifest-plugin": "^1.2.1",
|
"webpack-manifest-plugin": "^1.2.1",
|
||||||
"webpack-merge": "^4.1.1",
|
"webpack-merge": "^4.1.1",
|
||||||
"websocket.js": "^0.1.12",
|
"websocket.js": "^0.1.12",
|
||||||
"whatwg-url": "^6.4.1"
|
"whatwg-url": "^6.4.1",
|
||||||
|
"what-input": "^4.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-eslint": "^8.2.3",
|
"babel-eslint": "^8.2.3",
|
||||||
|
|
|
@ -7726,6 +7726,10 @@ websocket.js@^0.1.12:
|
||||||
dependencies:
|
dependencies:
|
||||||
backoff "^2.4.1"
|
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.1:
|
||||||
version "1.0.3"
|
version "1.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.3.tgz#57c235bc8657e914d24e1a397d3c82daee0a6ba3"
|
resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.3.tgz#57c235bc8657e914d24e1a397d3c82daee0a6ba3"
|
||||||
|
|
Loading…
Reference in New Issue