From 73bb6a06003fd2446c73a056a8953452058ebc76 Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Thu, 8 Nov 2018 11:58:28 +0100 Subject: [PATCH] update to lineupjs 3.1.7 --- README.md | 4 +++- package-lock.json | 13 ++++--------- package.json | 7 ++++--- src/components/column/LineUpStringColumnDesc.vue | 4 ++-- 4 files changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index ae0ccd2..5c77fe4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Usage **Installation** ```bash -npm install --save vue-lineup@next +npm install --save vue-lineup ``` **Minimal Usage Example** @@ -99,6 +99,8 @@ Development Environment git clone https://github.com/datavisyn/vue-lineup.git cd vue-lineup npm install +# install peer dependency +npm install --no-save vue ``` **Build distribution packages** diff --git a/package-lock.json b/package-lock.json index 0c9fc7a..278e0cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-lineup", - "version": "1.0.0", + "version": "1.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -4725,9 +4725,9 @@ "integrity": "sha512-6nrZlwJOBVOX+1fuqR21QvqH14y7kd+V1Qh/xZllkCHzy4IRtrywDc7YklYzmtpJWKDvflD2pfn2D75P+UICfg==" }, "lineupjs": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/lineupjs/-/lineupjs-3.1.5.tgz", - "integrity": "sha512-Kw283o9O/x4+G7+JMTPKYotBs24CGBZ8Gf2xdialh1mB4k39QSeV2+ivO583hnA2tmJdGqvTLvW3qcyk3eM6iQ==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/lineupjs/-/lineupjs-3.1.7.tgz", + "integrity": "sha512-QEqyVbC+IcdPneqCFp/3osZYbKUJliI736VA5TS6VbpjDn7hNodh1L2gIX6soUHzvO4P2cPfrD5amrrWakJqWA==", "requires": { "@types/d3-format": "^1.3.0", "lineupengine": "^1.1.2", @@ -8182,11 +8182,6 @@ "indexof": "0.0.1" } }, - "vue": { - "version": "2.5.17", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.5.17.tgz", - "integrity": "sha512-mFbcWoDIJi0w0Za4emyLiW72Jae0yjANHbCVquMKijcavBGypqlF7zHRgMa5k4sesdv7hv2rB4JPdZfR+TPfhQ==" - }, "vue-class-component": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/vue-class-component/-/vue-class-component-6.3.0.tgz", diff --git a/package.json b/package.json index 795b20b..b9b6a63 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,11 @@ "name": "vue-lineup", "description": "LineUp is an interactive technique designed to create, visualize and explore rankings of items based on a set of heterogeneous attributes.", "homepage": "https://github.com/datavisyn/vue-lineup", - "version": "1.0.0", + "version": "1.0.6", "author": { "name": "Samuel Gratzl", - "email": "samuel_gratzl@gmx.at" + "email": "sam@sgratzl.com", + "url": "https://www.sgratzl.com" }, "license": "MIT", "bugs": { @@ -48,7 +49,7 @@ "vue-template-compiler": "^2.5.17" }, "dependencies": { - "lineupjs": "^3.1.5", + "lineupjs": "~3.1.7", "vue-class-component": "^6.3.0", "vue-property-decorator": "^7.2.0" }, diff --git a/src/components/column/LineUpStringColumnDesc.vue b/src/components/column/LineUpStringColumnDesc.vue index 73d2c90..5b72ca3 100644 --- a/src/components/column/LineUpStringColumnDesc.vue +++ b/src/components/column/LineUpStringColumnDesc.vue @@ -5,7 +5,7 @@