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.
2 parents 6aac195 + 5290e0a commit 3ccc735Copy full SHA for 3ccc735
package.json
@@ -37,7 +37,7 @@
37
"@semantic-release/git": "^10.0.1",
38
"@semantic-release/github": "^8.0.1",
39
"@semantic-release/npm": "^9.0.1",
40
- "@types/jest": "^26.0.24",
+ "@types/jest": "^29.2.3",
41
"@types/node": "^16.4.12",
42
"@typescript-eslint/eslint-plugin": "^4.28.5",
43
"@typescript-eslint/parser": "^4.28.5",
@@ -48,10 +48,10 @@
48
"eslint-plugin-import": "^2.22.1",
49
"eslint-plugin-prettier": "^3.4.0",
50
"husky": "^4.3.0",
51
- "jest": "^27.0.6",
+ "jest": "^29.3.1",
52
"lint-staged": "^11.1.1",
53
"semantic-release": "^19.0.2",
54
- "ts-jest": "^27.0.4",
+ "ts-jest": "^29.0.3",
55
"typescript": "^4.3.5"
56
},
57
"husky": {
@@ -64,5 +64,8 @@
64
"yarn lint:fix",
65
"git add --force"
66
]
67
+ },
68
+ "resolutions": {
69
+ "**/uri-js": "^3.0.1"
70
}
71
0 commit comments