@duonghieu0712z/create-tauri-vue-template 1.0.0 → 1.0.1

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": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Create a Tauri 2 + Vue 3 desktop app from the tauri-vue-template starter.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,7 +32,7 @@
32
32
  "@types/node": "^26.0.0",
33
33
  "husky": "^9.1.7",
34
34
  "lint-staged": "^17.0.5",
35
- "oxfmt": "^0.57.0",
35
+ "oxfmt": "^0.61.0",
36
36
  "oxlint": "^1.66.0",
37
37
  "typescript": "~6.0.3"
38
38
  },
@@ -27,7 +27,7 @@ jobs:
27
27
  version: 11
28
28
 
29
29
  - name: Setup Node.js
30
- uses: actions/setup-node@v6
30
+ uses: actions/setup-node@v7
31
31
  with:
32
32
  node-version: 24
33
33
  cache: pnpm
@@ -57,7 +57,7 @@ jobs:
57
57
  version: 11
58
58
 
59
59
  - name: Setup Node.js
60
- uses: actions/setup-node@v6
60
+ uses: actions/setup-node@v7
61
61
  with:
62
62
  node-version: 24
63
63
  cache: pnpm
@@ -110,7 +110,7 @@ jobs:
110
110
  version: 11
111
111
 
112
112
  - name: Setup Node.js
113
- uses: actions/setup-node@v6
113
+ uses: actions/setup-node@v7
114
114
  with:
115
115
  node-version: 24
116
116
  cache: pnpm
@@ -20,6 +20,7 @@
20
20
  ]
21
21
  },
22
22
  "sortTailwindcss": {
23
+ "stylesheet": "src/styles/globals.css",
23
24
  "functions": ["clsx", "cn", "cva", "twMerge"]
24
25
  },
25
26
  "tabWidth": 4,
@@ -24,42 +24,42 @@
24
24
  "prepare": "husky"
25
25
  },
26
26
  "dependencies": {
27
- "@lucide/vue": "^1.24.0",
27
+ "@lucide/vue": "^1.27.0",
28
28
  "@tauri-apps/api": "^2.11.1",
29
29
  "class-variance-authority": "^0.7.1",
30
30
  "clsx": "^2.1.1",
31
31
  "tailwind-merge": "^3.6.0",
32
- "vue": "^3.5.39"
32
+ "vue": "^3.5.40"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@commitlint/cli": "^21.2.1",
36
36
  "@commitlint/config-conventional": "^21.2.0",
37
- "@tailwindcss/vite": "^4.3.2",
37
+ "@tailwindcss/vite": "^4.3.3",
38
38
  "@tauri-apps/cli": "^2.11.4",
39
39
  "@tsconfig/node24": "^24.0.4",
40
- "@types/node": "^26.1.1",
41
- "@vitejs/plugin-vue": "^6.0.7",
40
+ "@types/node": "^26.1.2",
41
+ "@vitejs/plugin-vue": "^6.0.8",
42
42
  "@vue/eslint-config-prettier": "^10.2.0",
43
43
  "@vue/eslint-config-typescript": "^14.9.0",
44
44
  "@vue/tsconfig": "^0.9.1",
45
- "eslint": "^10.7.0",
46
- "eslint-plugin-oxlint": "^1.73.0",
47
- "eslint-plugin-vue": "^10.9.2",
45
+ "eslint": "^10.8.0",
46
+ "eslint-plugin-oxlint": "^1.75.0",
47
+ "eslint-plugin-vue": "^10.10.0",
48
48
  "husky": "^9.1.7",
49
49
  "jiti": "^2.7.0",
50
- "lint-staged": "^17.0.8",
50
+ "lint-staged": "^17.2.0",
51
51
  "npm-run-all2": "^9.0.2",
52
- "oxfmt": "^0.58.0",
53
- "oxlint": "^1.73.0",
52
+ "oxfmt": "^0.61.0",
53
+ "oxlint": "^1.75.0",
54
54
  "picomatch": "^4.0.5",
55
- "tailwindcss": "^4.3.2",
55
+ "tailwindcss": "^4.3.3",
56
56
  "tw-animate-css": "^1.4.0",
57
57
  "typescript": "~6.0.3",
58
58
  "unplugin-auto-import": "^21.0.0",
59
59
  "unplugin-vue-components": "^32.1.0",
60
- "vite": "^8.1.4",
61
- "vite-plugin-vue-devtools": "^8.1.5",
62
- "vue-tsc": "^3.3.7"
60
+ "vite": "^8.1.5",
61
+ "vite-plugin-vue-devtools": "^8.2.1",
62
+ "vue-tsc": "^3.3.8"
63
63
  },
64
64
  "engines": {
65
65
  "node": ">=22.12.0"