|
1 | 1 | { |
2 | 2 | "name": "unplugin-jsx-string", |
3 | 3 | "version": "0.10.0", |
4 | | - "packageManager": "pnpm@10.16.1", |
| 4 | + "packageManager": "pnpm@10.19.0", |
5 | 5 | "description": "Converts JSX to HTML strings at compile time.", |
6 | 6 | "type": "module", |
7 | 7 | "keywords": [ |
|
64 | 64 | "prepublishOnly": "pnpm run build" |
65 | 65 | }, |
66 | 66 | "dependencies": { |
67 | | - "@babel/parser": "^7.28.4", |
68 | | - "@babel/types": "^7.28.4", |
| 67 | + "@babel/parser": "^7.28.5", |
| 68 | + "@babel/types": "^7.28.5", |
69 | 69 | "entities": "^7.0.0", |
70 | 70 | "estree-walker": "^3.0.3", |
71 | 71 | "jsesc": "^3.1.0", |
72 | | - "magic-string": "^0.30.19", |
| 72 | + "magic-string": "^0.30.21", |
73 | 73 | "unplugin": "^2.3.10", |
74 | | - "unplugin-utils": "^0.3.0" |
| 74 | + "unplugin-utils": "^0.3.1" |
75 | 75 | }, |
76 | 76 | "devDependencies": { |
77 | | - "@sxzz/eslint-config": "^7.1.4", |
| 77 | + "@sxzz/eslint-config": "^7.2.7", |
78 | 78 | "@sxzz/prettier-config": "^2.2.4", |
79 | 79 | "@types/benchmark": "^2.1.5", |
80 | 80 | "@types/jsesc": "^3.0.3", |
81 | | - "@types/node": "^24.5.0", |
82 | | - "@types/react": "^19.1.13", |
| 81 | + "@types/node": "^24.9.1", |
| 82 | + "@types/react": "^19.2.2", |
83 | 83 | "benchmark": "^2.1.4", |
84 | | - "bumpp": "^10.2.3", |
85 | | - "eslint": "^9.35.0", |
| 84 | + "bumpp": "^10.3.1", |
| 85 | + "eslint": "^9.38.0", |
86 | 86 | "prettier": "^3.6.2", |
87 | | - "tsdown": "^0.15.1", |
88 | | - "tsx": "^4.20.5", |
89 | | - "typescript": "^5.9.2", |
90 | | - "vite": "^7.1.5", |
| 87 | + "tsdown": "^0.15.9", |
| 88 | + "tsx": "^4.20.6", |
| 89 | + "typescript": "^5.9.3", |
| 90 | + "vite": "^7.1.12", |
91 | 91 | "vitest": "^3.2.4" |
92 | 92 | }, |
93 | 93 | "engines": { |
|
0 commit comments