Skip to content

Commit c154a81

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 54acc0f commit c154a81

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -518,28 +518,28 @@
518518
"onLanguage:python"
519519
],
520520
"dependencies": {
521-
"fs-extra": "^11.2.0",
522-
"iconv-lite": "^0.6.3",
523-
"jsonc-parser": "^3.2.0",
524-
"lodash": "^4.17.21"
521+
"fs-extra": "11.2.0",
522+
"iconv-lite": "0.6.3",
523+
"jsonc-parser": "3.2.0",
524+
"lodash": "4.17.21"
525525
},
526526
"devDependencies": {
527-
"@types/chai": "^4.3.4",
528-
"@types/chai-as-promised": "^7.1.8",
529-
"@types/fs-extra": "^11.0.4",
530-
"@types/glob": "^7.2.0",
531-
"@types/lodash": "^4.14.191",
527+
"@types/chai": "4.3.4",
528+
"@types/chai-as-promised": "7.1.8",
529+
"@types/fs-extra": "11.0.4",
530+
"@types/glob": "7.2.0",
531+
"@types/lodash": "4.14.191",
532532
"@types/node": "18.x",
533-
"@types/semver": "^7.3.13",
534-
"@types/sinon": "^10.0.13",
535-
"chai": "^4.3.7",
536-
"chai-as-promised": "^7.1.1",
537-
"glob": "^8.0.3",
538-
"semver": "^7.5.4",
539-
"sinon": "^15.0.2",
540-
"ts-loader": "^9.3.1",
541-
"ts-mockito": "^2.6.1",
542-
"typemoq": "^2.1.0"
533+
"@types/semver": "7.3.13",
534+
"@types/sinon": "10.0.13",
535+
"chai": "4.3.7",
536+
"chai-as-promised": "7.1.1",
537+
"glob": "8.0.3",
538+
"semver": "7.5.4",
539+
"sinon": "15.0.2",
540+
"ts-loader": "9.3.1",
541+
"ts-mockito": "2.6.1",
542+
"typemoq": "2.1.0"
543543
},
544544
"extensionDependencies": [
545545
"ms-python.python"

0 commit comments

Comments
 (0)