create-unibest 1.17.1 → 1.18.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "create-unibest",
3
3
  "type": "module",
4
- "version": "1.17.1",
4
+ "version": "1.18.0",
5
5
  "packageManager": "pnpm@8.15.1",
6
6
  "description": "An easy way to start a unibest project",
7
7
  "author": "菲鸽 <1020103647@qq.com>",
@@ -35,30 +35,23 @@
35
35
  "@types/minimist": "^1.2.5",
36
36
  "@types/node": "^18.19.11",
37
37
  "@types/prompts": "^2.4.9",
38
- "@uni-helper/eslint-config": "^0.0.5",
39
38
  "bumpp": "^9.3.0",
40
39
  "ejs": "^3.1.9",
41
40
  "esbuild": "^0.18.20",
42
- "eslint": "^8.56.0",
43
41
  "kolorist": "^1.8.0",
44
- "lint-staged": "^15.2.1",
45
42
  "minimist": "^1.2.8",
46
43
  "pnpm": "^8.15.1",
47
44
  "prompts": "^2.4.2",
48
45
  "simple-git-hooks": "^2.9.0",
49
46
  "typescript": "^5.3.3"
50
47
  },
51
- "simple-git-hooks": {
52
- "pre-commit": "pnpm lint-staged"
53
- },
54
- "lint-staged": {
55
- "*": "eslint --fix"
48
+ "dependencies": {
49
+ "axios": "^1.9.0",
50
+ "dayjs": "^1.11.13"
56
51
  },
57
52
  "scripts": {
58
53
  "build": "node scripts/build.js",
59
54
  "dev": "node outfile.cjs",
60
- "lint": "eslint .",
61
- "lint:fix": "eslint --fix .",
62
55
  "release": "bumpp",
63
56
  "typecheck": "tsc --noEmit",
64
57
  "up": "cd ./template && pnpx taze@latest major -w -r && cd ./base && pnpx @dcloudio/uvm@latest --manager pnpm"