|
2 | 2 | "name": "unplugin-inline-enum", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.6.4", |
5 | | - "packageManager": "pnpm@10.30.3", |
| 5 | + "packageManager": "pnpm@10.32.1", |
6 | 6 | "description": "Inline enum values to optimize bundle size.", |
7 | 7 | "author": "Kevin Deng <sxzz@sxzz.moe>", |
8 | 8 | "license": "MIT", |
|
63 | 63 | "dependencies": { |
64 | 64 | "ast-kit": "^2.2.0", |
65 | 65 | "picomatch": "^4.0.3", |
66 | | - "rolldown-string": "^0.2.1", |
| 66 | + "rolldown-string": "^0.3.0", |
67 | 67 | "tinyglobby": "^0.2.15", |
68 | 68 | "unplugin": "^3.0.0", |
69 | 69 | "unplugin-replace": "^0.7.0" |
70 | 70 | }, |
71 | 71 | "devDependencies": { |
72 | 72 | "@babel/types": "^7.29.0", |
73 | | - "@sxzz/eslint-config": "^7.8.2", |
| 73 | + "@sxzz/eslint-config": "^7.8.3", |
74 | 74 | "@sxzz/prettier-config": "^2.3.1", |
75 | 75 | "@sxzz/test-utils": "^0.5.15", |
76 | | - "@types/node": "^25.3.3", |
| 76 | + "@types/node": "^25.4.0", |
77 | 77 | "@types/picomatch": "^4.0.2", |
78 | | - "@typescript/native-preview": "7.0.0-dev.20260302.1", |
| 78 | + "@typescript/native-preview": "7.0.0-dev.20260311.1", |
79 | 79 | "bumpp": "^10.4.1", |
80 | 80 | "esbuild": "^0.27.3", |
81 | | - "eslint": "^10.0.2", |
| 81 | + "eslint": "^10.0.3", |
82 | 82 | "prettier": "^3.8.1", |
83 | 83 | "rollup": "^4.59.0", |
84 | | - "tsdown": "^0.21.0-beta.2", |
85 | | - "tsdown-preset-sxzz": "^0.4.0", |
| 84 | + "tsdown": "^0.21.1", |
| 85 | + "tsdown-preset-sxzz": "^0.4.1", |
86 | 86 | "typescript": "^5.9.3", |
87 | | - "unplugin-oxc": "^0.5.7", |
| 87 | + "unplugin-oxc": "^0.6.0", |
88 | 88 | "vite": "^7.3.1", |
89 | 89 | "vitest": "^4.0.18", |
90 | | - "webpack": "^5.105.3" |
| 90 | + "webpack": "^5.105.4" |
91 | 91 | }, |
92 | 92 | "prettier": "@sxzz/prettier-config" |
93 | 93 | } |
0 commit comments