mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Add autosize package
This commit is contained in:
parent
f2c2c65826
commit
d3cbae79a6
2 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"dependencies": {
|
||||
"array-includes": "^3.0.2",
|
||||
"array.prototype.find": "^2.0.4",
|
||||
"autosize": "^4.0.0",
|
||||
"basic-auth": "^1.1.0",
|
||||
"classnames": "^2.2.5",
|
||||
"compression": "^1.7.0",
|
||||
|
|
|
|||
|
|
@ -279,6 +279,10 @@ autoprefixer@6.7.5, autoprefixer@^6.0.2, autoprefixer@^6.3.1:
|
|||
postcss "^5.2.15"
|
||||
postcss-value-parser "^3.2.3"
|
||||
|
||||
autosize@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/autosize/-/autosize-4.0.0.tgz#7a0599b1ba84d73bd7589b0d9da3870152c69237"
|
||||
|
||||
aws-sign2@~0.6.0:
|
||||
version "0.6.0"
|
||||
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue