From 4d03676532d1b49a5df6b1bf3023a5447a6f54f7 Mon Sep 17 00:00:00 2001 From: Louis <6723574+louisgv@users.noreply.github.com> Date: Sun, 9 Oct 2022 17:42:49 -0400 Subject: [PATCH] chore: bump deps --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ca068a9e..4b74f4a2 100644 --- a/package.json +++ b/package.json @@ -33,14 +33,14 @@ "got": "12.5.1" }, "devDependencies": { - "@jest/globals": "29.1.1", - "@plasmohq/prettier-plugin-sort-imports": "3.5.2", - "@plasmohq/rps": "1.5.2", - "@types/node": "18.7.23", + "@jest/globals": "29.1.2", + "@plasmohq/prettier-plugin-sort-imports": "3.5.4", + "@plasmohq/rps": "1.5.3", + "@types/node": "18.8.3", "cross-env": "7.0.3", - "jest": "29.1.1", + "jest": "29.1.2", "prettier": "2.7.1", - "ts-jest": "29.0.2", + "ts-jest": "29.0.3", "tsup": "6.2.3", "typescript": "4.8.4" }