Skip to content

Commit

Permalink
feat: relay v.0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Apr 21, 2023
1 parent bfe1d23 commit d746998
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 101 deletions.
50 changes: 25 additions & 25 deletions composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,35 @@
},
"dependencies": {
"@vueuse/core": "10.0.2",
"@vueuse/integrations": "^10.0.2",
"@vueuse/math": "^10.0.2",
"buffer": "^6.0.3",
"color-hash": "^2.0.2",
"curved-arrows": "^0.1.0",
"drauu": "^0.3.2",
"fuse.js": "^6.6.2",
"grapheme-breaker-mjs": "^1.0.4",
"gun": "^0.2020.1239",
"@vueuse/integrations": "10.0.2",
"@vueuse/math": "10.0.2",
"buffer": "6.0.3",
"color-hash": "2.0.2",
"curved-arrows": "0.1.0",
"drauu": "0.3.2",
"fuse.js": "6.6.2",
"grapheme-breaker-mjs": "1.0.4",
"gun": "0.2020.1239",
"gun-avatar": "1.9.4",
"jszip": "^3.10.1",
"markdown-it": "^13.0.1",
"markdown-it-external-links": "^0.0.6",
"ms": "^2.1.3",
"pretty-bytes": "^6.1.0",
"jszip": "3.10.1",
"markdown-it": "13.0.1",
"markdown-it-external-links": "0.0.6",
"ms": "2.1.3",
"pretty-bytes": "6.1.0",
"recordrtc": "5.6.2",
"slugify": "^1.6.6",
"ultramatter": "^0.0.4",
"url-regex": "^5.0.0",
"vue": "^3.2.47",
"slugify": "1.6.6",
"ultramatter": "0.0.4",
"url-regex": "5.0.0",
"vue": "3.2.47",
"webtorrent": "2.0.16",
"yamlify-object": "^1.0.0"
"yamlify-object": "1.0.0"
},
"devDependencies": {
"@types/color-hash": "^1.0.2",
"@types/recordrtc": "^5.6.11",
"@types/webtorrent": "^0.109.3",
"pug": "^3.0.2",
"vite": "^4.3.1",
"vite-plugin-checker": "^0.5.6"
"@types/color-hash": "1.0.2",
"@types/recordrtc": "5.6.11",
"@types/webtorrent": "0.109.3",
"pug": "3.0.2",
"vite": "4.3.1",
"vite-plugin-checker": "0.5.6"
}
}
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"dependencies": {
"@unocss/reset": "0.51.5",
"vue3-youtube": "^0.1.9"
"vue3-youtube": "0.1.9"
},
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.0.4",
"@modyfi/vite-plugin-yaml": "1.0.4",
"@unocss/extractor-pug": "0.51.5",
"pug": "^3.0.2",
"sitemap-ts": "^1.2.2",
"unocss": "^0.51.5",
"pug": "3.0.2",
"sitemap-ts": "1.2.2",
"unocss": "0.51.5",
"vitepress": "1.0.0-alpha.73"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"publish": "pnpm run builds && pnpm publish -r"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@skynetlabs/skynet-nodejs": "^2.9.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@changesets/cli": "2.26.1",
"@skynetlabs/skynet-nodejs": "2.9.0",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@volar/vue-language-plugin-pug": "1.4.2",
"cli-progress": "3.12.0",
"dotenv": "^16.0.3",
"eslint": "^8.38.0",
"eslint-plugin-vue": "^9.11.0",
"eslint-plugin-vue-pug": "^0.6.0",
"dotenv": "16.0.3",
"eslint": "8.38.0",
"eslint-plugin-vue": "9.11.0",
"eslint-plugin-vue-pug": "0.6.0",
"typedoc": "0.24.4",
"typedoc-plugin-markdown": "^3.15.2",
"typescript": "^5.0.4",
"vite": "^4.3.1",
"vue-eslint-parser": "^9.1.1"
"typedoc-plugin-markdown": "3.15.2",
"typescript": "5.0.4",
"vite": "4.3.1",
"vue-eslint-parser": "9.1.1"
}
}
Loading

0 comments on commit d746998

Please sign in to comment.