diff --git a/package-lock.json b/package-lock.json index 794eb457..da63371e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,12 +9,12 @@ "version": "0.0.0-development", "license": "MIT", "dependencies": { - "@octokit/tsconfig": "^2.0.0", "@octokit/types": "^10.0.0" }, "devDependencies": { "@octokit/core": "^4.0.0", "@octokit/plugin-rest-endpoint-methods": "^7.2.1", + "@octokit/tsconfig": "^2.0.0", "@types/fetch-mock": "^7.3.1", "@types/jest": "^29.0.0", "@types/node": "^18.0.0", @@ -1922,7 +1922,8 @@ "node_modules/@octokit/tsconfig": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@octokit/tsconfig/-/tsconfig-2.0.0.tgz", - "integrity": "sha512-tWnrai3quGt8+gRN2edzo9fmraWekeryXPeXDomMw2oFSpu/lH3VSWGn/q4V+rwjTRMeeXk/ci623/01Zet4VQ==" + "integrity": "sha512-tWnrai3quGt8+gRN2edzo9fmraWekeryXPeXDomMw2oFSpu/lH3VSWGn/q4V+rwjTRMeeXk/ci623/01Zet4VQ==", + "dev": true }, "node_modules/@octokit/types": { "version": "10.0.0", @@ -9203,7 +9204,8 @@ "@octokit/tsconfig": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@octokit/tsconfig/-/tsconfig-2.0.0.tgz", - "integrity": "sha512-tWnrai3quGt8+gRN2edzo9fmraWekeryXPeXDomMw2oFSpu/lH3VSWGn/q4V+rwjTRMeeXk/ci623/01Zet4VQ==" + "integrity": "sha512-tWnrai3quGt8+gRN2edzo9fmraWekeryXPeXDomMw2oFSpu/lH3VSWGn/q4V+rwjTRMeeXk/ci623/01Zet4VQ==", + "dev": true }, "@octokit/types": { "version": "10.0.0", diff --git a/package.json b/package.json index 73b96194..c12e1f4b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ ], "license": "MIT", "dependencies": { - "@octokit/tsconfig": "^2.0.0", "@octokit/types": "^10.0.0" }, "peerDependencies": { @@ -34,6 +33,7 @@ "devDependencies": { "@octokit/core": "^4.0.0", "@octokit/plugin-rest-endpoint-methods": "^7.2.1", + "@octokit/tsconfig": "^2.0.0", "@types/fetch-mock": "^7.3.1", "@types/jest": "^29.0.0", "@types/node": "^18.0.0",