Skip to content

Commit

Permalink
[repo] Adopt latest jest to remove packageExtensions (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamChou19815 authored May 29, 2021
1 parent 4306047 commit 122b1fa
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 324 deletions.
8 changes: 0 additions & 8 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
packageExtensions:
jest-util@*:
dependencies:
jest-runner: "*"
jest-circus@*:
dependencies:
slash: "^3.0.0"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"devDependencies": {
"@dev-sam/eslint-config-common": "0.21.0",
"@dev-sam/jest-esbuild-transformer": "workspace:0.4.0",
"@jest/test-sequencer": "^27.0.2",
"@types/jest": "^26.0.23",
"@types/node": "^15.6.1",
"@typescript-eslint/eslint-plugin": "^4.25.0",
Expand All @@ -31,7 +32,8 @@
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-import": "2.22.1",
"husky": "^6.0.0",
"jest": "^27.0.1",
"jest": "^27.0.2",
"jest-environment-node": "^27.0.2",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
Expand Down
Loading

0 comments on commit 122b1fa

Please sign in to comment.