Skip to content

Commit

Permalink
Fix @types/jest in regular dependencies
Browse files Browse the repository at this point in the history
🤦
  • Loading branch information
spenserblack authored Nov 14, 2024
1 parent b27674f commit 278e1f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
"@babel/preset-typescript": "^7.26.0",
"@eslint/js": "^9.14.0",
"@tsconfig/recommended": "^1.0.8",
"@types/jest": "^29.5.14",
"babel-jest": "^29.7.0",
"globals": "^15.12.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0"
},
"dependencies": {
"@types/jest": "^29.5.12"
},
"packageManager": "[email protected]"
}
13 changes: 6 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 278e1f4

Please sign in to comment.