Skip to content

Commit

Permalink
bumping js-slang to fix indentation in CSE machine (#2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-henz committed Apr 23, 2024
1 parent 118677f commit 0bf7c44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"i18next": "^23.11.2",
"i18next-browser-languagedetector": "^7.2.1",
"java-slang": "^1.0.13",
"js-slang": "^1.0.72",
"js-slang": "^1.0.73",
"js-yaml": "^4.1.0",
"konva": "^9.2.0",
"lodash": "^4.17.21",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8703,10 +8703,10 @@ js-sdsl@4.3.0:
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.3.0.tgz#aeefe32a451f7af88425b11fdb5f58c90ae1d711"
integrity sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==

js-slang@^1.0.72:
version "1.0.72"
resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-1.0.72.tgz#120453d97c5d8647f8408cab02d6fa1f880c3ad1"
integrity sha512-p3eLED3MevtIdQxohW+KhZpJ0aphzMA/Qg4dMUJH9qc94ecoBD4aba3XSuUzilk+Tw6bE4JKlggB6c4ZCEFCgg==
js-slang@^1.0.73:
version "1.0.73"
resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-1.0.73.tgz#b6c6f970733da95e5862c0d1d66a62d5fd9fad64"
integrity sha512-Vf7d5tuPVVQNRHWbVbDEUAw0jnzNcosL3+cqHko/ZNxOzB94qtwitSYF+7coGM9sckQq6G3PK1/ker6Oj7cm+g==
dependencies:
"@babel/parser" "^7.19.4"
"@commander-js/extra-typings" "^12.0.1"
Expand Down

0 comments on commit 0bf7c44

Please sign in to comment.