xi-create 1.0.1 → 1.0.3

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": "xi-create",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "一个用于创建项目的命令行工具",
5
5
  "type": "module",
6
6
  "main": "./bin/xi-create.js",
@@ -10,9 +10,9 @@
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "start": "node ./bin/xi-create.js",
13
- "release:patch": "pnpm version patch",
14
- "release:minor": "pnpm version minor",
15
- "release:major": "pnpm version major",
13
+ "release:patch": "pnpm version patch && git push --follow-tags",
14
+ "release:minor": "pnpm version minor && git push --follow-tags",
15
+ "release:major": "pnpm version major && git push --follow-tags",
16
16
  "verify:version-tag": "node ./scripts/verify-version-tag.mjs"
17
17
  },
18
18
  "keywords": [
@@ -35,10 +35,10 @@
35
35
  "chalk": "^5.6.2",
36
36
  "commander": "^14.0.3",
37
37
  "fs-extra": "^11.3.4",
38
- "inquirer": "^13.3.2",
38
+ "inquirer": "^13.4.2",
39
39
  "ora": "^9.3.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@types/node": "^24.12.0"
42
+ "@types/node": "^24.12.2"
43
43
  }
44
44
  }
@@ -11,52 +11,52 @@
11
11
  "preinstall": "npx only-allow pnpm"
12
12
  },
13
13
  "dependencies": {
14
- "@tailwindcss/vite": "^4.2.2",
15
- "@xiping/react-components": "^1.0.70",
16
- "@zumer/snapdom": "^2.7.0",
14
+ "@tailwindcss/vite": "^4.2.3",
15
+ "@xiping/react-components": "^1.0.79",
16
+ "@zumer/snapdom": "^2.8.0",
17
17
  "ahooks": "^3.9.7",
18
- "axios": "^1.14.0",
18
+ "axios": "^1.15.1",
19
19
  "clsx": "^2.1.1",
20
20
  "dayjs": "^1.11.20",
21
21
  "disable-devtool": "^0.3.9",
22
22
  "file-saver": "^2.0.5",
23
23
  "lodash-es": "^4.18.1",
24
- "lucide-react": "^1.7.0",
24
+ "lucide-react": "^1.8.0",
25
25
  "motion": "^12.38.0",
26
- "react": "^19.2.4",
26
+ "react": "^19.2.5",
27
27
  "react-device-detect": "^2.2.3",
28
- "react-dom": "^19.2.4",
28
+ "react-dom": "^19.2.5",
29
29
  "react-dropzone": "^15.0.0",
30
30
  "react-hot-toast": "^2.6.0",
31
- "react-router-dom": "^7.13.2",
31
+ "react-router-dom": "^7.14.1",
32
32
  "zustand": "^5.0.12"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@eslint/js": "^9.39.4",
36
36
  "@types/file-saver": "^2.0.7",
37
37
  "@types/lodash-es": "^4.17.12",
38
- "@types/node": "^24.12.0",
38
+ "@types/node": "^24.12.2",
39
39
  "@types/react": "^19.2.14",
40
40
  "@types/react-dom": "^19.2.3",
41
41
  "@vitejs/plugin-react": "^6.0.1",
42
- "@xiping/vite-version": "^1.0.71",
43
- "autoprefixer": "^10.4.27",
42
+ "@xiping/vite-version": "^1.0.79",
43
+ "autoprefixer": "^10.5.0",
44
44
  "eslint": "^9.39.4",
45
- "eslint-plugin-react-hooks": "^7.0.1",
45
+ "eslint-plugin-react-hooks": "^7.1.1",
46
46
  "eslint-plugin-react-refresh": "^0.5.2",
47
- "globals": "^17.4.0",
47
+ "globals": "^17.5.0",
48
48
  "less": "^4.6.4",
49
49
  "only-allow": "^1.2.2",
50
- "postcss": "^8.5.8",
51
- "prettier": "^3.8.1",
50
+ "postcss": "^8.5.10",
51
+ "prettier": "^3.8.3",
52
52
  "sharp": "^0.34.5",
53
53
  "svgo": "^4.0.1",
54
54
  "tailwind-scrollbar": "^4.0.2",
55
- "tailwindcss": "^4.2.2",
55
+ "tailwindcss": "^4.2.3",
56
56
  "tailwindcss-safe-area": "^1.3.0",
57
57
  "typescript": "~5.9.3",
58
- "typescript-eslint": "^8.58.0",
59
- "vite": "^8.0.3",
58
+ "typescript-eslint": "^8.59.0",
59
+ "vite": "^8.0.9",
60
60
  "vite-plugin-image-optimizer": "^2.0.3",
61
61
  "vite-plugin-pwa": "^1.2.0",
62
62
  "vite-plugin-zip-pack": "^1.2.4"