From acc85dad6312a2f80db1f5963b11feeb2b50b813 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 18 Jun 2022 12:46:01 -0400 Subject: [PATCH] fix: update squiggle version --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea40f98..aa25c80 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ yarn-error.log* # yarn vs npm conflict package-lock.json ## use yarn.lock instead +yarn.lock # Local Netlify folder .netlify diff --git a/package.json b/package.json index adb6c02..18048d3 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@pothos/plugin-prisma": "^3.4.0", "@pothos/plugin-relay": "^3.10.0", "@prisma/client": "^3.11.1", - "@quri/squiggle-lang": "^0.2.8", + "@quri/squiggle-lang": "^0.2.11", "@tailwindcss/forms": "^0.4.0", "@tailwindcss/typography": "^0.5.1", "@types/chroma-js": "^2.1.3",