From 4d7803594d7105852fac978f78d0d5f2933e3fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 29 Jun 2024 09:34:37 +0200 Subject: [PATCH] feat!: update dependencies --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index ce6a141..8be84ae 100644 --- a/package.json +++ b/package.json @@ -27,21 +27,21 @@ }, "homepage": "https://github.com/cheminfo/eslint-config-cheminfo-typescript#readme", "dependencies": { - "eslint-config-cheminfo": "^9.2.0" + "eslint-config-cheminfo": "^10.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^7.0.1", - "@typescript-eslint/parser": "^7.0.1", - "eslint": "^8.56.0", - "eslint-plugin-deprecation": "^2.0.0", - "typescript": "^5.1.6" + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", + "eslint": "^8.57.0", + "eslint-plugin-deprecation": "^3.0.0", + "typescript": "^5.4.5" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "7.0.1", - "@typescript-eslint/parser": "7.0.1", - "eslint-plugin-deprecation": "2.0.0", - "eslint": "8.56.0", - "prettier": "^3.2.5", - "typescript": "5.1.6" + "@typescript-eslint/eslint-plugin": "7.14.1", + "@typescript-eslint/parser": "7.14.1", + "eslint-plugin-deprecation": "3.0.0", + "eslint": "8.57.0", + "prettier": "^3.3.2", + "typescript": "5.4.5" } }