Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.json housekeeping #65

Merged
merged 13 commits into from
Jan 5, 2021
52 changes: 27 additions & 25 deletions extension/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "dvc-integration",
"private": true,
"displayName": "DVC Integration",
"description": "",
"publisher": "todo-dvc",
"displayName": "DVC",
"description": "DVC VSCode extension",
"publisher": "iterative",
"icon": "docs/dvc.png",
"version": "0.1.0",
"license": "Apache-2.0",
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/iterative/vscode-dvc"
Expand All @@ -30,7 +31,8 @@
"theme": "dark"
},
"engines": {
"vscode": "^1.46.0"
"vscode": "^1.52.0",
"node": ">=10.2.0"
},
"activationEvents": [
"*",
Expand Down Expand Up @@ -114,35 +116,35 @@
"@hediet/node-reload": "^0.7.3",
"@hediet/std": "^0.6.0",
"@types/mocha": "^8.2.0",
"bufferutil": "^4.0.1",
"dayjs": "^1.9.4",
"bufferutil": "^4.0.3",
"dayjs": "^1.10.1",
"glob": "^7.1.6",
"mobx": "^6.0.1",
"mobx": "^6.0.4",
"mocha": "^8.2.1",
"utf-8-validate": "^5.0.2",
"utf-8-validate": "^5.0.3",
"vscode-test": "^1.4.1"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^5.0.0",
"@types/jest": "^26.0.15",
"@types/node": "^13.7.4",
"@types/vscode": "1.46.0",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.19",
"@types/vscode": "1.52.0",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"copy-webpack-plugin": "^5.1.1",
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.14.0",
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.6.0",
"prettier": "^2.1.2",
"shx": "^0.3.2",
"ts-jest": "^26.4.1",
"ts-loader": "^6.2.1",
"tslint": "^6.0.0",
"typescript": "^3.8.2",
"vsce": "^1.81.1",
"eslint-plugin-prettier": "^3.3.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"shx": "^0.3.3",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.13",
"tslint": "^6.1.3",
"typescript": "^4.1.3",
"vsce": "^1.83.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
}
Expand Down
7 changes: 4 additions & 3 deletions webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@
"@types/classnames": "^2.2.9",
"@types/html-webpack-plugin": "^3.2.2",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.19",
"@types/react": "^16.9.22",
"@types/react-dom": "^16.9.5",
"@types/react-measure": "^2.0.6",
"@types/react-table": "^7.0.25",
"@types/webpack": "^4.41.6",
"@types/webpack": "^4.41.25",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.2",
"eslint-plugin-prettier": "^3.1.4",
Expand All @@ -44,8 +45,8 @@
"style-loader": "^1.1.3",
"ts-jest": "^26.4.3",
"ts-loader": "^6.2.1",
"ts-node": "^8.6.2",
"typescript": "^3.8.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
Expand Down
Loading