aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-10-10 15:23:21 +0100
committerGitHub <[email protected]>2019-10-10 15:23:21 +0100
commit62acb9f233ec7aef5463146fd14c02d46cf8e9c1 (patch)
tree2415f96ec6dfee7b0f544e26a2c83ac790ced57a /editors/code/package.json
parentce71da0d9d950a4bc1e0c167bc12e7ae73fb5754 (diff)
parentde32ae75f8904662caa04c0ac80ff3b41c186cb8 (diff)
Merge #1984
1984: Bump rollup and vsce r=matklad a=kjeremy I got sick of the vsce warning on install and noticed that rollup was also out of date. Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 30855f9cc..4f4116c30 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -43,7 +43,7 @@
43 "glob": "^7.1.4", 43 "glob": "^7.1.4",
44 "mocha": "^6.2.0", 44 "mocha": "^6.2.0",
45 "prettier": "^1.18.2", 45 "prettier": "^1.18.2",
46 "rollup": "^1.21.4", 46 "rollup": "^1.23.1",
47 "rollup-plugin-commonjs": "^10.1.0", 47 "rollup-plugin-commonjs": "^10.1.0",
48 "rollup-plugin-node-resolve": "^5.2.0", 48 "rollup-plugin-node-resolve": "^5.2.0",
49 "rollup-plugin-typescript": "^1.0.1", 49 "rollup-plugin-typescript": "^1.0.1",
@@ -51,7 +51,7 @@
51 "tslint": "^5.18.0", 51 "tslint": "^5.18.0",
52 "tslint-config-prettier": "^1.18.0", 52 "tslint-config-prettier": "^1.18.0",
53 "typescript": "^3.5.3", 53 "typescript": "^3.5.3",
54 "vsce": "^1.66.0", 54 "vsce": "^1.67.0",
55 "vscode-test": "^1.2.0" 55 "vscode-test": "^1.2.0"
56 }, 56 },
57 "activationEvents": [ 57 "activationEvents": [