Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
uellenberg committed Jan 7, 2022
1 parent 7d6d5da commit df7c2f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphgame",
"version": "1.0.5",
"description": "",
"description": "Graphgame game is a game engine for Desmos using Logimat templates.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -23,10 +23,11 @@
"files": [
"dist",
"README.md",
"LICENSE"
"LICENSE",
"docs"
],
"dependencies": {
"logimat": "^1.0.18"
"logimat": "^1.0.22"
},
"devDependencies": {
"typescript": "^4.4.4"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.18:
version "1.0.18"
resolved "https://registry.yarnpkg.com/logimat/-/logimat-1.0.18.tgz#b551cfd7510b98d24aa7c0669568a135c5f610b7"
integrity sha512-dg6OmFVmYrS+aw2ePMDrBoqyj1ID0OV1MmkZK9MlXZqlKpGzeYD3Wex1Pm2rs7XUmgeJT4vcYHDMxgyRlKDbLQ==
logimat@^1.0.22:
version "1.0.22"
resolved "https://registry.yarnpkg.com/logimat/-/logimat-1.0.22.tgz#a2f75ce10a4ef730dd7b9c7c1dd4322a400314f5"
integrity sha512-qSWkA9Ss2HJjzNwLTOzn/RKdxsHRGXAlYxOicq/rQTDSzy2wMGYRg20Dtp+Cgyr3GujsEHkPDmTpGEo8IPnPlA==
dependencies:
mathjs "^9.4.4"
ohm-js "^15.5.0"
Expand Down

0 comments on commit df7c2f9

Please sign in to comment.