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 64db17f commit 6ad54ecCopy full SHA for 6ad54ec
package.json
@@ -12,16 +12,13 @@
12
"author": "",
13
"license": "MIT",
14
"devDependencies": {
15
- "@types/node": "^16.11.6",
16
- "@typescript-eslint/eslint-plugin": "5.29.0",
17
- "@typescript-eslint/parser": "5.29.0",
+ "@types/node": "^20.16.5",
+ "@typescript-eslint/eslint-plugin": "6.21.0",
+ "@typescript-eslint/parser": "6.21.0",
18
"builtin-modules": "3.3.0",
19
"esbuild": "0.17.3",
20
"obsidian": "latest",
21
"tslib": "2.4.0",
22
- "typescript": "4.7.4"
23
- },
24
- "dependencies": {
25
- "axios": "1.3.5"
+ "typescript": "5.4.2"
26
}
27
0 commit comments