From e4830acced0c932115d47e0fe7db81bce61c70d6 Mon Sep 17 00:00:00 2001 From: Adrien ERAUD Date: Mon, 11 Dec 2023 21:24:59 +0100 Subject: [PATCH] Update packages --- package.json | 8 ++++---- tsconfig.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a6a27ce..15388da 100644 --- a/package.json +++ b/package.json @@ -42,15 +42,15 @@ "@types/jsdom": "^21.1.6", "@types/mocha": "^10.0.6", "@types/node": "^20.10.4", - "@typescript-eslint/eslint-plugin": "^6.13.2", - "@typescript-eslint/parser": "^6.13.2", + "@typescript-eslint/eslint-plugin": "^6.14.0", + "@typescript-eslint/parser": "^6.14.0", "eslint": "^8.55.0", "eslint-config-prettier": "^9.1.0", "jsdom": "^23.0.1", "mocha": "^10.2.0", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "ts-loader": "^9.5.1", - "ts-node": "^10.9.1", + "ts-node": "^10.9.2", "typedoc": "^0.25.4", "typescript": "^5.3.3" }, diff --git a/tsconfig.json b/tsconfig.json index 540fd82..e3a6cfa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@tsconfig/next/tsconfig.json", + "extends": "@tsconfig/next/tsconfig.json", "compilerOptions": { "target": "esnext", "outDir": "./dist",