Skip to content

Commit

Permalink
Fix Multi-dimension array printing (#408)
Browse files Browse the repository at this point in the history
* Bump js-slang version

* Nump frontend version
  • Loading branch information
remo5000 authored and ning-y committed Nov 7, 2018
1 parent 1bb5b85 commit a8deafc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "cadet-frontend",
"version": "1.0.16",
"version": "1.0.17",
"scripts-info": {
"format": "Format source code",
"start": "Start the Webpack development server",
Expand Down Expand Up @@ -37,7 +37,7 @@
"draft-js": "^0.10.5",
"flexboxgrid": "^6.3.1",
"flexboxgrid-helpers": "^1.1.3",
"js-slang": "0.1.16",
"js-slang": "0.1.17",
"lodash": "^4.17.10",
"lz-string": "^1.4.4",
"moment": "^2.22.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5926,10 +5926,10 @@ js-base64@^2.1.9:
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.3.tgz#2e545ec2b0f2957f41356510205214e98fad6582"
integrity sha512-H7ErYLM34CvDMto3GbD6xD0JLUGYXR3QTcH6B/tr4Hi/QpSThnCsIp+Sy5FRTw3B0d6py4HcNkW7nO/wdtGWEw==

[email protected].16:
version "0.1.16"
resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-0.1.16.tgz#2fc6835118e35e9bfeb1666e7b16c596242a9d9e"
integrity sha512-0R9iM2iqBTLXkoGzO7bQguFWIE5NezCa4zNGFHUTVJCYmhKQDfRJk5IHbhX+PeirN3PcXeQyaZgAwqQ9YDZQ/w==
[email protected].17:
version "0.1.17"
resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-0.1.17.tgz#79526e827c2aa1a6f56cb05ecd6eaa26f5eedd9f"
integrity sha512-KapVjqI4sBNVqyPGcZtQPROTwGm7pCAAzyHxu419t78V5UmrxMrkGODBys+wzhWMfeK8OVmA/e3Z4EwGBKhkeg==
dependencies:
"@types/acorn" "^4.0.3"
"@types/estree" "0.0.39"
Expand Down

0 comments on commit a8deafc

Please sign in to comment.