Skip to content

Commit 4491f87

Browse files
committed
update depts
1 parent f5cbe45 commit 4491f87

File tree

4 files changed

+271
-284
lines changed

4 files changed

+271
-284
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -219,5 +219,8 @@
219219
"editor.defaultFormatter": "esbenp.prettier-vscode",
220220
"[javascript]": {
221221
"editor.defaultFormatter": "esbenp.prettier-vscode"
222+
},
223+
"[python]": {
224+
"editor.defaultFormatter": "ms-python.black-formatter"
222225
}
223226
}

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"fetch-contributors": "esno scripts/fetch-contributors.ts"
1111
},
1212
"dependencies": {
13-
"@docsearch/js": "^3.6.1",
13+
"@docsearch/js": "^3.6.2",
1414
"@headlessui/vue": "^1.7.23",
1515
"@vueuse/core": "^10.11.1",
1616
"@vueuse/head": "^2.0.0",
1717
"esbuild": "0.23.1",
1818
"pinia": "^2.2.2",
1919
"prism-theme-vars": "^0.2.5",
20-
"vue": "^3.5.8",
20+
"vue": "^3.5.10",
2121
"vue-gtag": "^2.0.1",
2222
"vue-router": "^4.4.5"
2323
},
@@ -27,7 +27,7 @@
2727
"@types/fs-extra": "^11.0.4",
2828
"@types/markdown-it": "^14.1.2",
2929
"@types/markdown-it-link-attributes": "^3.0.5",
30-
"@types/node": "^20.16.5",
30+
"@types/node": "^20.16.10",
3131
"@types/string": "0.0.34",
3232
"@typescript-eslint/eslint-plugin": "^6.21.0",
3333
"@typescript-eslint/parser": "^6.21.0",
@@ -51,12 +51,12 @@
5151
"prettier-plugin-tailwindcss": "^0.5.14",
5252
"prismjs": "^1.29.0",
5353
"string": "^3.3.3",
54-
"tailwindcss": "^3.4.12",
54+
"tailwindcss": "^3.4.13",
5555
"typescript": "^5.6.2",
5656
"unplugin-auto-import": "^0.18.3",
5757
"unplugin-vue-components": "^0.27.4",
5858
"unplugin-vue-markdown": "^0.26.2",
59-
"vite": "^5.4.7",
59+
"vite": "^5.4.8",
6060
"vite-plugin-pages": "^0.32.3",
6161
"vite-plugin-pwa": "^0.20.5",
6262
"vite-plugin-vue-layouts": "^0.11.0",

0 commit comments

Comments
 (0)