|
2 | 2 | "name": "unplugin-inline-enum", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.6.4", |
5 | | - "packageManager": "[email protected].1", |
| 5 | + "packageManager": "[email protected].3", |
6 | 6 | "description": "Inline enum values to optimize bundle size.", |
7 | 7 | "author": "Kevin Deng <[email protected]>", |
8 | 8 | "license": "MIT", |
|
32 | 32 | "./webpack": "./dist/webpack.mjs", |
33 | 33 | "./package.json": "./package.json" |
34 | 34 | }, |
35 | | - "main": "./dist/index.mjs", |
36 | | - "module": "./dist/index.mjs", |
37 | 35 | "types": "./dist/index.d.mts", |
38 | 36 | "typesVersions": { |
39 | 37 | "*": { |
|
64 | 62 | }, |
65 | 63 | "dependencies": { |
66 | 64 | "ast-kit": "^2.2.0", |
67 | | - "magic-string": "^0.30.21", |
68 | 65 | "picomatch": "^4.0.3", |
| 66 | + "rolldown-string": "^0.2.1", |
69 | 67 | "tinyglobby": "^0.2.15", |
70 | | - "unplugin": "^2.3.11", |
| 68 | + "unplugin": "^3.0.0", |
71 | 69 | "unplugin-replace": "^0.6.3" |
72 | 70 | }, |
73 | 71 | "devDependencies": { |
74 | 72 | "@babel/types": "^7.29.0", |
75 | | - "@sxzz/eslint-config": "^7.8.0", |
| 73 | + "@sxzz/eslint-config": "^7.8.2", |
76 | 74 | "@sxzz/prettier-config": "^2.3.1", |
77 | 75 | "@sxzz/test-utils": "^0.5.15", |
78 | | - "@types/node": "^25.3.0", |
| 76 | + "@types/node": "^25.3.3", |
79 | 77 | "@types/picomatch": "^4.0.2", |
80 | | - "@typescript/native-preview": "7.0.0-dev.20260222.1", |
| 78 | + "@typescript/native-preview": "7.0.0-dev.20260302.1", |
81 | 79 | "bumpp": "^10.4.1", |
82 | 80 | "esbuild": "^0.27.3", |
83 | | - "eslint": "^10.0.0", |
| 81 | + "eslint": "^10.0.2", |
84 | 82 | "prettier": "^3.8.1", |
85 | 83 | "rollup": "^4.59.0", |
86 | | - "tsdown": "^0.20.3", |
| 84 | + "tsdown": "^0.21.0-beta.2", |
87 | 85 | "typescript": "^5.9.3", |
88 | 86 | "unplugin-oxc": "^0.5.7", |
89 | 87 | "vite": "^7.3.1", |
90 | 88 | "vitest": "^4.0.18", |
91 | | - "webpack": "^5.105.2" |
| 89 | + "webpack": "^5.105.3" |
92 | 90 | }, |
93 | 91 | "prettier": "@sxzz/prettier-config" |
94 | 92 | } |
0 commit comments