Skip to content

Commit b338b9b

Browse files
updated
1 parent 0165f33 commit b338b9b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/ContentProcessorWeb/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"react-tiff": "^0.0.14",
6666
"sass": "^1.89.2",
6767
"sass-loader": "^16.0.5",
68-
"typescript": "^5.8.3",
69-
"typescript-eslint": "^8.35.1"
68+
"typescript": "^4.9.5",
69+
"typescript-eslint": "^8.43.0"
7070
},
7171
"compilerOptions": {
7272
"typeRoots": [
@@ -79,9 +79,10 @@
7979
"src/**/*.tsx",
8080
"src/**/*.d.ts"
8181
],
82-
"resolutions": {
82+
"resolutions": {
8383
"postcss": "^8.5.1",
8484
"nth-check": "^2.1.1",
85-
"string_decoder": "^1.3.0"
85+
"string_decoder": "^1.3.0",
86+
"typescript": "^4.9.5"
8687
}
8788
}

0 commit comments

Comments
 (0)