Skip to content

Commit

Permalink
dep versions fixed, frozen lockfile fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Jul 13, 2024
1 parent 387268b commit 696d108
Show file tree
Hide file tree
Showing 12 changed files with 1,021 additions and 840 deletions.
10 changes: 10 additions & 0 deletions .changeset/few-pens-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@gun-vue/composables": minor
"@gun-vue/components": minor
"@gun-vue/desktop": minor
"@gun-vue/docs": minor
"@gun-vue/app": minor
"@gun-vue/repo": minor
---

Fixed the bug by fixing versions of packages, no more bracket and automatic updates.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are supported funding model platforms

github: davay42
github: # davay42
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
Expand Down
32 changes: 16 additions & 16 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/app",
"version": "0.18.4",
"version": "0.18.3",
"type": "module",
"homepage": "https://gun-vue.js.org",
"funding": {
Expand All @@ -23,7 +23,7 @@
"files": [
"/dist"
],
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@8.15.6",
"scripts": {
"build-app": "vite build --emptyOutDir",
"build": "vite build --config vite.config.lib.ts",
Expand All @@ -32,22 +32,22 @@
"preview": "vite preview --host"
},
"dependencies": {
"@unocss/reset": "0.55.3",
"@vueuse/core": "10.4.1",
"@unocss/reset": "0.61.3",
"@vueuse/core": "10.11.0",
"ola": "1.2.1",
"vue": "3.3.4",
"vue-router": "4.2.4"
"vue": "3.4.31",
"vue-router": "4.4.0"
},
"devDependencies": {
"@iconify/json": "^2.2.218",
"@unocss/extractor-pug": "^0.60.4",
"@vitejs/plugin-vue": "^5.0.5",
"pug": "^3.0.3",
"unocss": "^0.60.4",
"vite": "^5.2.13",
"vite-plugin-pages": "^0.32.2",
"vite-plugin-pages-sitemap": "^1.7.1",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-singlefile": "^2.0.1"
"@iconify/json": "2.2.227",
"@unocss/extractor-pug": "0.61.3",
"@vitejs/plugin-vue": "5.0.5",
"pug": "3.0.3",
"unocss": "0.61.3",
"vite": "5.3.3",
"vite-plugin-pages": "0.32.3",
"vite-plugin-pages-sitemap": "1.7.1",
"vite-plugin-pwa": "0.20.0",
"vite-plugin-singlefile": "2.0.2"
}
}
43 changes: 21 additions & 22 deletions components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/components",
"version": "0.18.4",
"version": "0.18.3",
"homepage": "https://gun-vue.js.org",
"bugs": {
"url": "https://github.com/defucc/gun-vue/issues"
Expand Down Expand Up @@ -29,34 +29,33 @@
"/types",
"example.html"
],
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@8.15.6",
"scripts": {
"build": "vite build && vue-tsc"
},
"dependencies": {
"@coders-tm/vue-number-format": "^3.34.1",
"@gun-vue/composables": "^0.18.3",
"@unocss/reset": "0.55.3",
"@vueuse/core": "10.4.1",
"@vueuse/gesture": "^2.0.0",
"@vueuse/sound": "^2.0.1",
"floating-vue": "^5.2.2",
"force-graph": "^1.43.5",
"@coders-tm/vue-number-format": "3.34.1",
"@gun-vue/composables": "0.18.3",
"@unocss/reset": "0.61.3",
"@vueuse/core": "10.11.0",
"@vueuse/gesture": "2.0.0",
"@vueuse/sound": "2.0.1",
"floating-vue": "5.2.2",
"force-graph": "1.43.5",
"fuse.js": "7.0.0",
"jsqr": "^1.4.0",
"url-regex": "^5.0.0",
"vue": "^3.4.27",
"vue-select": "4.0.0-beta.6",
"vue3-virtual-scroll-list": "^0.2.1"
"jsqr": "1.4.0",
"url-regex": "5.0.0",
"vue": "^3.4.21",
"vue3-virtual-scroll-list": "0.2.1"
},
"devDependencies": {
"@unocss/extractor-pug": "^0.60.4",
"@vitejs/plugin-vue": "^5.0.5",
"pug": "^3.0.3",
"typescript": "5.4",
"unocss": "^0.60.4",
"vite": "^5.2.13",
"vue-tsc": "^2.0.21"
"@unocss/extractor-pug": "0.61.3",
"@vitejs/plugin-vue": "5.0.5",
"pug": "3.0.3",
"typescript": "5.4.4",
"unocss": "0.61.3",
"vite": "5.3.3",
"vue-tsc": "2.0.26"
},
"peerDependencies": {
"vue": "^3.3.8"
Expand Down
63 changes: 31 additions & 32 deletions composables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/composables",
"version": "0.18.4",
"version": "0.18.3",
"homepage": "https://gun-vue.js.org",
"bugs": {
"url": "https://github.com/DeFUCC/gun-vue/issues"
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"author": "davay42 <davay@defucc.me>",
"type": "module",
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@8.15.6",
"exports": "./dist/composables.js",
"main": "./dist/composables.js",
"module": "./dist/composables.js",
Expand All @@ -32,37 +32,36 @@
"serve": "vite preview"
},
"dependencies": {
"@gun-vue/gun-es": "^0.2.1239",
"@vueuse/core": "^10.11.0",
"@vueuse/integrations": "^10.11.0",
"@vueuse/math": "^10.11.0",
"buffer": "^6.0.3",
"color-hash": "^2.0.2",
"curved-arrows": "^0.3.0",
"drauu": "^0.4.0",
"fuse.js": "^7.0.0",
"grapheme-breaker-mjs": "^1.0.4",
"gun": "^0.2020.1240",
"gun-avatar": "^1.9.4",
"jszip": "^3.10.1",
"markdown-it": "^14.1.0",
"markdown-it-external-links": "^0.0.6",
"ms": "^2.1.3",
"pretty-bytes": "^6.1.1",
"qrcode": "^1.5.3",
"recordrtc": "^5.6.2",
"slugify": "^1.6.6",
"ultramatter": "^0.0.4",
"url-regex": "^5.0.0",
"vue": "^3.4.31",
"webtorrent": "2.4.0",
"yamlify-object": "^2.0.0"
"@gun-vue/gun-es": "0.2.1239",
"@vueuse/core": "10.11.0",
"@vueuse/integrations": "10.11.0",
"@vueuse/math": "10.11.0",
"buffer": "6.0.3",
"color-hash": "2.0.2",
"curved-arrows": "0.3.0",
"drauu": "0.4.0",
"fuse.js": "7.0.0",
"grapheme-breaker-mjs": "1.0.4",
"gun": "0.2020.1240",
"gun-avatar": "1.9.4",
"jszip": "3.10.1",
"markdown-it": "14.1.0",
"markdown-it-external-links": "0.0.6",
"ms": "2.1.3",
"pretty-bytes": "6.1.1",
"qrcode": "1.5.3",
"recordrtc": "5.6.2",
"slugify": "1.6.6",
"ultramatter": "0.0.4",
"url-regex": "5.0.0",
"vue": "3.4.31",
"webtorrent": "2.2.1",
"yamlify-object": "2.0.0"
},
"devDependencies": {
"@types/color-hash": "^2.0.0",
"@types/recordrtc": "^5.6.14",
"pug": "^3.0.3",
"vite": "^5.3.3",
"vite-plugin-checker": "^0.7.1"
"@types/color-hash": "2.0.0",
"@types/recordrtc": "5.6.14",
"vite": "5.3.3",
"vite-plugin-checker": "0.7.1"
}
}
10 changes: 5 additions & 5 deletions desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"tb": "tauri build"
},
"dependencies": {
"@capacitor/android": "^5.7.5",
"@capacitor/core": "^5.7.5",
"@capacitor/ios": "^5.7.5"
"@capacitor/android": "6.1.0",
"@capacitor/core": "6.1.0",
"@capacitor/ios": "6.1.0"
},
"devDependencies": {
"@capacitor/cli": "^5.7.5",
"@tauri-apps/cli": "^1.5.14"
"@capacitor/cli": "6.1.0",
"@tauri-apps/cli": "1.6.0"
}
}
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "MIT",
"author": "davay42 <davay@defucc.me>",
"type": "module",
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@8.15.6",
"files": [
"lib"
],
Expand All @@ -32,11 +32,11 @@
"@unocss/reset": "0.55.3"
},
"devDependencies": {
"@unocss/extractor-pug": "^0.60.4",
"@unocss/extractor-pug": "^0.59.0",
"pug": "^3.0.3",
"sitemap-ts": "^1.7.3",
"unocss": "^0.60.4",
"vitepress": "^1.2.3",
"vue": "^3.4.27"
"sitemap-ts": "^1.6.1",
"unocss": "^0.59.0",
"vitepress": "^1.1.0",
"vue": "^3.4.21"
}
}
36 changes: 18 additions & 18 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@gun-vue/examples",
"version": "0.18.2",
"private": true,
"homepage": "https://gun-vue.js.org",
"author": "davay42 <davay@defucc.me>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DeFUCC/gun-vue",
"directory": "examples"
},
"bugs": {
"url": "https://github.com/DeFUCC/gun-vue/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/davay42"
}
"name": "@gun-vue/examples",
"version": "0.19.0",
"private": true,
"homepage": "https://gun-vue.js.org",
"author": "davay42 <davay@defucc.me>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DeFUCC/gun-vue",
"directory": "examples"
},
"bugs": {
"url": "https://github.com/DeFUCC/gun-vue/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/davay42"
}
}
6 changes: 3 additions & 3 deletions gun-es/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/gun-es",
"version": "0.2.1239",
"version": "0.2.1240",
"homepage": "https://gun-vue.js.org",
"author": "davay42 <davay@defucc.me>",
"license": "MIT",
Expand All @@ -27,9 +27,9 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "^5.2.13"
"vite": "5.3.3"
},
"dependencies": {
"gun": "^0.2020.1240"
"gun": "0.2020.1240"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/repo",
"version": "0.18.4",
"version": "0.18.3",
"private": true,
"homepage": "https://gun-vue.js.org",
"repository": {
Expand Down
Loading

0 comments on commit 696d108

Please sign in to comment.