Skip to content

Commit 84ac772

Browse files
committed
chore: update deps
1 parent 57036a2 commit 84ac772

File tree

3 files changed

+406
-617
lines changed

3 files changed

+406
-617
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
}
103103
},
104104
"scripts": {
105-
"prepare": "husky install",
105+
"prepare": "husky",
106106
"vscode:prepublish": "run-s build",
107107
"clean": "del-cli dist",
108108
"build:js": "rollup -c && node dist/postbuild.js",
@@ -123,15 +123,15 @@
123123
"@types/node": "^20.4.2",
124124
"@types/vscode": "~1.75.0",
125125
"@types/vscode-webview": "^1.57.5",
126-
"del-cli": "^5.1.0",
127-
"husky": "^8.0.3",
126+
"del-cli": "^6.0.0",
127+
"husky": "^9.1.7",
128128
"lodash.debounce": "^4.0.8",
129129
"markmap-common": "0.18.0",
130-
"markmap-lib": "0.18.1",
131-
"markmap-render": "0.18.0",
132-
"markmap-toolbar": "0.18.0",
133-
"markmap-view": "0.18.0",
134-
"read-pkg-up": "^10.0.0",
130+
"markmap-lib": "0.18.3",
131+
"markmap-render": "0.18.3",
132+
"markmap-toolbar": "0.18.3",
133+
"markmap-view": "0.18.3",
134+
"read-package-up": "^11.0.0",
135135
"vscode-uri": "^3.0.7"
136136
}
137137
}

0 commit comments

Comments
 (0)