Skip to content

Commit

Permalink
Enable chapter three (#378)
Browse files Browse the repository at this point in the history
* Update js-slang

* Update lockfile

* Enable chapter 3

* Bump version to v1.0.10
  • Loading branch information
remo5000 authored and martin-henz committed Oct 4, 2018
1 parent 152b8e2 commit faee06d
Show file tree
Hide file tree
Showing 3 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.9",
"version": "1.0.10",
"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.7",
"js-slang": "0.1.8",
"lodash": "^4.17.10",
"lz-string": "^1.4.4",
"moment": "^2.22.2",
Expand Down
2 changes: 1 addition & 1 deletion src/reducers/states.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export enum Role {
* Defines what chapters are available for usage.
* For external libraries, see externalLibraries.ts
*/
export const sourceChapters = [1, 2]
export const sourceChapters = [1, 2, 3]
const latestSourceChapter = sourceChapters.slice(-1)[0]

const currentEnvironment = (): ApplicationEnvironment => {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5135,9 +5135,9 @@ js-base64@^2.1.9:
version "2.4.3"
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.3.tgz#2e545ec2b0f2957f41356510205214e98fad6582"

[email protected].7:
version "0.1.7"
resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-0.1.7.tgz#0c8045c659e7aa9b026281718de32ac5b5372511"
[email protected].8:
version "0.1.8"
resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-0.1.8.tgz#791841db199853f81c14872c0f0366414f31ff96"
dependencies:
"@types/acorn" "^4.0.3"
"@types/estree" "0.0.39"
Expand Down

0 comments on commit faee06d

Please sign in to comment.