aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-02 22:21:23 +0000
committerGitHub <[email protected]>2020-02-02 22:21:23 +0000
commitdbb235ed0756233e669a9a460494ed24e815e8a8 (patch)
treef6a64d83eb498af6d0577eaaeebac8e72f685cb5 /editors/code/package.json
parentae16884b950d26546f323810170b1f8a25dc0bc0 (diff)
parent0ade5cb2b331a3a1753c917a576111cd0f0a9915 (diff)
Merge #2991
2991: vscode: updated rollup typescript so it typechecks the bundle r=Veetaha a=Veetaha See [this happy update](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md#v300) from `@rollup/typescript-plugin` changelog) I also added a utility script to view the latest dependencies versions (`dry-run` variant) and update them in batch. Beware, that it bumps versions even if the major version of them has changed (for updating only within one major version there is a cli option, but I didn't want add a whole bunch of scripts) Some of the dependencies major versions are out of date: ``` ~/my/projects/rust-analyzer/editors/code (feature/refactoring-vscode-ext) $ npm run bump-deps:dry-run > [email protected] bump-deps:dry-run /home/veetaha/my/projects/rust-analyzer/editors/code > npm-check-updates Checking /home/veetaha/my/projects/rust-analyzer/editors/code/package.json [====================] 16/16 100% jsonc-parser ^2.1.0 → ^2.2.0 @rollup/plugin-commonjs ^11.0.1 → ^11.0.2 @rollup/plugin-node-resolve ^6.1.0 → ^7.1.0 @types/node ^12.12.25 → ^13.7.0 rollup ^1.30.1 → ^1.31.0 tslint ^5.20.1 → ^6.0.0 vsce ^1.71.0 → ^1.72.0 ``` Co-authored-by: Veetaha <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index beb721210..e733ee2b4 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -32,7 +32,7 @@
32 "devDependencies": { 32 "devDependencies": {
33 "@rollup/plugin-commonjs": "^11.0.1", 33 "@rollup/plugin-commonjs": "^11.0.1",
34 "@rollup/plugin-node-resolve": "^6.1.0", 34 "@rollup/plugin-node-resolve": "^6.1.0",
35 "@rollup/plugin-typescript": "^2.1.0", 35 "@rollup/plugin-typescript": "^3.0.0",
36 "@types/node": "^12.12.25", 36 "@types/node": "^12.12.25",
37 "@types/seedrandom": "^2.4.28", 37 "@types/seedrandom": "^2.4.28",
38 "@types/vscode": "^1.41.0", 38 "@types/vscode": "^1.41.0",