aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2022-04-27 00:40:38 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2022-04-27 00:40:38 +0200
commitfc097a88a5ef15645cd4eccf71df056f6236952f (patch)
tree4e6b66f6be63daecd7b1fbb530273bf8e08d2ce6 /package.json
parent9dc247a861be845ff79ce38430ace2591d187975 (diff)
downloadAurora-data-fc097a88a5ef15645cd4eccf71df056f6236952f.tar.gz
Aurora-data-fc097a88a5ef15645cd4eccf71df056f6236952f.zip
Update dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index b1f5e1c..ea87720 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"deploy": "npm run export && node ./scripts/gh-pages.js"
},
"dependencies": {
- "axios": "^0.20.0",
+ "axios": "^0.27.1",
"compression": "^1.7.1",
"polka": "next",
"sirv": "^1.0.0"
@@ -50,7 +50,7 @@
"svelte": "^3.17.3",
"svelte-check": "^1.0.46",
"svelte-preprocess": "^4.3.2",
- "tailwindcss": "^1.8.10",
+ "tailwindcss": "^3.0.24",
"tslib": "^2.0.1",
"typescript": "^4.0.3"
}