aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-06-18 03:42:59 +0400
committerGravatar Hassan Abouelela <[email protected]>2022-06-18 14:57:42 +0400
commit66cb23629b952de8e1a78f02316d5e201efa57df (patch)
tree9ab91d6624303f48f8bd920fc59a32d4f03d76f2 /package.json
parentRemove jest-environment-jsdom-fourteen (diff)
Bump Jest To 28.1.1
Bump jest and related dependencies, and account for breaking changes. Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 15794de..f27b9e0 100644
--- a/package.json
+++ b/package.json
@@ -60,8 +60,8 @@
]
},
"devDependencies": {
- "@swc/jest": "0.1.2",
- "@testing-library/jest-dom": "5.12.0",
+ "@swc/jest": "0.2.21",
+ "@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "11.2.6",
"@testing-library/user-event": "13.1.8",
"@types/jest": "28.1.2",
@@ -77,10 +77,10 @@
"eslint": "8.18.0",
"eslint-plugin-react": "7.30.0",
"husky": "8.0.1",
- "jest": "26.6.3",
- "jest-environment-jsdom": "26.6.2",
- "jest-resolve": "26.6.2",
- "jest-watch-typeahead": "0.6.3",
+ "jest": "28.1.1",
+ "jest-environment-jsdom": "28.1.1",
+ "jest-resolve": "28.1.1",
+ "jest-watch-typeahead": "1.1.0",
"webpack-dev-server": "3.11.2"
}
}