update version

This commit is contained in:
Jay Nguyen
2022-06-11 18:54:42 +01:00
parent 612c9e501e
commit b1a78e3ca9
2 changed files with 500 additions and 350 deletions

832
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -18,16 +18,16 @@
"devDependencies": {
"@types/jsonwebtoken": "^8.5.8",
"@types/markdown-it": "^12.2.3",
"@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",
"@types/node": "^17.0.42",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"builtin-modules": "^3.3.0",
"esbuild": "0.14.43",
"jsonwebtoken": "^8.5.1",
"markdown-it": "^12.3.2",
"obsidian": "^0.14.4",
"tslib": "2.3.1",
"typescript": "4.4.4",
"markdown-it": "^13.0.1",
"obsidian": "^0.14.8",
"tslib": "2.4.0",
"typescript": "4.7.3",
"gray-matter": "^4.0.3"
}
}