diff --git a/.npmrc b/.npmrc index 1ff38367..864b8b5c 100644 --- a/.npmrc +++ b/.npmrc @@ -14,3 +14,4 @@ @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com +@tradeshift:registry=https://npm.pkg.github.com diff --git a/package-lock.json b/package-lock.json index 4955d3e2..6d464d44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7306,19 +7306,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", - "dev": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/unbox-primitive": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", diff --git a/package.json b/package.json index 0a6d1d2c..d6ef377c 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "js-yaml": "5.2.0", "prettier": "3.6.2", "ts-jest": "29.2.5", - "typescript": "5.3.3" + "typescript": "6.0.3" } }