aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-08-04 07:14:21 +0200
committerGravatar Hassan Abouelela <[email protected]>2022-08-04 07:14:21 +0200
commit7bd28368b523292dd1fac998a81e8b7de3ae72d7 (patch)
treeb135bea774b4c9e3e187d48ec5cbd06edc97f68a /package.json
parentBump ESLint To 8.21.0 (diff)
Bump Testing Dependencies
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 aa630c7..30a06dc 100644
--- a/package.json
+++ b/package.json
@@ -60,11 +60,11 @@
]
},
"devDependencies": {
- "@swc/jest": "0.2.21",
+ "@swc/jest": "0.2.22",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
- "@testing-library/user-event": "14.2.1",
- "@types/jest": "28.1.2",
+ "@testing-library/user-event": "14.4.1",
+ "@types/jest": "28.1.6",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.6",
@@ -77,9 +77,9 @@
"eslint": "8.21.0",
"eslint-plugin-react": "7.30.1",
"husky": "8.0.1",
- "jest": "28.1.1",
- "jest-environment-jsdom": "28.1.1",
- "jest-resolve": "28.1.1",
+ "jest": "28.1.3",
+ "jest-environment-jsdom": "28.1.3",
+ "jest-resolve": "28.1.3",
"jest-watch-typeahead": "2.0.0",
"webpack-dev-server": "4.9.3"
}