add string-pixel-width dep

This commit is contained in:
Severiano Badajoz
2020-05-26 15:54:08 -07:00
parent bfcc62441c
commit 0ce376714b
2 changed files with 15 additions and 1 deletions
+13
View File
@@ -12332,6 +12332,11 @@
"integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=",
"dev": true
},
"lodash.deburr": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/lodash.deburr/-/lodash.deburr-4.1.0.tgz",
"integrity": "sha1-3bG7s+8HRYwBd7oH3hRCLLAz/5s="
},
"lodash.defaults": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
@@ -16737,6 +16742,14 @@
"strip-ansi": "^5.2.0"
}
},
"string-pixel-width": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/string-pixel-width/-/string-pixel-width-1.10.0.tgz",
"integrity": "sha512-cOMpkH+CpxWAnrPsWUvPWhZxh25CzUukweT+6WF+Kwx6+G2ksg8flvELZusLyWiZzfFCjj1+QRRGwcPWZlwVYA==",
"requires": {
"lodash.deburr": "^4.1.0"
}
},
"string-width": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz",
+2 -1
View File
@@ -47,7 +47,8 @@
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"regl": "^1.4.0"
"regl": "^1.4.0",
"string-pixel-width": "^1.10.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",