Skip to content

Commit

Permalink
Update dependencies in package.json to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfredinni committed Dec 22, 2024
1 parent ca1971d commit a04f3c0
Show file tree
Hide file tree
Showing 2 changed files with 978 additions and 822 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,34 @@
"fetch-contributors": "esno scripts/fetch-contributors.ts"
},
"dependencies": {
"@docsearch/js": "^3.8.0",
"@docsearch/js": "^3.8.2",
"@headlessui/vue": "^1.7.23",
"@vueuse/core": "^10.11.1",
"@vueuse/head": "^2.0.0",
"esbuild": "0.23.1",
"pinia": "^2.2.6",
"pinia": "^2.3.0",
"prism-theme-vars": "^0.2.5",
"vue": "^3.5.13",
"vue-gtag": "^2.0.1",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@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.17.6",
"@types/node": "^20.17.10",
"@types/string": "0.0.34",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-dom": "3.4.35",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.31.0",
"eslint-plugin-vue": "^9.32.0",
"esno": "^4.8.0",
"fs-extra": "^11.2.0",
"happy-dom": "^14.12.3",
Expand All @@ -47,17 +47,17 @@
"markdown-it-prism": "^2.3.0",
"ofetch": "^1.4.1",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"prismjs": "^1.29.0",
"string": "^3.3.3",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.4",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-markdown": "^0.26.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"unplugin-vue-markdown": "^0.26.3",
"vite": "^5.4.11",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-pages": "^0.32.4",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-ssg": "^0.23.8",
Expand Down
Loading

0 comments on commit a04f3c0

Please sign in to comment.