Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Jan 1, 2024
1 parent 85b61ac commit 6ea6974
Show file tree
Hide file tree
Showing 2 changed files with 1,808 additions and 1,067 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"files": [
"lib"
],
"packageManager": "pnpm@7.26.2",
"packageManager": "pnpm@8.13.1",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
Expand All @@ -44,23 +44,23 @@
"deploy": "sh deploy.sh"
},
"dependencies": {
"@unocss/reset": "0.48.4",
"@vueuse/core": "9.11.1",
"gun": "0.2020.1239",
"vue": "^3.2.45"
"@unocss/reset": "^0.58.2",
"@vueuse/core": "^10.7.1",
"gun": "^0.2020.1239",
"vue": "^3.4.3"
},
"devDependencies": {
"@iconify/json": "^2.2.10",
"@unocss/extractor-pug": "0.48.4",
"@vitejs/plugin-vue": "^4.0.0",
"@volar/vue-language-plugin-pug": "^1.0.24",
"pug": "3.0.2",
"tsup": "^6.5.0",
"unocss": "^0.48.4",
"unplugin-icons": "^0.15.1",
"vite": "^4.0.4",
"vitepress": "1.0.0-alpha.40",
"typescript": "4.9.5"
"@iconify/json": "^2.2.163",
"@unocss/extractor-pug": "^0.58.2",
"@vitejs/plugin-vue": "^4.6.2",
"@volar/vue-language-plugin-pug": "^1.6.5",
"pug": "^3.0.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"unocss": "^0.58.2",
"unplugin-icons": "^0.18.1",
"vite": "^5.0.10",
"vitepress": "^1.0.0-rc.34"
},
"tsup": {
"entry": [
Expand Down
Loading

0 comments on commit 6ea6974

Please sign in to comment.