aboutsummaryrefslogtreecommitdiffstats
path: root/packages/test-utils/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-07 16:11:33 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:03 +0200
commit04030b93b8bb19adf899006815cc859698908feb (patch)
tree5e7193f6ca0dff61b7066bc5cc5cbf61a208394b /packages/test-utils/package.json
parentrefactor: electron-builder config (diff)
downloadsophie-04030b93b8bb19adf899006815cc859698908feb.tar.gz
sophie-04030b93b8bb19adf899006815cc859698908feb.tar.zst
sophie-04030b93b8bb19adf899006815cc859698908feb.zip
chore(deps): bump to react 18
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages/test-utils/package.json')
-rw-r--r--packages/test-utils/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json
index c6f4945..8f7bb0e 100644
--- a/packages/test-utils/package.json
+++ b/packages/test-utils/package.json
@@ -11,8 +11,8 @@
11 }, 11 },
12 "dependencies": { 12 "dependencies": {
13 "@types/jest": "^27.5.0", 13 "@types/jest": "^27.5.0",
14 "jest": "^28.0.3", 14 "jest": "^28.1.0",
15 "jest-each": "^28.0.2", 15 "jest-each": "^28.1.0",
16 "type-fest": "^2.12.2" 16 "type-fest": "^2.12.2"
17 } 17 }
18} 18}