Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 9, 2023
1 parent 7df9ac4 commit 97ba27b
Show file tree
Hide file tree
Showing 21 changed files with 45 additions and 7,179 deletions.
1,258 changes: 0 additions & 1,258 deletions client-node-tests/package-lock.json

This file was deleted.

24 changes: 12 additions & 12 deletions client-node-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "",
"version": "0.0.1",
"engines": {
"vscode": "^1.79.0"
"vscode": "1.79.0"
},
"categories": [
"Other"
Expand All @@ -29,21 +29,21 @@
"all:publish": "git clean -xfd . && npm install && npm run symlink:publish && npm run compile:publish && npm run test:publish"
},
"dependencies": {
"minimatch": "^9.0.3",
"minimatch": "9.0.3",
"vscode-languageserver": "9.0.1",
"vscode-uri": "3.0.8"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/minimatch": "^5.1.2",
"@types/sinon": "^10.0.20",
"@types/uuid": "^9.0.6",
"@types/vscode": "1.82.0",
"find-process": "^1.4.7",
"glob": "^10.3.10",
"sinon": "^17.0.0",
"uuid": "^9.0.1",
"vscode-test": "^1.6.1"
"@types/glob": "8.1.0",
"@types/minimatch": "5.1.2",
"@types/sinon": "17.0.1",
"@types/uuid": "9.0.7",
"@types/vscode": "1.84.1",
"find-process": "1.4.7",
"glob": "10.3.10",
"sinon": "17.0.1",
"uuid": "9.0.1",
"vscode-test": "1.6.1"
},
"enabledApiProposals": []
}
327 changes: 0 additions & 327 deletions client/package-lock.json

This file was deleted.

14 changes: 7 additions & 7 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Microsoft Corporation",
"license": "MIT",
"engines": {
"vscode": "^1.82.0"
"vscode": "1.82.0"
},
"repository": {
"type": "git",
Expand All @@ -22,14 +22,14 @@
},
"typings": "./lib/common/api.d.ts",
"devDependencies": {
"@types/minimatch": "^5.1.2",
"@types/semver": "^7.5.4",
"@types/vscode": "1.82.0",
"shx": "^0.3.4"
"@types/minimatch": "5.1.2",
"@types/semver": "7.5.5",
"@types/vscode": "1.84.1",
"shx": "0.3.4"
},
"dependencies": {
"minimatch": "^9.0.3",
"semver": "^7.5.4",
"minimatch": "9.0.3",
"semver": "7.5.4",
"vscode-languageserver-protocol": "3.17.5"
},
"scripts": {
Expand Down
Loading

0 comments on commit 97ba27b

Please sign in to comment.