From 1c9a0b2e09255b25a90306a253c0841a06e9b537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 27 Jun 2023 10:58:15 +0200 Subject: [PATCH] chore: update jest deps and co MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- package-lock.json | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f192873..d983b02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/core": "^7.13.10", "@babel/eslint-parser": "^7.22.5", "@nextcloud/eslint-plugin": "^2.0.0", - "@types/jest": "^29.4.0", + "@types/jest": "^29.5.2", "@vue/eslint-config-typescript": "^11.0.3", "eslint": "^8.43.0", "eslint-config-standard": "^17.1.0", @@ -23,8 +23,8 @@ "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-vue": "^9.15.1", - "jest": "^29.4.1", - "ts-jest": "^29.0.5", + "jest": "^29.5.0", + "ts-jest": "^29.1.0", "typescript": "^5.1.3", "vue-eslint-parser": "^9.3.1" }, diff --git a/package.json b/package.json index 37ee1d7..57cff57 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@babel/core": "^7.13.10", "@babel/eslint-parser": "^7.22.5", "@nextcloud/eslint-plugin": "^2.0.0", - "@types/jest": "^29.4.0", + "@types/jest": "^29.5.2", "@vue/eslint-config-typescript": "^11.0.3", "eslint": "^8.43.0", "eslint-config-standard": "^17.1.0", @@ -43,8 +43,8 @@ "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-vue": "^9.15.1", - "jest": "^29.4.1", - "ts-jest": "^29.0.5", + "jest": "^29.5.0", + "ts-jest": "^29.1.0", "typescript": "^5.1.3", "vue-eslint-parser": "^9.3.1" },