From 43bae8aa727a99bdc3c8910b7f03665ea123139e Mon Sep 17 00:00:00 2001 From: Chris Phillips Date: Tue, 8 Mar 2022 11:57:52 +0000 Subject: [PATCH] ff changes --- .prettierignore | 4 +++- package.json | 17 ++++++++--------- tsconfig.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.prettierignore b/.prettierignore index 40af9dc..86547d1 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,5 @@ dist docs -node_modules \ No newline at end of file +node_modules +pnpm-lock.yaml +package.json diff --git a/package.json b/package.json index 3addbf8..cd4e387 100644 --- a/package.json +++ b/package.json @@ -15,21 +15,20 @@ "author": "", "license": "ISC", "dependencies": { - "undici": "^4.13.0", - "yarn": "^1.22.17" + "undici": "^4.15.1" }, "files": [ "dist/**" ], "devDependencies": { - "@types/node": "^17.0.15", - "@typescript-eslint/eslint-plugin": "^5.10.2", - "@typescript-eslint/parser": "^5.10.2", - "eslint": "^8.8.0", - "eslint-config-prettier": "^8.3.0", + "@types/node": "^17.0.21", + "@typescript-eslint/eslint-plugin": "^5.14.0", + "@typescript-eslint/parser": "^5.14.0", + "eslint": "^8.10.0", + "eslint-config-prettier": "^8.5.0", "prettier": "^2.5.1", - "typedoc": "^0.22.11", - "typescript": "^4.5.5" + "typedoc": "^0.22.13", + "typescript": "^4.6.2" }, "types": "./dist/index.d.ts", "volta": { diff --git a/tsconfig.json b/tsconfig.json index 2af3b56..b80115e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -40,7 +40,7 @@ "declaration": true /* Generate .d.ts files from TypeScript and JavaScript files in your project. */, // "declarationMap": true, /* Create sourcemaps for d.ts files. */ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ - // "sourceMap": true, /* Create source map files for emitted JavaScript files. */ + "sourceMap": true, /* Create source map files for emitted JavaScript files. */ // "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */ "outDir": "dist" /* Specify an output folder for all emitted files. */, // "removeComments": true, /* Disable emitting comments. */