Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Oct 29, 2024
1 parent 29a874a commit ca6ab84
Show file tree
Hide file tree
Showing 7 changed files with 1,050 additions and 285 deletions.
16 changes: 8 additions & 8 deletions composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
},
"dependencies": {
"@gun-vue/gun-es": "0.2.1240",
"@vueuse/core": "10.11.1",
"@vueuse/integrations": "10.11.1",
"@vueuse/math": "10.11.1",
"@vueuse/core": "11.1.0",
"@vueuse/integrations": "11.1.0",
"@vueuse/math": "11.1.0",
"buffer": "6.0.3",
"color-hash": "2.0.2",
"curved-arrows": "0.3.0",
"drauu": "0.4.0",
"drauu": "0.4.1",
"fuse.js": "7.0.0",
"grapheme-breaker-mjs": "1.0.4",
"gun": "0.2020.1240",
Expand All @@ -54,14 +54,14 @@
"slugify": "1.6.6",
"ultramatter": "0.0.4",
"url-regex": "5.0.0",
"vue": "3.4.37",
"webtorrent": "2.5.0",
"vue": "3.5.12",
"webtorrent": "2.5.1",
"yamlify-object": "2.0.0"
},
"devDependencies": {
"@types/color-hash": "2.0.0",
"@types/recordrtc": "5.6.14",
"vite": "5.4.0",
"vite-plugin-checker": "0.7.2"
"vite": "5.4.10",
"vite-plugin-checker": "0.8.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"gun-es": "cd gun-es && npm run build"
},
"devDependencies": {
"@changesets/cli": "2.27.7",
"@vue/language-plugin-pug": "2.0.29",
"typedoc": "0.26.5",
"typedoc-plugin-markdown": "4.2.4",
"vite": "5.4.0"
"@changesets/cli": "2.27.8",
"@vue/language-plugin-pug": "2.1.8",
"typedoc": "0.26.7",
"typedoc-plugin-markdown": "4.2.7",
"vite": "5.4.6"
},
"standard-version": {
"skip": {
Expand Down
Loading

0 comments on commit ca6ab84

Please sign in to comment.