|
34 | 34 | "scripts": { |
35 | 35 | "build": "run-p 'build:*'", |
36 | 36 | "build:tsc": "tsc -b", |
37 | | - "build:tsdown": "tsdown --clean false -d lib --format cjs src/index.ts", |
| 37 | + "build:tsdown": "tsdown --clean false -d lib --format cjs --tsconfig src/tsconfig.json src/index.ts", |
38 | 38 | "clean": "premove .type-coverage coverage dist lib .eslintcache .stylelintcache", |
39 | 39 | "dev": "vitest", |
40 | 40 | "docs": "vite", |
|
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | 55 | "@1stg/browserslist-config": "^2.1.4", |
56 | | - "@1stg/common-config": "^13.0.1", |
| 56 | + "@1stg/common-config": "^14.0.0", |
57 | 57 | "@1stg/postcss-config": "^6.0.6", |
58 | 58 | "@1stg/stylelint-config": "^6.0.5", |
59 | 59 | "@changesets/changelog-github": "^0.5.1", |
|
64 | 64 | "@shikijs/rehype": "^3.4.2", |
65 | 65 | "@size-limit/preset-small-lib": "^11.2.0", |
66 | 66 | "@types/mdx": "^2.0.13", |
67 | | - "@types/node": "^22.15.18", |
| 67 | + "@types/node": "^22.15.19", |
68 | 68 | "@types/react": "^19.1.4", |
69 | 69 | "@types/react-dom": "^19.1.5", |
70 | 70 | "@types/web": "^0.0.235", |
71 | 71 | "@vercel/analytics": "^1.5.0", |
72 | 72 | "@vitejs/plugin-react-swc": "^3.9.0", |
73 | | - "@vitest/coverage-v8": "^3.1.3", |
| 73 | + "@vitest/coverage-v8": "^3.1.4", |
74 | 74 | "@vitest/eslint-plugin": "^1.2.0", |
75 | 75 | "clean-pkg-json": "^1.3.0", |
76 | 76 | "eslint": "^9.27.0", |
|
88 | 88 | "simple-git-hooks": "^2.13.0", |
89 | 89 | "size-limit": "^11.2.0", |
90 | 90 | "stylelint": "^16.19.1", |
91 | | - "tsdown": "^0.11.11", |
| 91 | + "tsdown": "^0.11.12", |
92 | 92 | "type-coverage": "^2.29.7", |
93 | 93 | "typescript": "^5.8.3", |
94 | 94 | "vite": "^6.3.5", |
95 | | - "vitest": "^3.1.3", |
| 95 | + "vitest": "^3.1.4", |
96 | 96 | "yarn-berry-deduplicate": "^6.1.3" |
97 | 97 | }, |
98 | 98 | "resolutions": { |
|
0 commit comments