Skip to content

Commit bb96ab8

Browse files
committedJul 7, 2019
update deps
·
v0.19.40.2.0
1 parent 38b0bad commit bb96ab8

File tree

2 files changed

+330
-423
lines changed

2 files changed

+330
-423
lines changed
 

‎package-lock.json

Lines changed: 319 additions & 417 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
"command": "coderoad.start",
3737
"title": "Start",
3838
"category": "CodeRoad"
39+
},
40+
{
41+
"command": "coderoad.set_layout",
42+
"title": "Set Layout",
43+
"category": "CodeRoad"
3944
}
4045
]
4146
},
@@ -53,16 +58,16 @@
5358
},
5459
"devDependencies": {
5560
"@types/mocha": "^5.2.7",
56-
"@types/node": "^12.0.7",
57-
"concurrently": "^4.1.0",
61+
"@types/node": "^12.0.12",
62+
"concurrently": "^4.1.1",
5863
"prettier": "^1.18.2",
59-
"tslint": "^5.17.0",
64+
"tslint": "^5.18.0",
6065
"tslint-config-prettier": "^1.18.0",
61-
"typescript": "^3.5.1"
66+
"typescript": "^3.5.2"
6267
},
6368
"dependencies": {
64-
"xstate": "^4.6.1",
65-
"vscode": "^1.1.28"
69+
"vscode": "^1.1.35",
70+
"xstate": "^4.6.4"
6671
},
6772
"license": "SEE LICENSE IN LICENSE.md"
6873
}

0 commit comments

Comments
 (0)
Please sign in to comment.