|
44 | 44 | "dev": "unbuild --stub",
|
45 | 45 | "lint": "eslint .",
|
46 | 46 | "lint:fix": "eslint . --fix",
|
47 |
| - "prepublishOnly": "nr build", |
48 |
| - "release": "bumpp && npm publish", |
49 |
| - "start": "esno src/index.ts", |
| 47 | + "prepublishOnly": "pnpm build", |
| 48 | + "release": "bumpp && pnpm publish", |
| 49 | + "start": "tsx src/index.ts", |
50 | 50 | "test": "vitest",
|
51 | 51 | "test:cov": "vitest --coverage",
|
52 | 52 | "typecheck": "tsc --noEmit --project tsconfig.test.json",
|
|
57 | 57 | "vue-router": ">=4.0.0"
|
58 | 58 | },
|
59 | 59 | "devDependencies": {
|
60 |
| - "@antfu/ni": "^0.21.12", |
61 |
| - "@deviltea/eslint-config": "^3.0.0", |
62 |
| - "@deviltea/tsconfig": "^0.0.5", |
| 60 | + "@deviltea/eslint-config": "3.4.1", |
| 61 | + "@deviltea/tsconfig": "0.0.6", |
63 | 62 | "@types/node": "^20.10.1",
|
64 |
| - "@vitest/coverage-v8": "^1.0.2", |
65 |
| - "bumpp": "^9.2.0", |
66 |
| - "eslint": "^8.54.0", |
67 |
| - "esno": "^4.0.0", |
68 |
| - "lint-staged": "^15.1.0", |
69 |
| - "pnpm": "^8.11.0", |
70 |
| - "rimraf": "^5.0.5", |
71 |
| - "simple-git-hooks": "^2.9.0", |
72 |
| - "typescript": "^5.3.3", |
73 |
| - "unbuild": "^2.0.0", |
74 |
| - "vite": "^5.0.4", |
75 |
| - "vitest": "^1.0.2", |
76 |
| - "vue": "^3.3.13", |
77 |
| - "vue-router": "^4.2.5" |
| 63 | + "@vitest/coverage-v8": "2.0.3", |
| 64 | + "bumpp": "9.2.1", |
| 65 | + "eslint": "8.57.0", |
| 66 | + "lint-staged": "15.2.7", |
| 67 | + "rimraf": "6.0.1", |
| 68 | + "simple-git-hooks": "2.11.1", |
| 69 | + "tsx": "4.16.2", |
| 70 | + "typescript": "5.4.5", |
| 71 | + "unbuild": "2.0.0", |
| 72 | + "vite": "5.3.4", |
| 73 | + "vitest": "2.0.3", |
| 74 | + "vue": "3.4.33", |
| 75 | + "vue-router": "4.4.0" |
78 | 76 | },
|
79 | 77 | "simple-git-hooks": {
|
80 | 78 | "pre-commit": "pnpm lint-staged"
|
|
0 commit comments