Skip to content

Commit 034cf3f

Browse files
committed
chore: update dependencies to latest versions
- bump fs-extra from 11.3.0 to 11.3.1 - bump @eslint/compat from 1.3.1 to 1.3.2 - bump @eslint/js from 9.32.0 to 9.33.0 - bump @types/vscode-notebook-renderer from 1.72.3 to 1.72.4 - bump @vscode/python-extension from 1.0.5 to 1.0.6 - bump esbuild from 0.25.8 to 0.25.9 - bump eslint from 9.32.0 to 9.33.0 - bump eslint-plugin-prettier from 5.5.3 to 5.5.4 - bump typescript from 5.8.3 to 5.9.2 - bump typescript-eslint from 8.38.0 to 8.39.1
1 parent 4f25fd8 commit 034cf3f

File tree

3 files changed

+374
-376
lines changed

3 files changed

+374
-376
lines changed

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
"preview": "vitepress preview"
99
},
1010
"devDependencies": {
11-
"esbuild": "^0.25.8",
11+
"esbuild": "^0.25.9",
1212
"markdown-it-abbr": "^2.0.0",
1313
"markdown-it-kbd": "^3.0.0",
1414
"markdown-it-mathjax3": "^4.3.2",
1515
"markdown-it-task-lists": "^2.1.1",
16-
"typescript": "^5.8.3",
17-
"typescript-eslint": "^8.38.0",
18-
"vitepress": "^1.6.3",
16+
"typescript": "^5.9.2",
17+
"typescript-eslint": "^8.39.1",
18+
"vitepress": "^1.6.4",
1919
"vitepress-plugin-tabs": "^0.7.1",
2020
"vitepress-sidebar": "^1.33.0",
2121
"vitepress-plugin-llmstxt": "^0.4.2"
2222
},
2323
"dependencies": {
24-
"docs": "file:"
24+
2525
}
2626
}

0 commit comments

Comments
 (0)