Skip to content

Commit 965713f

Browse files
committed
fix: upgrade deps
1 parent ee663b9 commit 965713f

File tree

6 files changed

+1591
-2190
lines changed

6 files changed

+1591
-2190
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
registry-url: 'https://registry.npmjs.org'
1717
- uses: pnpm/action-setup@v4
1818
with:
19-
version: 9
19+
version: 10
2020
- name: Install deps
2121
run: pnpm i
2222
- name: Publish to Open VSX Registry

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -123,42 +123,42 @@
123123
"dist"
124124
],
125125
"devDependencies": {
126-
"@babel/core": "^7.23.5",
127-
"@babel/plugin-transform-runtime": "^7.23.4",
128-
"@babel/preset-env": "^7.23.5",
129-
"@babel/preset-typescript": "^7.23.3",
130-
"@babel/runtime": "^7.22.6",
131-
"@eslint/js": "^9.20.0",
126+
"@babel/core": "^7.27.4",
127+
"@babel/plugin-transform-runtime": "^7.27.4",
128+
"@babel/preset-env": "^7.27.2",
129+
"@babel/preset-typescript": "^7.27.1",
130+
"@babel/runtime": "^7.27.6",
131+
"@eslint/js": "^9.28.0",
132132
"@rollup/plugin-babel": "^6.0.4",
133-
"@rollup/plugin-commonjs": "^25.0.7",
134-
"@rollup/plugin-json": "^6.0.1",
135-
"@rollup/plugin-node-resolve": "^15.2.3",
136-
"@rollup/plugin-replace": "^5.0.5",
133+
"@rollup/plugin-commonjs": "^28.0.3",
134+
"@rollup/plugin-json": "^6.1.0",
135+
"@rollup/plugin-node-resolve": "^16.0.1",
136+
"@rollup/plugin-replace": "^6.0.2",
137137
"@rollup/plugin-terser": "^0.4.4",
138-
"@types/lodash.debounce": "^4.0.7",
139-
"@types/node": "^22.13.2",
138+
"@types/node": "^24.0.1",
140139
"@types/vscode": "~1.75.0",
141140
"@types/vscode-webview": "^1.57.5",
142-
"@vscode/test-web": "*",
141+
"@vscode/test-web": "^0.0.70",
143142
"del-cli": "^6.0.0",
144-
"eslint": "^9.17.0",
145-
"eslint-config-prettier": "^9.1.0",
146-
"eslint-plugin-prettier": "^5.2.1",
147-
"globals": "^15.14.0",
143+
"es-toolkit": "^1.39.3",
144+
"eslint": "^9.28.0",
145+
"eslint-config-prettier": "^10.1.5",
146+
"eslint-plugin-prettier": "^5.4.1",
147+
"globals": "^16.2.0",
148148
"husky": "^9.1.7",
149-
"lint-staged": "^15.3.0",
150-
"lodash.debounce": "^4.0.8",
149+
"lint-staged": "^16.1.0",
151150
"markmap-common": "0.18.9",
152-
"markmap-lib": "0.18.11",
153-
"markmap-render": "0.18.10",
154-
"markmap-toolbar": "0.18.10",
155-
"markmap-view": "0.18.10",
151+
"markmap-lib": "0.18.12",
152+
"markmap-render": "0.18.12",
153+
"markmap-toolbar": "0.18.12",
154+
"markmap-view": "0.18.12",
155+
"prettier": "^3.5.3",
156156
"read-package-up": "^11.0.0",
157-
"rollup": "^4.6.1",
157+
"rollup": "^4.43.0",
158158
"rollup-plugin-postcss": "^4.0.2",
159-
"typescript": "^5.7.2",
160-
"typescript-eslint": "^8.18.2",
161-
"vscode-uri": "^3.0.7"
159+
"typescript": "^5.8.3",
160+
"typescript-eslint": "^8.34.0",
161+
"vscode-uri": "^3.1.0"
162162
},
163163
"lint-staged": {
164164
"*.ts": [

0 commit comments

Comments
 (0)