chore: hoist up testing-related packages
This commit is contained in:
13
package.json
13
package.json
@@ -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/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user