aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/package.json
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-05-23 20:49:26 -0700
committerAllan Wang <me@allanwang.ca>2020-05-23 20:49:26 -0700
commit0a0108e69d0e720634b1f0fdfb946fce7e714fe7 (patch)
treecca55166d7f70f7c92fa82fb903fea73fa523190 /app/src/web/package.json
parent28c105cb0cc9593930f069584662380a7674c249 (diff)
downloadfrost-0a0108e69d0e720634b1f0fdfb946fce7e714fe7.tar.gz
frost-0a0108e69d0e720634b1f0fdfb946fce7e714fe7.tar.bz2
frost-0a0108e69d0e720634b1f0fdfb946fce7e714fe7.zip
Allow text area to fill with default min height
Diffstat (limited to 'app/src/web/package.json')
-rw-r--r--app/src/web/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/web/package.json b/app/src/web/package.json
index 3a9b6acc..c3c71b46 100644
--- a/app/src/web/package.json
+++ b/app/src/web/package.json
@@ -10,7 +10,7 @@
"dependencies": {
"compile": "0.0.2",
"run": "^1.4.0",
- "sass": "^1.19.0",
- "typescript": "^3.3.1"
+ "sass": "^1.26.5",
+ "typescript": "^3.9.3"
}
}