Skip to content

Commit 50d9614

Browse files
authored
bumping js-slang (#3100)
1 parent 17fe03b commit 50d9614

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ The Source Academy (<https://sourceacademy.org/>) is an immersive online experie
2626

2727
1. Clone this repository and navigate to it using your command line
2828

29+
1. Install the version of `yarn` as specified in `package.json`, `packageManager`. On macos, you may need to run `corepack enable`.
30+
2931
1. Run `yarn install` to install dependencies.
3032

3133
- If you are on Ubuntu and encounter the error message: `No such file or directory: 'install'`, you might be running the incorrect "yarn" from the cmdtest testing suite instead of the JavaScript package manager of the same name. Refer to this [StackOverflow post](https://stackoverflow.com/questions/46013544/yarn-install-command-error-no-such-file-or-directory-install).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"i18next-browser-languagedetector": "^8.0.0",
5858
"java-slang": "^1.0.13",
5959
"js-cookie": "^3.0.5",
60-
"js-slang": "^1.0.79",
60+
"js-slang": "^1.0.80",
6161
"js-yaml": "^4.1.0",
6262
"konva": "^9.2.0",
6363
"lodash": "^4.17.21",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -9652,7 +9652,7 @@ __metadata:
96529652
i18next-browser-languagedetector: "npm:^8.0.0"
96539653
java-slang: "npm:^1.0.13"
96549654
js-cookie: "npm:^3.0.5"
9655-
js-slang: "npm:^1.0.79"
9655+
js-slang: "npm:^1.0.80"
96569656
js-yaml: "npm:^4.1.0"
96579657
konva: "npm:^9.2.0"
96589658
lodash: "npm:^4.17.21"
@@ -12101,9 +12101,9 @@ __metadata:
1210112101
languageName: node
1210212102
linkType: hard
1210312103

12104-
"js-slang@npm:^1.0.79":
12105-
version: 1.0.79
12106-
resolution: "js-slang@npm:1.0.79"
12104+
"js-slang@npm:^1.0.80":
12105+
version: 1.0.80
12106+
resolution: "js-slang@npm:1.0.80"
1210712107
dependencies:
1210812108
"@babel/parser": "npm:^7.19.4"
1210912109
"@commander-js/extra-typings": "npm:^12.0.1"
@@ -12122,7 +12122,7 @@ __metadata:
1212212122
source-map: "npm:0.7.3"
1212312123
bin:
1212412124
js-slang: dist/repl/index.js
12125-
checksum: 10c0/e0e7db8a985ead985b30ad8644f371f4981cdac7ee6b1fb13a993f064ae22982a4924cd34a3e3387d065a21b3ad211f19bb03888b74baad771e4533aaee13d48
12125+
checksum: 10c0/feb80d5d4ea4a667037cb786dc09751a8ff5e7e98565f0b5154200ea65ef75d34b55fb08145f80ed993e86477de5caf56082c147c57ebf09c2ed9dc1bb9f8931
1212612126
languageName: node
1212712127
linkType: hard
1212812128

0 commit comments

Comments
 (0)