Skip to content

Commit

Permalink
chore: Update dependencies and package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfredinni committed Sep 22, 2024
1 parent ee11860 commit f5cbe45
Show file tree
Hide file tree
Showing 3 changed files with 732 additions and 728 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,59 +11,59 @@
},
"dependencies": {
"@docsearch/js": "^3.6.1",
"@headlessui/vue": "^1.7.22",
"@headlessui/vue": "^1.7.23",
"@vueuse/core": "^10.11.1",
"@vueuse/head": "^2.0.0",
"esbuild": "0.23.0",
"pinia": "^2.2.1",
"esbuild": "0.23.1",
"pinia": "^2.2.2",
"prism-theme-vars": "^0.2.5",
"vue": "^3.4.37",
"vue": "^3.5.8",
"vue-gtag": "^2.0.1",
"vue-router": "^4.4.3"
"vue-router": "^4.4.5"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/node": "^20.14.15",
"@types/node": "^20.16.5",
"@types/string": "0.0.34",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-dom": "3.4.35",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.27.0",
"eslint-plugin-vue": "^9.28.0",
"esno": "^4.7.0",
"fs-extra": "^11.2.0",
"happy-dom": "^14.12.3",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"markdown-it-anchor": "^9.2.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-prism": "^2.3.0",
"ofetch": "^1.3.4",
"postcss": "^8.4.41",
"ofetch": "^1.4.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"prismjs": "^1.29.0",
"string": "^3.3.3",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.3.5",
"vite": "^5.4.7",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-pwa": "^0.20.1",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-ssg": "^0.23.8",
"vite-ssg-sitemap": "^0.6.1",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.6"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit f5cbe45

Please sign in to comment.