Add whatinput dependency for more responsive focus styling

这个提交包含在:
Andrew 2017-10-26 22:44:57 -07:00 提交者 chr
父节点 370ec7e771
当前提交 3dbf9e8a34
共有 3 个文件被更改,包括 8 次插入1 次删除

查看文件

@ -8,3 +8,5 @@ loadPolyfills().then(() => {
}).catch(e => {
console.error(e);
});
require('what-input');

查看文件

@ -163,7 +163,8 @@
"webpack-bundle-analyzer": "^3.1.0",
"webpack-cli": "^3.2.3",
"webpack-merge": "^4.2.1",
"websocket.js": "^0.1.12"
"websocket.js": "^0.1.12",
"what-input": "^4.3.1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",

查看文件

@ -9535,6 +9535,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"