bump
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -53,7 +53,7 @@ |
"testEnvironment": "node" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.0.1", | ||
"@types/jest": "^29.2.3", | ||
"@types/node": "^18.7.17", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
... | ... | @@ -62,10 +62,10 @@ |
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^3.4.1", | ||
"jest": "^29.0.3", | ||
"jest": "^29.3.1", | ||
"prettier": "^2.7.1", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^29.0.0", | ||
"ts-jest": "^29.0.3", | ||
"typescript": "^4.8.3" | ||
}, | ||
"peerDependencies": { | ||
... | ... |
Please register or sign in to comment