Skip to content

Commit 4c8fd9d

Browse files
authored
Merge pull request #62 from zardoy/develop
2 parents 8537d83 + da0f370 commit 4c8fd9d

File tree

8 files changed

+306
-29
lines changed

8 files changed

+306
-29
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ src/generated.ts
1414
src/configurationType.js
1515
src/configurationType.js.map
1616
src/configurationTypeCache.jsonc
17+
typescript/scripts/diagnostics.json
1718

1819
coverage
1920
*.lcov

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,12 @@
8080
"@milahu/patch-package-with-pnpm-support": "^6.4.8",
8181
"@types/fs-extra": "^9.0.13",
8282
"@types/node": "^16.11.21",
83+
"@types/semver": "^7.3.13",
8384
"@types/vscode": "^1.63.1",
8485
"@zardoy/tsconfig": "^1.3.1",
8586
"esbuild": "^0.15.15",
8687
"fs-extra": "^10.1.0",
88+
"got": "^12.5.3",
8789
"type-fest": "^2.13.1",
8890
"typed-jsonfile": "^0.2.1",
8991
"typescript": "^4.9.3",
@@ -121,6 +123,7 @@
121123
"pluralize": "github:plurals/pluralize#36f03cd2d573fa6d23e12e1529fa4627e2af74b4",
122124
"rambda": "^7.2.1",
123125
"require-from-string": "^2.0.2",
126+
"semver": "^7.3.8",
124127
"string-dedent": "^3.0.1",
125128
"ts-expose-internals": "^4.9.3",
126129
"ts-simple-type": "^1.0.7",

0 commit comments

Comments
 (0)