From 6a7cf1aee490709c86ae8557911e823c4da74ef7 Mon Sep 17 00:00:00 2001 From: Vignesh Date: Sun, 28 Oct 2018 21:23:02 +0800 Subject: [PATCH] Use slang v0.1.10 (#389) * Use slang 0.1.10 * Bump version --- package.json | 4 ++-- yarn.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0a7a2972fe..95246403cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "cadet-frontend", - "version": "1.0.14", + "version": "1.0.15", "scripts-info": { "format": "Format source code", "start": "Start the Webpack development server", @@ -37,7 +37,7 @@ "draft-js": "^0.10.5", "flexboxgrid": "^6.3.1", "flexboxgrid-helpers": "^1.1.3", - "js-slang": "0.1.9", + "js-slang": "0.1.10", "lodash": "^4.17.10", "lz-string": "^1.4.4", "moment": "^2.22.2", diff --git a/yarn.lock b/yarn.lock index 080f66091e..8e5e7aaa30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5135,9 +5135,9 @@ js-base64@^2.1.9: version "2.4.3" resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.3.tgz#2e545ec2b0f2957f41356510205214e98fad6582" -js-slang@0.1.8: - version "0.1.8" - resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-0.1.8.tgz#791841db199853f81c14872c0f0366414f31ff96" +js-slang@0.1.10: + version "0.1.10" + resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-0.1.10.tgz#d081b896d5bbab34246e4bbb6d7d020b07ec72d6" dependencies: "@types/acorn" "^4.0.3" "@types/estree" "0.0.39"