Skip to content

Commit 7ee8051

Browse files
chore(): pin jest monorepo dev
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | npm | @types/jest | 28.1.8 | 30.0.0 | | npm | jest | 28.1.3 | 30.0.3 | | npm | jest-mock | 28.1.3 | 30.0.2 | | npm | jest-util | 28.1.3 | 30.0.2 | | npm | ts-jest | 28.0.8 | 29.4.0 |
1 parent bb5b045 commit 7ee8051

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@nestjs/testing": "^9.0.11",
101101
"@types/common-tags": "^1.8.1",
102102
"@types/express": "^4.17.13",
103-
"@types/jest": "^28.1.8",
103+
"@types/jest": "^30.0.0",
104104
"@types/jsonwebtoken": "^8.5.9",
105105
"@types/multer": "^1.4.7",
106106
"@types/node": "^18.6.2",
@@ -124,17 +124,17 @@
124124
"eslint-plugin-promise": "^6.0.1",
125125
"eslint-plugin-unicorn": "^43.0.2",
126126
"husky": "^8.0.1",
127-
"jest": "^28.1.3",
128-
"jest-mock": "^28.1.3",
129-
"jest-util": "^28.1.3",
127+
"jest": "^30.0.3",
128+
"jest-mock": "^30.0.2",
129+
"jest-util": "^30.0.2",
130130
"markdownlint-cli": "^0.32.2",
131131
"p-memoize": "^4.0.4",
132132
"prettier": "^2.7.1",
133133
"rimraf": "^3.0.2",
134134
"run-script-webpack-plugin": "^0.1.1",
135135
"source-map-support": "^0.5.21",
136136
"supertest": "^6.2.4",
137-
"ts-jest": "^28.0.8",
137+
"ts-jest": "^29.4.0",
138138
"ts-loader": "^9.3.1",
139139
"typedoc": "^0.23.11",
140140
"typescript": "^4.7.4",

0 commit comments

Comments
 (0)