From 04432b2ebf316a3b14e167e7c4088516a362bbe7 Mon Sep 17 00:00:00 2001 From: lishid Date: Fri, 24 Jun 2022 15:40:37 -0400 Subject: [PATCH] Upgrade dependencies, add strictNullChecks. --- package.json | 12 ++++++------ 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",