From 81c6099da8ece87103830e1cf824a3344f6ba7ab Mon Sep 17 00:00:00 2001 From: uellenberg Date: Fri, 19 Nov 2021 17:32:58 -0800 Subject: [PATCH] Bump version --- package.json | 8 ++++---- yarn.lock | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 87d64a4..9b75d22 100644 --- a/package.json +++ b/package.json @@ -9,14 +9,14 @@ }, "repository": { "type": "git", - "url": "https://github.com/uellenberg/LogiMat.git" + "url": "https://github.com/uellenberg/Graphgame.git" }, "author": "Jonah Uellenberg", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/uellenberg/LogiMat/issues" + "url": "https://github.com/uellenberg/Graphgame/issues" }, - "homepage": "https://github.com/uellenberg/LogiMat", + "homepage": "https://github.com/uellenberg/Graphgame", "engines": { "node": ">=0.16" }, @@ -26,7 +26,7 @@ "LICENSE" ], "dependencies": { - "logimat": "^1.0.10" + "logimat": "^1.0.12" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/yarn.lock b/yarn.lock index 68940df..fec77b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -92,10 +92,10 @@ javascript-natural-sort@^0.7.1: resolved "https://registry.yarnpkg.com/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz#f9e2303d4507f6d74355a73664d1440fb5a0ef59" integrity sha1-+eIwPUUH9tdDVac2ZNFED7Wg71k= -logimat@^1.0.10: - version "1.0.10" - resolved "https://registry.yarnpkg.com/logimat/-/logimat-1.0.10.tgz#d4641ff6ea997be436ab8ee3770c4548cd6d8a72" - integrity sha512-haHnkhVc1xq8FiwQjR7akGPmJX41EiM7SPUsHRw07s+/9b2V6q6V9YUqvaAtlnHx4GdIqEwzWL5drkz1Jo40Cw== +logimat@^1.0.12: + version "1.0.12" + resolved "https://registry.yarnpkg.com/logimat/-/logimat-1.0.12.tgz#e33947ab6373695c825ff9a9a0d0344c077bfa5f" + integrity sha512-SEvqfmLSxLitUCsGNmvkdz2PZ0jD3go4k7MxPJ9c1jpt4ttLbCpQGvHYytOz0NvBQUKvRr7mXS+3w01FQHTtYQ== dependencies: mathjs "^9.4.4" ohm-js "^15.5.0"