Skip to content

Commit

Permalink
Merge pull request #24 from technote-space/release/next-v0.2.1
Browse files Browse the repository at this point in the history
release: v0.2.2
  • Loading branch information
technote-space authored Jun 13, 2020
2 parents 947d206 + 76115cd commit 4a470b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/ga-framework",
"version": "0.2.1",
"version": "0.2.2",
"description": "GA Framework",
"author": {
"name": "Technote",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 4a470b0

Please sign in to comment.