Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Mar 25, 2022
1 parent bf115e2 commit 3e55d48
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 270 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "alx-folder-note",
"name": "AidenLx's Folder Note",
"version": "0.15.0",
"minAppVersion": "0.12.5",
"minAppVersion": "0.13.24",
"description": "Add description, summary and more info to folders with folder notes.",
"author": "AidenLx",
"authorUrl": "https://github.com/aidenlx",
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,45 +15,45 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@aidenlx/esbuild-plugin-obsidian": "^0.1.4",
"@aidenlx/eslint-config": "^0.1.0",
"@aidenlx/folder-note-core": "^1.3.2",
"@aidenlx/obsidian-icon-shortcodes": "^0.6.3",
"@aidenlx/obsidian-plugin-bumper": "^0.1.3",
"@aidenlx/esbuild-plugin-obsidian": "^0.1.8",
"@aidenlx/eslint-config": "^0.1.2",
"@aidenlx/folder-note-core": "^1.3.3",
"@aidenlx/obsidian-icon-shortcodes": "^0.9.0",
"@aidenlx/obsidian-plugin-bumper": "^0.1.12",
"@aidenlx/prettier-config": "^0.1.0",
"@aidenlx/release-it-config": "^0.1.7",
"@aidenlx/ts-config": "^0.1.1",
"@aidenlx/release-it-config": "^0.1.11",
"@aidenlx/ts-config": "^0.1.5",
"@release-it/bumper": "^3.0.1",
"@release-it/conventional-changelog": "^3.3.0",
"@release-it/conventional-changelog": "^4.2.2",
"@types/array.prototype.flat": "^1.2.1",
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"array.prototype.flat": "^1.2.5",
"assert-never": "^1.2.1",
"conventional-changelog-angular": "^5.0.13",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.13.0",
"esbuild": "^0.14.27",
"esbuild-plugin-less": "^1.1.6",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^38.0.6",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"fast-deep-equal": "^3.1.3",
"gray-matter": "^4.0.3",
"monkey-around": "^2.2.0",
"monkey-around": "^2.3.0",
"obsidian": "github:obsidianmd/obsidian-api",
"path-browserify": "^1.0.1",
"prettier": "^2.5.0",
"release-it": "^14.11.8",
"prettier": "^2.6.1",
"release-it": "^14.13.1",
"semver": "^7.3.5",
"tslib": "^2.3.1",
"typescript": "^4.5.2"
"typescript": "^4.6.3"
},
"browser": {
"path": "path-browserify"
Expand Down
Loading

0 comments on commit 3e55d48

Please sign in to comment.