diff options
| author | lishid <[email protected]> | 2022-06-24 15:40:37 -0400 |
|---|---|---|
| committer | lishid <[email protected]> | 2022-06-24 15:41:39 -0400 |
| commit | 04432b2ebf316a3b14e167e7c4088516a362bbe7 (patch) | |
| tree | a34d7d03f460c3bd2fd8b88a23722e65294ab903 | |
| parent | 00967d9040ddd801dde1e515aa58d5e7cb488bc4 (diff) | |
| download | ai-pulse-obsidian-plugin-04432b2ebf316a3b14e167e7c4088516a362bbe7.tar.gz ai-pulse-obsidian-plugin-04432b2ebf316a3b14e167e7c4088516a362bbe7.zip | |
Upgrade dependencies, add strictNullChecks.
| -rw-r--r-- | package.json | 12 | ||||
| -rw-r--r-- | tsconfig.json | 1 |
2 files changed, 7 insertions, 6 deletions
diff --git a/package.json b/package.json index fd44f15..778374e 100644 --- a/package.json +++ b/package.json @@ -13,12 +13,12 @@ "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", - "@typescript-eslint/eslint-plugin": "^5.2.0", - "@typescript-eslint/parser": "^5.2.0", - "builtin-modules": "^3.2.0", - "esbuild": "0.13.12", + "@typescript-eslint/eslint-plugin": "5.29.0", + "@typescript-eslint/parser": "5.29.0", + "builtin-modules": "3.3.0", + "esbuild": "0.14.47", "obsidian": "latest", - "tslib": "2.3.1", - "typescript": "4.4.4" + "tslib": "2.4.0", + "typescript": "4.7.4" } } diff --git a/tsconfig.json b/tsconfig.json index 1383e2f..2d6fbdf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "moduleResolution": "node", "importHelpers": true, "isolatedModules": true, + "strictNullChecks": true, "lib": [ "DOM", "ES5", |
