aboutsummaryrefslogtreecommitdiffstats
path: root/packages/test-utils/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-03-30 21:55:17 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:54:58 +0200
commit3248fed6e57b7986596e21197a9583b3770fac2a (patch)
treee417f4315d4f6d2a61109ab29aac0bcb487908bd /packages/test-utils/package.json
parentfeat(renderer): Renderer translations (diff)
downloadsophie-3248fed6e57b7986596e21197a9583b3770fac2a.tar.gz
sophie-3248fed6e57b7986596e21197a9583b3770fac2a.tar.zst
sophie-3248fed6e57b7986596e21197a9583b3770fac2a.zip
chore(deps): Bump but keep from react 18 for now
We need mui and mobx-react-like support before we can upgrade. See https://github.com/mobxjs/mobx/issues/2526 for discussion about the ramifications of concurrent rendering for mobx. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages/test-utils/package.json')
-rw-r--r--packages/test-utils/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json
index e39e28a..adb6002 100644
--- a/packages/test-utils/package.json
+++ b/packages/test-utils/package.json
@@ -13,6 +13,6 @@
13 "@types/jest": "^27.4.1", 13 "@types/jest": "^27.4.1",
14 "jest": "^27.5.1", 14 "jest": "^27.5.1",
15 "jest-each": "^27.5.1", 15 "jest-each": "^27.5.1",
16 "type-fest": "^2.12.0" 16 "type-fest": "^2.12.1"
17 } 17 }
18} 18}