Skip to content

Commit

Permalink
Change: update all dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalmazor committed Oct 11, 2024
1 parent 3264e30 commit 28ec8a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
],
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"fetch-mock": "^11.1.5",
"jest": "^29.7.0",
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "3.2.4",
"ts-jest": "^29.1.2",
"typescript": "^4.9.5"
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.1.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
},
"license": "MIT",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"esModuleInterop": false,
"exactOptionalPropertyTypes": false,
"forceConsistentCasingInFileNames": true,
"importsNotUsedAsValues": "error",
"isolatedModules": true,
"lib": ["ESNext", "DOM"],
"module": "CommonJS",
Expand Down

0 comments on commit 28ec8a5

Please sign in to comment.