Skip to content

Commit d2abdde

Browse files
committed
Updates dependencies
1 parent 3bc64ee commit d2abdde

File tree

6 files changed

+1138
-1470
lines changed

6 files changed

+1138
-1470
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3522,7 +3522,7 @@
35223522
"build": "npm run lint && tsc -m commonjs -p ./ && npm run ui:build -- --env.quick",
35233523
"bundle": "npm run lint && webpack --env.production --context ./src/ui --config ./src/ui/webpack.config.js && webpack --env.production",
35243524
"clean": "git clean -Xdf",
3525-
"lint": "tslint --project tsconfig.json --fix",
3525+
"lint": "tslint --project tsconfig.json",
35263526
"pack": "vsce package",
35273527
"pretty": "prettier --config .prettierrc --loglevel warn --write \"./**/*.ts\"",
35283528
"pub": "vsce publish",
@@ -3555,7 +3555,7 @@
35553555
"tslint-prettiest": "0.0.1",
35563556
"typescript": "2.9.2",
35573557
"vscode": "1.1.18",
3558-
"webpack": "4.16.1",
3558+
"webpack": "4.16.3",
35593559
"webpack-cli": "3.1.0",
35603560
"webpack-node-externals": "1.7.2"
35613561
}

0 commit comments

Comments
 (0)