chore: hoist up testing-related packages

This commit is contained in:
Alessio Gravili
2023-09-01 21:57:59 +02:00
parent bd7bd8faec
commit eea371b336
3 changed files with 44 additions and 211 deletions

View File

@@ -21,7 +21,16 @@
"copyfiles": "2.4.1",
"cross-env": "7.0.3",
"prettier": "^3.0.3",
"typescript": "5.2.2"
"typescript": "5.2.2",
"@types/jest": "29.5.4",
"@types/testing-library__jest-dom": "5.14.8",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"@swc/jest": "0.2.29",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "13.4.0",
"@playwright/test": "1.37.1",
"ts-node": "10.9.1"
},
"engines": {
"node": ">=14",
@@ -112,4 +121,4 @@
"workspaces:": [
"packages/*"
]
}
}