Skip to content

Commit

Permalink
Merge pull request #19 from ValDesign22/master
Browse files Browse the repository at this point in the history
v1.0.4
  • Loading branch information
ValDesign22 authored Sep 16, 2024
2 parents 5ca5221 + eb26423 commit 6e900dd
Show file tree
Hide file tree
Showing 14 changed files with 437 additions and 344 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default [
}
}
},
...vueI18n.configs['recommended'],
...vueI18n.configs["flat/base"],
{
rules: {
'@intlify/vue-i18n/no-dynamic-keys': 'error',
Expand Down Expand Up @@ -54,7 +54,7 @@ export default [
},
],
},
settins: {
settings: {
'vue-i18n': {
localeDir: './src/translations/*.ts',
messageSyntaxVersion: '^9.0.0',
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homestream",
"private": true,
"version": "1.0.3",
"version": "1.0.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -14,15 +14,16 @@
"@tauri-apps/plugin-fs": "2.0.0-rc.2",
"@tauri-apps/plugin-http": "2.0.0-rc.2",
"@tauri-apps/plugin-notification": "2.0.0-rc.1",
"@tauri-apps/plugin-process": "2.0.0-rc.1",
"@tauri-apps/plugin-store": "2.0.0-rc.1",
"@tauri-apps/plugin-updater": "2.0.0-rc.2",
"@tauri-apps/plugin-websocket": "2.0.0-rc.1",
"@tauri-apps/plugin-window-state": "2.0.0-rc.1",
"@vee-validate/zod": "^4.13.2",
"@vue-youtube/component": "^0.0.6",
"@vue-youtube/core": "^0.0.6",
"@vueuse/components": "11.0.3",
"@vueuse/core": "11.0.3",
"@vueuse/components": "11.1.0",
"@vueuse/core": "11.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-vue": "8.3.0",
Expand All @@ -32,18 +33,18 @@
"radix-vue": "1.9.5",
"tailwind-merge": "2.5.2",
"tailwindcss-animate": "^1.0.7",
"tauri-plugin-pinia": "^0.4.2",
"tauri-plugin-pinia": "^0.5.1",
"vee-validate": "^4.13.2",
"vue": "3.5.5",
"vue": "3.5.6",
"vue-i18n": "10",
"vue-router": "^4.4.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
"@tauri-apps/cli": "2.0.0-rc.13",
"@types/node": "22.5.4",
"@intlify/eslint-plugin-vue-i18n": "3.0.0",
"@tauri-apps/cli": "2.0.0-rc.15",
"@types/node": "22.5.5",
"@vitejs/plugin-vue": "5.1.3",
"autoprefixer": "^10.4.20",
"eslint": "9.10.0",
Expand Down
Loading

0 comments on commit 6e900dd

Please sign in to comment.