|
2 | 2 | "name": "unplugin-inline-enum", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.7.0", |
5 | | - "packageManager": "pnpm@10.32.1", |
| 5 | + "packageManager": "pnpm@10.33.0", |
6 | 6 | "description": "Inline enum values to optimize bundle size.", |
7 | 7 | "author": "Kevin Deng <sxzz@sxzz.moe>", |
8 | 8 | "license": "MIT", |
|
62 | 62 | }, |
63 | 63 | "dependencies": { |
64 | 64 | "ast-kit": "^2.2.0", |
65 | | - "picomatch": "^4.0.3", |
| 65 | + "picomatch": "^4.0.4", |
66 | 66 | "rolldown-string": "^0.3.0", |
67 | 67 | "tinyglobby": "^0.2.15", |
68 | 68 | "unplugin": "^3.0.0", |
69 | 69 | "unplugin-replace": "^0.8.0" |
70 | 70 | }, |
71 | 71 | "devDependencies": { |
72 | 72 | "@babel/types": "^7.29.0", |
73 | | - "@sxzz/eslint-config": "^7.8.3", |
| 73 | + "@sxzz/eslint-config": "^7.8.4", |
74 | 74 | "@sxzz/prettier-config": "^2.3.1", |
75 | | - "@sxzz/test-utils": "^0.5.15", |
| 75 | + "@sxzz/test-utils": "^0.5.16", |
76 | 76 | "@types/node": "^25.5.0", |
77 | 77 | "@types/picomatch": "^4.0.2", |
78 | | - "@typescript/native-preview": "7.0.0-dev.20260322.1", |
| 78 | + "@typescript/native-preview": "7.0.0-dev.20260330.1", |
79 | 79 | "bumpp": "^11.0.1", |
80 | 80 | "esbuild": "^0.27.4", |
81 | 81 | "eslint": "^10.1.0", |
82 | 82 | "prettier": "^3.8.1", |
83 | | - "rolldown": "1.0.0-rc.10", |
84 | | - "rollup": "^4.60.0", |
85 | | - "tsdown": "^0.21.4", |
86 | | - "tsdown-preset-sxzz": "^0.4.2", |
| 83 | + "rolldown": "1.0.0-rc.12", |
| 84 | + "rollup": "^4.60.1", |
| 85 | + "tsdown": "^0.21.7", |
| 86 | + "tsdown-preset-sxzz": "^0.5.0", |
87 | 87 | "typescript": "^6.0.2", |
88 | 88 | "unplugin-oxc": "^0.6.0", |
89 | | - "vite": "^8.0.1", |
90 | | - "vitest": "^4.1.0", |
| 89 | + "vite": "^8.0.3", |
| 90 | + "vitest": "^4.1.2", |
91 | 91 | "webpack": "^5.105.4" |
92 | 92 | }, |
93 | 93 | "prettier": "@sxzz/prettier-config" |
|
0 commit comments