We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8defe commit ac38ebeCopy full SHA for ac38ebe
package.json
@@ -53,7 +53,7 @@
53
"devDependencies": {
54
"@babel/cli": "7.28.0",
55
"@babel/core": "7.28.0",
56
- "@jest/environment": "29.7.0",
+ "@jest/environment": "30.0.5",
57
"@shelf/babel-config": "3.0.0",
58
"@shelf/eslint-config": "4.4.0",
59
"@shelf/prettier-config": "1.0.0",
@@ -63,14 +63,14 @@
63
"eslint": "9.31.0",
64
"husky": "9.1.7",
65
"jest": "29.7.0",
66
- "jest-environment-node": "29.7.0",
+ "jest-environment-node": "30.0.5",
67
"lint-staged": "16.1.2",
68
"mongodb": "6.16.0",
69
"prettier": "3.6.2",
70
"typescript": "5.8.3"
71
},
72
"peerDependencies": {
73
- "jest-environment-node": "28.x || 29.x",
+ "jest-environment-node": "28.x || 29.x || 30.x",
74
"mongodb": "3.x.x || 4.x || 5.x || 6.x"
75
76
"engines": {
0 commit comments