|
2 | 2 | "name": "markdown-it-github-alerts", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.3.0", |
5 | | - "packageManager": "pnpm@8.13.1", |
| 5 | + "packageManager": "pnpm@10.5.2", |
6 | 6 | "description": "Support GitHub-style alerts for markdown-it", |
7 | 7 | "author": "Anthony Fu <[email protected]>", |
8 | 8 | "license": "MIT", |
|
46 | 46 | "dev": "unbuild --stub", |
47 | 47 | "lint": "eslint .", |
48 | 48 | "prepublishOnly": "nr build", |
49 | | - "release": "bumpp && npm publish", |
50 | | - "start": "esno src/index.ts", |
| 49 | + "release": "bumpp && pnpm publish", |
| 50 | + "start": "tsx src/index.ts", |
51 | 51 | "test": "vitest", |
52 | 52 | "typecheck": "tsc --noEmit", |
53 | 53 | "prepare": "simple-git-hooks" |
|
56 | 56 | "markdown-it": ">= 13.0.0" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | | - "@antfu/eslint-config": "^2.6.1", |
60 | | - "@antfu/ni": "^0.21.12", |
61 | | - "@antfu/utils": "^0.7.7", |
62 | | - "@types/markdown-it": "^13.0.7", |
63 | | - "@types/node": "^20.10.6", |
64 | | - "bumpp": "^9.2.1", |
65 | | - "eslint": "^8.56.0", |
66 | | - "esno": "^4.0.0", |
67 | | - "lint-staged": "^15.2.0", |
68 | | - "markdown-it": "^14.0.0", |
69 | | - "pnpm": "^8.13.1", |
70 | | - "prettier": "^3.1.1", |
71 | | - "rimraf": "^5.0.5", |
72 | | - "simple-git-hooks": "^2.9.0", |
73 | | - "typescript": "^5.3.3", |
74 | | - "unbuild": "^2.0.0", |
75 | | - "vite": "^5.0.10", |
76 | | - "vitest": "^1.1.1" |
| 59 | + "@antfu/eslint-config": "^4.3.0", |
| 60 | + "@antfu/ni": "^23.3.1", |
| 61 | + "@types/markdown-it": "^14.1.2", |
| 62 | + "@types/node": "^22.13.5", |
| 63 | + "bumpp": "^10.0.3", |
| 64 | + "eslint": "^9.21.0", |
| 65 | + "lint-staged": "^15.4.3", |
| 66 | + "markdown-it": "^14.1.0", |
| 67 | + "simple-git-hooks": "^2.11.1", |
| 68 | + "tsx": "^4.8.0", |
| 69 | + "typescript": "^5.7.3", |
| 70 | + "unbuild": "^3.5.0", |
| 71 | + "vite": "^6.2.0", |
| 72 | + "vitest": "^3.0.7" |
77 | 73 | }, |
78 | 74 | "simple-git-hooks": { |
79 | 75 | "pre-commit": "pnpm lint-staged" |
|
0 commit comments