Skip to content

Commit e95cc2f

Browse files
committed
another stab at the TypeScript dependencies.
1 parent dcf3e31 commit e95cc2f

5 files changed

Lines changed: 32 additions & 52 deletions

File tree

clients/TypeScript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-plugin-standard": "^5.0.0",
4747
"eslint-watch": "^7.0.0",
4848
"jest": "^26.6.3",
49-
"json-schema-to-typescript": "git+https://github.com/CardanoSolutions/json-schema-to-typescript.git",
49+
"json-schema-to-typescript": "git://github.com/CardanoSolutions/json-schema-to-typescript.git",
5050
"shx": "^0.3.3",
5151
"ts-jest": "^26.5.3",
5252
"typedoc": "^0.21.4",

clients/TypeScript/packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-watch": "^7.0.0",
4242
"http-status-codes": "^2.1.4",
4343
"jest": "^26.6.3",
44-
"json-schema-to-typescript": "https://github.com/CardanoSolutions/json-schema-to-typescript",
44+
"json-schema-to-typescript": "git://github.com/CardanoSolutions/json-schema-to-typescript.git",
4545
"shx": "^0.3.3",
4646
"ts-jest": "^26.5.3",
4747
"typescript": "^4.2.3"

clients/TypeScript/packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "shx echo No tests in this package"
2424
},
2525
"devDependencies": {
26-
"json-schema-to-typescript": "https://github.com/CardanoSolutions/json-schema-to-typescript",
26+
"json-schema-to-typescript": "git://github.com/CardanoSolutions/json-schema-to-typescript.git",
2727
"shx": "^0.3.3"
2828
},
2929
"files": [

clients/TypeScript/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"types": ["node", "jest"],
34
"composite": true,
45
"module": "commonjs",
56
"target": "es2020",

clients/TypeScript/yarn.lock

Lines changed: 28 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -747,11 +747,11 @@
747747
form-data "^4.0.4"
748748

749749
"@types/node@*":
750-
version "24.6.2"
751-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.6.2.tgz#59b99878b6fed17e698e7d09e51c729c5877736a"
752-
integrity sha512-d2L25Y4j+W3ZlNAeMKcy7yDsK425ibcAOO2t7aPTz6gNMH0z2GThtwENCDc0d/Pw9wgyRqE5Px1wkV7naz8ang==
750+
version "24.7.2"
751+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.7.2.tgz#5adf66b6e2ac5cab1d10a2ad3682e359cb652f4a"
752+
integrity sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==
753753
dependencies:
754-
undici-types "~7.13.0"
754+
undici-types "~7.14.0"
755755

756756
"@types/node@^14.14.32":
757757
version "14.18.63"
@@ -1249,9 +1249,9 @@ base@^0.11.1:
12491249
pascalcase "^0.1.1"
12501250

12511251
baseline-browser-mapping@^2.8.9:
1252-
version "2.8.10"
1253-
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.10.tgz#32eb5e253d633fa3fa3ffb1685fabf41680d9e8a"
1254-
integrity sha512-uLfgBi+7IBNay8ECBO2mVMGZAc1VgZWEChxm4lv+TobGdG82LnXMjuNGo/BSSZZL4UmkWhxEHP2f5ziLNwGWMA==
1252+
version "2.8.16"
1253+
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.16.tgz#e17789673e7f4b7654f81ab2ef25e96ab6a895f9"
1254+
integrity sha512-OMu3BGQ4E7P1ErFsIPpbJh0qvDudM/UuJeHgkAvfWe+0HFJCXh+t/l8L6fVLR55RI/UbKrVLnAXZSVwd9ysWYw==
12551255

12561256
bcrypt-pbkdf@^1.0.0:
12571257
version "1.0.2"
@@ -1425,9 +1425,9 @@ camelcase@^6.0.0:
14251425
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
14261426

14271427
caniuse-lite@^1.0.30001746:
1428-
version "1.0.30001747"
1429-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001747.tgz#2cfbbb7f1f046439ebaf34bba337ee3d3474c7e5"
1430-
integrity sha512-mzFa2DGIhuc5490Nd/G31xN1pnBnYMadtkyTjefPI7wzypqgCEpeWu9bJr0OnDsyKrW75zA9ZAt7pbQFmwLsQg==
1428+
version "1.0.30001750"
1429+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001750.tgz#c229f82930033abd1502c6f73035356cf528bfbc"
1430+
integrity sha512-cuom0g5sdX6rw00qOoLNSFCJ9/mYIsuSOA+yzpDw8eopiFqcVwQvZHqov0vmEighRxX++cfC0Vg1G+1Iy/mSpQ==
14311431

14321432
capture-exit@^2.0.0:
14331433
version "2.0.0"
@@ -1616,9 +1616,9 @@ copy-descriptor@^0.1.0:
16161616
integrity sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==
16171617

16181618
core-js@^3.2.1:
1619-
version "3.45.1"
1620-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.45.1.tgz#5810e04a1b4e9bc5ddaa4dd12e702ff67300634d"
1621-
integrity sha512-L4NPsJlCfZsPeXukyzHFlg/i7IIVwHSItR0wg0FLNqYClJ4MQYTYLbC7EkjKYRLZF2iof2MUgN0EGy7MdQFChg==
1619+
version "3.46.0"
1620+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.46.0.tgz#323a092b96381a9184d0cd49ee9083b2f93373bb"
1621+
integrity sha512-vDMm9B0xnqqZ8uSBpZ8sNtRtOdmfShrvT6h2TuQGLs0Is+cR0DYbj/KWP6ALVNbWPpqA/qPLoOuppJN07humpA==
16221622

16231623
core-util-is@1.0.2:
16241624
version "1.0.2"
@@ -1904,9 +1904,9 @@ ecc-jsbn@~0.1.1:
19041904
safer-buffer "^2.1.0"
19051905

19061906
electron-to-chromium@^1.5.227:
1907-
version "1.5.230"
1908-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.230.tgz#06ddb4a6302a78b2a3e8dcf1dd2563bcfdd546c9"
1909-
integrity sha512-A6A6Fd3+gMdaed9wX83CvHYJb4UuapPD5X5SLq72VZJzxHSY0/LUweGXRWmQlh2ln7KV7iw7jnwXK7dlPoOnHQ==
1907+
version "1.5.234"
1908+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.234.tgz#d895b6dba84269f4e83b3a1149dcc55e27848c30"
1909+
integrity sha512-RXfEp2x+VRYn8jbKfQlRImzoJU01kyDvVPBmG39eU2iuRVhuS6vQNocB8J0/8GrIMLnPzgz4eW6WiRnJkTuNWg==
19101910

19111911
emittery@^0.7.1:
19121912
version "0.7.2"
@@ -3999,30 +3999,9 @@ json-schema-ref-parser@^9.0.6:
39993999
dependencies:
40004000
"@apidevtools/json-schema-ref-parser" "9.0.9"
40014001

4002-
"json-schema-to-typescript@git+https://github.com/CardanoSolutions/json-schema-to-typescript.git":
4002+
"json-schema-to-typescript@git://github.com/CardanoSolutions/json-schema-to-typescript.git":
40034003
version "10.1.5"
4004-
resolved "git+https://github.com/CardanoSolutions/json-schema-to-typescript.git#09cdb4c5d46a7eeae4fbb39b6815ad385b3160eb"
4005-
dependencies:
4006-
"@types/json-schema" "^7.0.6"
4007-
"@types/lodash" "^4.14.168"
4008-
"@types/prettier" "^2.1.5"
4009-
cli-color "^2.0.0"
4010-
get-stdin "^8.0.0"
4011-
glob "^7.1.6"
4012-
glob-promise "^3.4.0"
4013-
is-glob "^4.0.1"
4014-
json-schema-ref-parser "^9.0.6"
4015-
json-stringify-safe "^5.0.1"
4016-
lodash "^4.17.20"
4017-
minimist "^1.2.5"
4018-
mkdirp "^1.0.4"
4019-
mz "^2.7.0"
4020-
prettier "^2.2.0"
4021-
4022-
"json-schema-to-typescript@https://github.com/CardanoSolutions/json-schema-to-typescript":
4023-
version "10.1.5"
4024-
uid "09cdb4c5d46a7eeae4fbb39b6815ad385b3160eb"
4025-
resolved "https://github.com/CardanoSolutions/json-schema-to-typescript#09cdb4c5d46a7eeae4fbb39b6815ad385b3160eb"
4004+
resolved "git://github.com/CardanoSolutions/json-schema-to-typescript.git#09cdb4c5d46a7eeae4fbb39b6815ad385b3160eb"
40264005
dependencies:
40274006
"@types/json-schema" "^7.0.6"
40284007
"@types/lodash" "^4.14.168"
@@ -4501,9 +4480,9 @@ node-notifier@^8.0.0:
45014480
which "^2.0.2"
45024481

45034482
node-releases@^2.0.21:
4504-
version "2.0.21"
4505-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.21.tgz#f59b018bc0048044be2d4c4c04e4c8b18160894c"
4506-
integrity sha512-5b0pgg78U3hwXkCM8Z9b2FJdPZlr9Psr9V2gQPESdGHqbntyFJKFW4r5TeWGFzafGY3hzs1JC62VEQMbl1JFkw==
4483+
version "2.0.23"
4484+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.23.tgz#2ecf3d7ba571ece05c67c77e5b7b1b6fb9e18cea"
4485+
integrity sha512-cCmFDMSm26S6tQSDpBCg/NR8NENrVPhAJSf+XbxBG4rPFaaonlEoE9wHQmun+cls499TQGSb7ZyPBRlzgKfpeg==
45074486

45084487
noop-logger@^0.1.1:
45094488
version "0.1.1"
@@ -5299,9 +5278,9 @@ saxes@^5.0.1:
52995278
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
53005279

53015280
semver@7.x, semver@^7.2.1, semver@^7.3.2, semver@^7.3.5, semver@^7.5.3:
5302-
version "7.7.2"
5303-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
5304-
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
5281+
version "7.7.3"
5282+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
5283+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
53055284

53065285
semver@^6.1.0, semver@^6.3.0, semver@^6.3.1:
53075286
version "6.3.1"
@@ -6172,10 +6151,10 @@ unbox-primitive@^1.1.0:
61726151
has-symbols "^1.1.0"
61736152
which-boxed-primitive "^1.1.1"
61746153

6175-
undici-types@~7.13.0:
6176-
version "7.13.0"
6177-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.13.0.tgz#a20ba7c0a2be0c97bd55c308069d29d167466bff"
6178-
integrity sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==
6154+
undici-types@~7.14.0:
6155+
version "7.14.0"
6156+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.14.0.tgz#4c037b32ca4d7d62fae042174604341588bc0840"
6157+
integrity sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==
61796158

61806159
union-value@^1.0.0:
61816160
version "1.0.1"

0 commit comments

Comments
 (0)