aboutsummaryrefslogtreecommitdiffstats
path: root/packages/test-utils/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/test-utils/package.json')
-rw-r--r--packages/test-utils/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json
index 2f0610a..e39e28a 100644
--- a/packages/test-utils/package.json
+++ b/packages/test-utils/package.json
@@ -10,9 +10,9 @@
10 "types": "yarn g:types" 10 "types": "yarn g:types"
11 }, 11 },
12 "dependencies": { 12 "dependencies": {
13 "@types/jest": "^27.4.0", 13 "@types/jest": "^27.4.1",
14 "jest": "^27.4.7", 14 "jest": "^27.5.1",
15 "jest-each": "^27.4.6", 15 "jest-each": "^27.5.1",
16 "type-fest": "^2.11.0" 16 "type-fest": "^2.12.0"
17 } 17 }
18} 18}