summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2023-01-25 18:49:50 +0000
committerGitHub <[email protected]>2023-01-25 13:49:50 -0500
commit0b5e5a2f6e0425f75a55666f2fb7fb8f704b53be (patch)
tree0f44d559a48fda6001488d8a663bf3c6b037a6cc /package.json
parent49fba8aa1f47cae33526443d3798015ded6d517c (diff)
downloadai-pulse-obsidian-plugin-0b5e5a2f6e0425f75a55666f2fb7fb8f704b53be.tar.gz
ai-pulse-obsidian-plugin-0b5e5a2f6e0425f75a55666f2fb7fb8f704b53be.zip
Upgrade esbuild to v0.17.x (#47)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3ada219..6a00766 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
- "esbuild": "0.14.47",
+ "esbuild": "0.17.3",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"