mirror of
https://github.com/jsmorabito/obsidian-commander.git
synced 2026-07-22 06:40:31 +00:00
fix: type issue with typescript package version
This commit is contained in:
parent
cb782f77d5
commit
9d539c0703
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
"obsidian": "latest",
|
||||
"tailwindcss": "^3.2.4",
|
||||
"tslib": "^2.4.1",
|
||||
"typescript": "^4.9.3"
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"array-move": "^4.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue