Skip to content

Commit 151b819

Browse files
authored
Merge branch 'master' into bump-phaser-justatin555
2 parents df12fdb + 50d9614 commit 151b819

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9659,7 +9659,7 @@ __metadata:
96599659
i18next-browser-languagedetector: "npm:^8.0.0"
96609660
java-slang: "npm:^1.0.13"
96619661
js-cookie: "npm:^3.0.5"
9662-
js-slang: "npm:^1.0.79"
9662+
js-slang: "npm:^1.0.80"
96639663
js-yaml: "npm:^4.1.0"
96649664
konva: "npm:^9.2.0"
96659665
lodash: "npm:^4.17.21"
@@ -12110,9 +12110,9 @@ __metadata:
1211012110
languageName: node
1211112111
linkType: hard
1211212112

12113-
"js-slang@npm:^1.0.79":
12114-
version: 1.0.79
12115-
resolution: "js-slang@npm:1.0.79"
12113+
"js-slang@npm:^1.0.80":
12114+
version: 1.0.80
12115+
resolution: "js-slang@npm:1.0.80"
1211612116
dependencies:
1211712117
"@babel/parser": "npm:^7.19.4"
1211812118
"@commander-js/extra-typings": "npm:^12.0.1"
@@ -12131,7 +12131,7 @@ __metadata:
1213112131
source-map: "npm:0.7.3"
1213212132
bin:
1213312133
js-slang: dist/repl/index.js
12134-
checksum: 10c0/e0e7db8a985ead985b30ad8644f371f4981cdac7ee6b1fb13a993f064ae22982a4924cd34a3e3387d065a21b3ad211f19bb03888b74baad771e4533aaee13d48
12134+
checksum: 10c0/feb80d5d4ea4a667037cb786dc09751a8ff5e7e98565f0b5154200ea65ef75d34b55fb08145f80ed993e86477de5caf56082c147c57ebf09c2ed9dc1bb9f8931
1213512135
languageName: node
1213612136
linkType: hard
1213712137

0 commit comments

Comments
 (0)