Skip to content

Commit e5f82d9

Browse files
committed
Pin dependencies to exact versions
Since we use Dependabot, we don't want NPM just updating these on install. Instead, the bot will update and on successful CI, it'll merge. This way both our releases and development environments are more reproducible.
1 parent cced396 commit e5f82d9

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

package.json

+30-30
Original file line numberDiff line numberDiff line change
@@ -74,38 +74,38 @@
7474
"onWalkthrough:PowerShell"
7575
],
7676
"dependencies": {
77-
"@vscode/extension-telemetry": "^0.6.2",
78-
"node-fetch": "~2.6.9",
79-
"semver": "~7.3.8",
80-
"uuid": "~9.0.0",
81-
"vscode-languageclient": "~8.0.2",
82-
"vscode-languageserver-protocol": "~3.17.2"
77+
"@vscode/extension-telemetry": "0.6.2",
78+
"node-fetch": "2.6.9",
79+
"semver": "7.3.8",
80+
"uuid": "9.0.0",
81+
"vscode-languageclient": "8.0.2",
82+
"vscode-languageserver-protocol": "3.17.2"
8383
},
8484
"devDependencies": {
85-
"@types/glob": "~8.0.1",
86-
"@types/mocha": "~10.0.1",
87-
"@types/mock-fs": "~4.13.1",
88-
"@types/node": "~14.17.4",
89-
"@types/node-fetch": "~2.6.2",
90-
"@types/rewire": "~2.5.28",
91-
"@types/semver": "~7.3.13",
92-
"@types/sinon": "~10.0.13",
93-
"@types/uuid": "~9.0.0",
94-
"@types/vscode": "~1.65.0",
95-
"@typescript-eslint/eslint-plugin": "^5.52.0",
96-
"@typescript-eslint/parser": "^5.52.0",
97-
"@vscode/test-electron": "~2.2.3",
98-
"@vscode/vsce": "~2.17.0",
99-
"esbuild": "^0.17.8",
100-
"eslint": "^8.34.0",
101-
"eslint-plugin-header": "^3.1.1",
102-
"glob": "^8.1.0",
103-
"mocha": "~10.2.0",
104-
"mocha-multi-reporters": "~1.5.1",
105-
"mock-fs": "~5.2.0",
106-
"rewire": "~6.0.0",
107-
"sinon": "~15.0.1",
108-
"typescript": "~4.9.5"
85+
"@types/glob": "8.0.1",
86+
"@types/mocha": "10.0.1",
87+
"@types/mock-fs": "4.13.1",
88+
"@types/node": "14.17.4",
89+
"@types/node-fetch": "2.6.2",
90+
"@types/rewire": "2.5.28",
91+
"@types/semver": "7.3.13",
92+
"@types/sinon": "10.0.13",
93+
"@types/uuid": "9.0.0",
94+
"@types/vscode": "1.65.0",
95+
"@typescript-eslint/eslint-plugin": "5.52.0",
96+
"@typescript-eslint/parser": "5.52.0",
97+
"@vscode/test-electron": "2.2.3",
98+
"@vscode/vsce": "2.17.0",
99+
"esbuild": "0.17.8",
100+
"eslint": "8.34.0",
101+
"eslint-plugin-header": "3.1.1",
102+
"glob": "8.1.0",
103+
"mocha": "10.2.0",
104+
"mocha-multi-reporters": "1.5.1",
105+
"mock-fs": "5.2.0",
106+
"rewire": "6.0.0",
107+
"sinon": "15.0.1",
108+
"typescript": "4.9.5"
109109
},
110110
"extensionDependencies": [
111111
"vscode.powershell"

0 commit comments

Comments
 (0)