Fixed alias export not including deleted aliases

This commit is contained in:
Will
2020-07-31 10:32:35 +01:00
parent c8f2126906
commit 2aaa6cd792
6 changed files with 227 additions and 180 deletions

View File

@@ -13,7 +13,7 @@
"dependencies": {
"axios": "^0.18.1",
"cross-env": "^5.2.1",
"dayjs": "^1.8.30",
"dayjs": "^1.8.31",
"laravel-mix": "^4.1.4",
"laravel-mix-purgecss": "^4.2.0",
"lodash": "^4.17.19",
@@ -21,11 +21,11 @@
"postcss-import": "^11.1.0",
"postcss-nesting": "^5.0.0",
"resolve-url-loader": "^2.3.2",
"tailwindcss": "^1.5.2",
"tailwindcss": "^1.6.0",
"tippy.js": "^4.3.5",
"v-clipboard": "^2.2.3",
"vue": "^2.6.11",
"vue-good-table": "^2.19.5",
"vue-good-table": "^2.20.0",
"vue-multiselect": "^2.1.6",
"vue-notification": "^1.3.20",
"vue-template-compiler": "^2.6.11",