Skip to content
Snippets Groups Projects
Commit 0e9e855e authored by Adam Procter's avatar Adam Procter
Browse files

Auto stash before merge of "feature/nodes-and-connections-canvas" and "listView"

parent 658eb226
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
"lint:fix": "vue-cli-service lint --fix"
},
"dependencies": {
"core-js": "^3.6.4",
"interactive-shape-recognition": "^1.0.1",
"core-js": "^3.6.5",
"file-loader": "^6.0.0",
......
......@@ -1264,6 +1264,12 @@ address@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6"
affine-hull@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/affine-hull/-/affine-hull-1.0.0.tgz#763ff1d38d063ceb7e272f17ee4d7bbcaf905c5d"
dependencies:
robust-orientation "^1.1.3"
aggregate-error@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.0.1.tgz#db2fe7246e536f40d9b5442a39e117d7dd6a24e0"
......@@ -1367,6 +1373,10 @@ arch@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/arch/-/arch-2.1.1.tgz#8f5c2731aa35a30929221bb0640eed65175ec84e"
area-polygon@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/area-polygon/-/area-polygon-1.0.1.tgz#802a7540838be418b8ae1cd99c1e4cbbb92d6d1b"
argparse@^1.0.7:
version "1.0.10"
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
......@@ -1570,6 +1580,10 @@ bindings@^1.5.0:
dependencies:
file-uri-to-path "1.0.0"
bit-twiddle@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/bit-twiddle/-/bit-twiddle-1.0.2.tgz#0c6c1fabe2b23d17173d9a61b7b7093eb9e1769e"
bluebird@^3.1.1, bluebird@^3.5.5:
version "3.7.2"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
......@@ -2182,6 +2196,14 @@ convert-source-map@^1.7.0:
dependencies:
safe-buffer "~5.1.1"
convex-hull@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/convex-hull/-/convex-hull-1.0.3.tgz#20a3aa6ce87f4adea2ff7d17971c9fc1c67e1fff"
dependencies:
affine-hull "^1.0.0"
incremental-convex-hull "^1.0.1"
monotone-convex-hull-2d "^1.0.1"
cookie-signature@1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
......@@ -3884,6 +3906,13 @@ imurmurhash@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
incremental-convex-hull@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/incremental-convex-hull/-/incremental-convex-hull-1.0.1.tgz#51428c14cb9d9a6144bfe69b2851fb377334be1e"
dependencies:
robust-orientation "^1.1.2"
simplicial-complex "^1.0.0"
indent-string@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
......@@ -3951,6 +3980,13 @@ inquirer@^7.1.0:
strip-ansi "^6.0.0"
through "^2.3.6"
interactive-shape-recognition@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/interactive-shape-recognition/-/interactive-shape-recognition-1.0.1.tgz#754b9d8091a53d78e8797a6014cf8024d9f48bc1"
dependencies:
area-polygon "^1.0.1"
convex-hull "^1.0.3"
internal-ip@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907"
......@@ -4862,6 +4898,12 @@ mkdirp@^0.5.3:
dependencies:
minimist "^1.2.5"
monotone-convex-hull-2d@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/monotone-convex-hull-2d/-/monotone-convex-hull-2d-1.0.1.tgz#47f5daeadf3c4afd37764baa1aa8787a40eee08c"
dependencies:
robust-orientation "^1.1.3"
move-concurrently@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
......@@ -6419,6 +6461,30 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
hash-base "^3.0.0"
inherits "^2.0.1"
robust-orientation@^1.1.2, robust-orientation@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/robust-orientation/-/robust-orientation-1.1.3.tgz#daff5b00d3be4e60722f0e9c0156ef967f1c2049"
dependencies:
robust-scale "^1.0.2"
robust-subtract "^1.0.0"
robust-sum "^1.0.0"
two-product "^1.0.2"
robust-scale@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/robust-scale/-/robust-scale-1.0.2.tgz#775132ed09542d028e58b2cc79c06290bcf78c32"
dependencies:
two-product "^1.0.2"
two-sum "^1.0.0"
robust-subtract@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/robust-subtract/-/robust-subtract-1.0.0.tgz#e0b164e1ed8ba4e3a5dda45a12038348dbed3e9a"
robust-sum@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/robust-sum/-/robust-sum-1.0.0.tgz#16646e525292b4d25d82757a286955e0bbfa53d9"
run-async@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.0.tgz#e59054a5b86876cfae07f431d18cbaddc594f1e8"
......@@ -6612,6 +6678,13 @@ simple-swizzle@^0.2.2:
dependencies:
is-arrayish "^0.3.1"
simplicial-complex@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/simplicial-complex/-/simplicial-complex-1.0.0.tgz#6c33a4ed69fcd4d91b7bcadd3b30b63683eae241"
dependencies:
bit-twiddle "^1.0.0"
union-find "^1.0.0"
slash@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
......@@ -7185,6 +7258,14 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
version "0.14.5"
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
two-product@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/two-product/-/two-product-1.0.2.tgz#67d95d4b257a921e2cb4bd7af9511f9088522eaa"
two-sum@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/two-sum/-/two-sum-1.0.0.tgz#31d3f32239e4f731eca9df9155e2b297f008ab64"
type-check@~0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"
......@@ -7244,6 +7325,10 @@ unicode-property-aliases-ecmascript@^1.0.4:
version "1.0.5"
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.5.tgz#a9cc6cc7ce63a0a3023fc99e341b94431d405a57"
union-find@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/union-find/-/union-find-1.0.2.tgz#292bac415e6ad3a89535d237010db4a536284e58"
union-value@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment