diff options
author | pacien | 2020-09-22 09:01:17 +0200 |
---|---|---|
committer | pacien | 2020-09-24 14:04:07 +0200 |
commit | 070c35fe96cec7ddb4d43f54f334739b2f996fed (patch) | |
tree | b6661ff00fcc7ef8abf55b0dc5ace32eec97903d /viewer/package.json | |
parent | 9eb0da6640dbaa455a9376975d37fc35d8b1d7f2 (diff) | |
download | ldgallery-070c35fe96cec7ddb4d43f54f334739b2f996fed.tar.gz |
viewer: rollback @vue/cli-* to latest working version
More recent versions of the babel plugin, starting at 4.5.0 included,
do not seem to work correctly. See linked issue for more details.
This reverts a part of commit 90d5af5: "viewer: dependencies update".
GitHub: closes #252
Diffstat (limited to 'viewer/package.json')
-rw-r--r-- | viewer/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/viewer/package.json b/viewer/package.json index 892125a..1199e24 100644 --- a/viewer/package.json +++ b/viewer/package.json | |||
@@ -38,12 +38,12 @@ | |||
38 | "@types/webpack": "4.41.22", | 38 | "@types/webpack": "4.41.22", |
39 | "@typescript-eslint/eslint-plugin": "2.34.0", | 39 | "@typescript-eslint/eslint-plugin": "2.34.0", |
40 | "@typescript-eslint/parser": "2.34.0", | 40 | "@typescript-eslint/parser": "2.34.0", |
41 | "@vue/cli-plugin-babel": "4.5.6", | 41 | "@vue/cli-plugin-babel": "4.4.6", |
42 | "@vue/cli-plugin-eslint": "4.5.6", | 42 | "@vue/cli-plugin-eslint": "4.4.6", |
43 | "@vue/cli-plugin-router": "4.5.6", | 43 | "@vue/cli-plugin-router": "4.4.6", |
44 | "@vue/cli-plugin-typescript": "4.5.6", | 44 | "@vue/cli-plugin-typescript": "4.4.6", |
45 | "@vue/cli-plugin-vuex": "4.5.6", | 45 | "@vue/cli-plugin-vuex": "4.4.6", |
46 | "@vue/cli-service": "4.5.6", | 46 | "@vue/cli-service": "4.4.6", |
47 | "@vue/eslint-config-typescript": "5.0.2", | 47 | "@vue/eslint-config-typescript": "5.0.2", |
48 | "eslint": "6.8.0", | 48 | "eslint": "6.8.0", |
49 | "eslint-config-prettier": "6.11.0", | 49 | "eslint-config-prettier": "6.11.0", |