We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0165f33 commit b338b9bCopy full SHA for b338b9b
1 file changed
src/ContentProcessorWeb/package.json
@@ -65,8 +65,8 @@
65
"react-tiff": "^0.0.14",
66
"sass": "^1.89.2",
67
"sass-loader": "^16.0.5",
68
- "typescript": "^5.8.3",
69
- "typescript-eslint": "^8.35.1"
+ "typescript": "^4.9.5",
+ "typescript-eslint": "^8.43.0"
70
},
71
"compilerOptions": {
72
"typeRoots": [
@@ -79,9 +79,10 @@
79
"src/**/*.tsx",
80
"src/**/*.d.ts"
81
],
82
- "resolutions": {
+ "resolutions": {
83
"postcss": "^8.5.1",
84
"nth-check": "^2.1.1",
85
- "string_decoder": "^1.3.0"
+ "string_decoder": "^1.3.0",
86
+ "typescript": "^4.9.5"
87
}
88
0 commit comments