Skip to content

Commit 367fc75

Browse files
remo5000martin-henz
authored andcommitted
Add chapter four (#391)
* Use js-slang v0.1.11 * Add chapter 4 to playground * Bump js-slang * Bump js-slang hopefully for the last time
1 parent 6a7cf1a commit 367fc75

File tree

3 files changed

+1524
-5
lines changed

3 files changed

+1524
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"draft-js": "^0.10.5",
3838
"flexboxgrid": "^6.3.1",
3939
"flexboxgrid-helpers": "^1.1.3",
40-
"js-slang": "0.1.10",
40+
"js-slang": "0.1.13",
4141
"lodash": "^4.17.10",
4242
"lz-string": "^1.4.4",
4343
"moment": "^2.22.2",

src/reducers/states.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export enum Role {
161161
* Defines what chapters are available for usage.
162162
* For external libraries, see externalLibraries.ts
163163
*/
164-
export const sourceChapters = [1, 2, 3]
164+
export const sourceChapters = [1, 2, 3, 4]
165165
const latestSourceChapter = sourceChapters.slice(-1)[0]
166166

167167
const currentEnvironment = (): ApplicationEnvironment => {

0 commit comments

Comments
 (0)