Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand committed Sep 17, 2020
1 parent 5c15bfb commit f893e8c
Show file tree
Hide file tree
Showing 2 changed files with 637 additions and 457 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "vscode-nodebook",
"displayName": "Nodebook",
"description": "Node.js Notebook for VS Code",
"version": "0.0.1",
"version": "1.0.0",
"enableProposedApi": true,
"engines": {
"vscode": "^1.45.0"
"vscode": "^1.49.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -73,22 +73,22 @@
"updatetypes": "cd src/types && vscode-dts dev && vscode-dts master"
},
"devDependencies": {
"@types/glob": "^7.1.1",
"@types/mocha": "^7.0.2",
"@types/glob": "^7.1.3",
"@types/mocha": "^8.0.3",
"@types/node": "^13.11.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"eslint": "^6.8.0",
"eslint-plugin-header": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"eslint": "^7.9.0",
"eslint-plugin-header": "^3.1.0",
"glob": "^7.1.6",
"mocha": "^7.1.2",
"typescript": "^3.8.3",
"vscode-test": "^1.3.0",
"mocha": "^8.1.3",
"typescript": "^4.0.2",
"vscode-test": "^1.4.0",
"vscode-dts": "^0.3.1"
},
"dependencies": {
"vscode-debugprotocol": "1.41.0",
"rimraf": "^2.6.2",
"rimraf": "^3.0.2",
"get-port": "^5.1.1"
}
}
Loading

0 comments on commit f893e8c

Please sign in to comment.