@duonghieu0712z/create-tauri-vue-template 0.0.20 → 0.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duonghieu0712z/create-tauri-vue-template",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "Create a Tauri 2 + Vue 3 desktop app from the tauri-vue-template starter.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,7 +36,7 @@ jobs:
36
36
  run: pnpm format
37
37
 
38
38
  - name: Check oxlint
39
- run: pnpm lint:github:oxlint
39
+ run: pnpm lint:check:oxlint --format=github
40
40
 
41
41
  - name: Check ESLint
42
42
  uses: reviewdog/action-eslint@v1
@@ -44,7 +44,6 @@ jobs:
44
44
  reporter: ${{ github.event_name == 'pull_request' && 'github-pr-check' || 'github-check' }}
45
45
  filter_mode: ${{ github.event_name == 'pull_request' && 'added' || 'nofilter' }}
46
46
  fail_level: error
47
- workdir: .
48
47
  eslint_flags: '. --cache'
49
48
 
50
49
  - name: Check types
@@ -13,11 +13,9 @@
13
13
  "start": "pnpm tauri dev",
14
14
  "make": "pnpm tauri build",
15
15
  "lint": "run-s lint:check:*",
16
- "lint:github": "run-s lint:github:*",
17
16
  "lint:fix": "run-s lint:fix:*",
18
17
  "lint:check:oxlint": "oxlint .",
19
18
  "lint:check:eslint": "eslint . --cache",
20
- "lint:github:oxlint": "oxlint --format github .",
21
19
  "lint:fix:oxlint": "oxlint --fix .",
22
20
  "lint:fix:eslint": "eslint --fix . --cache",
23
21
  "format": "oxfmt --check .",
@@ -26,12 +24,12 @@
26
24
  "prepare": "husky"
27
25
  },
28
26
  "dependencies": {
29
- "@lucide/vue": "^1.16.0",
27
+ "@lucide/vue": "^1.17.0",
30
28
  "@tauri-apps/api": "^2.11.0",
31
29
  "class-variance-authority": "^0.7.1",
32
30
  "clsx": "^2.1.1",
33
31
  "tailwind-merge": "^3.6.0",
34
- "vue": "^3.5.34"
32
+ "vue": "^3.5.35"
35
33
  },
36
34
  "devDependencies": {
37
35
  "@tailwindcss/vite": "^4.3.0",
@@ -42,24 +40,24 @@
42
40
  "@vue/eslint-config-prettier": "^10.2.0",
43
41
  "@vue/eslint-config-typescript": "^14.7.0",
44
42
  "@vue/tsconfig": "^0.9.1",
45
- "eslint": "^10.4.0",
46
- "eslint-plugin-oxlint": "^1.66.0",
47
- "eslint-plugin-vue": "^10.9.1",
43
+ "eslint": "^10.4.1",
44
+ "eslint-plugin-oxlint": "^1.68.0",
45
+ "eslint-plugin-vue": "^10.9.2",
48
46
  "husky": "^9.1.7",
49
47
  "jiti": "^2.7.0",
50
- "lint-staged": "^17.0.5",
48
+ "lint-staged": "^17.0.7",
51
49
  "npm-run-all2": "^9.0.1",
52
- "oxfmt": "^0.51.0",
53
- "oxlint": "^1.66.0",
50
+ "oxfmt": "^0.53.0",
51
+ "oxlint": "^1.68.0",
54
52
  "picomatch": "^4.0.4",
55
53
  "tailwindcss": "^4.3.0",
56
54
  "tw-animate-css": "^1.4.0",
57
55
  "typescript": "~6.0.3",
58
56
  "unplugin-auto-import": "^21.0.0",
59
57
  "unplugin-vue-components": "^32.1.0",
60
- "vite": "^8.0.14",
58
+ "vite": "^8.0.16",
61
59
  "vite-plugin-vue-devtools": "^8.1.2",
62
- "vue-tsc": "^3.3.1"
60
+ "vue-tsc": "^3.3.3"
63
61
  },
64
62
  "engines": {
65
63
  "node": "^20.19.0 || >=22.12.0"