Skip to content

Commit

Permalink
update depts
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfredinni committed Sep 28, 2024
1 parent f5cbe45 commit 4491f87
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 284 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,8 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"fetch-contributors": "esno scripts/fetch-contributors.ts"
},
"dependencies": {
"@docsearch/js": "^3.6.1",
"@docsearch/js": "^3.6.2",
"@headlessui/vue": "^1.7.23",
"@vueuse/core": "^10.11.1",
"@vueuse/head": "^2.0.0",
"esbuild": "0.23.1",
"pinia": "^2.2.2",
"prism-theme-vars": "^0.2.5",
"vue": "^3.5.8",
"vue": "^3.5.10",
"vue-gtag": "^2.0.1",
"vue-router": "^4.4.5"
},
Expand All @@ -27,7 +27,7 @@
"@types/fs-extra": "^11.0.4",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"@types/string": "0.0.34",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand All @@ -51,12 +51,12 @@
"prettier-plugin-tailwindcss": "^0.5.14",
"prismjs": "^1.29.0",
"string": "^3.3.3",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.4.7",
"vite": "^5.4.8",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-vue-layouts": "^0.11.0",
Expand Down
Loading

0 comments on commit 4491f87

Please sign in to comment.