From dec8489771f15954246b4264642cadd97e1cd064 Mon Sep 17 00:00:00 2001 From: Ioan Lucut Date: Fri, 29 Sep 2023 15:17:17 +0300 Subject: [PATCH] Update package.json with newer versions of dependencies. --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66faa062c..0b7a74048 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "jest-watch-typeahead": "^2.2.2", "lodash": "^4.17.21", "prettier": "^3.0.3", - "prettier-plugin-latex": "2.0.1", + "prettier-plugin-latex": "^2.0.1", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "tslib": "^2.6.2", diff --git a/package.json b/package.json index a60774dfb..e9c9ed6aa 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "jest-watch-typeahead": "^2.2.2", "lodash": "^4.17.21", "prettier": "^3.0.3", - "prettier-plugin-latex": "2.0.1", + "prettier-plugin-latex": "^2.0.1", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "tslib": "^2.6.2",