From 4ef100b142d1f31914bccb5d077e492659b9000a Mon Sep 17 00:00:00 2001 From: Technote Date: Sun, 14 Jun 2020 02:58:42 +0900 Subject: [PATCH 1/3] chore: update packages --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index c31f57f..68765d9 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@egjs/hammerjs": "^2.0.17", "@material-ui/core": "^4.10.2", "@mui-treasury/layout": "^4.4.0", - "@technote-space/genetic-algorithms-js": "^0.5.2", + "@technote-space/genetic-algorithms-js": "^0.5.3", "@technote-space/worker-controller": "^0.4.1", "clsx": "^1.1.1", "keycharm": "^0.3.1", @@ -44,7 +44,7 @@ "styled-components": "^5.1.1", "vis-data": "^6.5.3", "vis-network": "^7.6.10", - "vis-util": "^4.1.0" + "vis-util": "^4.2.0" }, "devDependencies": { "@babel/core": "^7.10.2", diff --git a/yarn.lock b/yarn.lock index c58347b..638064d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1212,10 +1212,10 @@ dependencies: mkdirp "^1.0.4" -"@technote-space/genetic-algorithms-js@^0.5.2": - version "0.5.2" - resolved "https://registry.yarnpkg.com/@technote-space/genetic-algorithms-js/-/genetic-algorithms-js-0.5.2.tgz#59dfb9958c2f767032bf07ff64c54f044643b3b7" - integrity sha512-C1VOPuEZeOmkdPNwjg7vqJqF0deD06D27FufrP8qr0fzSFxJenoQmpuVfwYJc0jbgrTXpLGE0ZV6RH6ymEj/Mw== +"@technote-space/genetic-algorithms-js@^0.5.3": + version "0.5.3" + resolved "https://registry.yarnpkg.com/@technote-space/genetic-algorithms-js/-/genetic-algorithms-js-0.5.3.tgz#d5c1eae481b9f3806becea2317104b1f419a3a13" + integrity sha512-5Rv4gT6sb7xKy0GLKtpKdVuhHWxOG0KMmyXC9EMQe8dKqngiTGcjsZjI7yWGlpkznBD5eGvWccTyqaP4e04fqw== "@technote-space/worker-controller@^0.4.1": version "0.4.1" @@ -6610,10 +6610,10 @@ vis-network@^7.6.10: resolved "https://registry.yarnpkg.com/vis-network/-/vis-network-7.6.10.tgz#85fe40b0dfca17c9ff886f6ac98a7b1f182a62bd" integrity sha512-wL1dHBWWpzxvUaM0miccDuSLQ2tkw93jCA3j4Zizh4ruph+UXnjkouayaOyJIx43wULUSoKGWkhE6na1q208TA== -vis-util@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/vis-util/-/vis-util-4.1.0.tgz#f7fa9ceb3965dc3a8c2a97083910ab804da25945" - integrity sha512-Y1/8tlgUPd5zY+EdhfR6dL+tpzxVndHbgrj5htqz7B2HxfE8tupjW/TUTkXDmhW/jj0nb0RaghXIaUu3sNn2mg== +vis-util@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/vis-util/-/vis-util-4.2.0.tgz#b53e243a4c05dbf1a95be2a0a175ccab69076ed3" + integrity sha512-8cE7FKiLCuu+khzDzHhszpAJQR0DP8k9+cIqXKiI86hK4vmilUQEp4vflyGYJp3YvSrsBwUSFgDvtezjO/IYFQ== vm-browserify@^1.0.1: version "1.1.2" From 42cccba4c0f62d57611632e099f3e1c808f28741 Mon Sep 17 00:00:00 2001 From: Technote Date: Sun, 14 Jun 2020 03:00:22 +0900 Subject: [PATCH 2/3] chore: update packages --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 638064d..9465f8e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2910,9 +2910,9 @@ duplexify@^3.4.2, duplexify@^3.6.0: stream-shift "^1.0.0" electron-to-chromium@^1.3.413: - version "1.3.470" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.470.tgz#07ccfd481b96709f4ac20bb74bccf59705a41ced" - integrity sha512-SQzHdpUUmTSiIYwMFZ3P3271VdRxfdHqh2GoBA7sqeaz4SN3UlTA22fC+r9BHu8FpB0oI7f8pAxzm75O/kBc3w== + version "1.3.473" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.473.tgz#d0cd5fe391046fb70674ec98149f0f97609d29b8" + integrity sha512-smevlzzMNz3vMz6OLeeCq5HRWEj2AcgccNPYnAx4Usx0IOciq9DU36RJcICcS09hXoY7t7deRfVYKD14IrGb9A== elliptic@^6.0.0, elliptic@^6.5.2: version "6.5.2" From 76115cdab0d7f15d6fcd5ac3cf57781dfb2568b0 Mon Sep 17 00:00:00 2001 From: Technote Date: Sun, 14 Jun 2020 03:01:47 +0900 Subject: [PATCH 3/3] feat: update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68765d9..d57045d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@technote-space/ga-framework", - "version": "0.2.1", + "version": "0.2.2", "description": "GA Framework", "author": { "name": "Technote",