mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-11-02 18:32:17 +08:00
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.9 to 7.1.11. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.1.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "vue-jsx-monorepo",
|
|
"version": "2.0.1",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.18.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "pnpm -C packages/jsx-explorer run dev",
|
|
"build": "tsdown",
|
|
"build:playground": "pnpm -C packages/jsx-explorer build",
|
|
"test": "vitest",
|
|
"lint": "eslint --cache .",
|
|
"format": "prettier --write .",
|
|
"typecheck": "tsc",
|
|
"release": "bumpp -r"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"vue",
|
|
"jsx"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/plugin-syntax-typescript": "^7.27.1",
|
|
"@eslint/js": "^9.37.0",
|
|
"@rollup/plugin-babel": "^6.0.4",
|
|
"@types/babel__core": "^7.20.5",
|
|
"@types/babel__helper-module-imports": "^7.18.3",
|
|
"@types/babel__helper-plugin-utils": "^7.10.3",
|
|
"@types/node": "^24.7.0",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"@vue/babel-plugin-jsx": "workspace:*",
|
|
"bumpp": "^10.3.1",
|
|
"eslint": "^9.37.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-import-x": "^4.16.1",
|
|
"jsdom": "^27.0.0",
|
|
"prettier": "3.6.2",
|
|
"tsdown": "^0.15.6",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.45.0",
|
|
"vite": "^7.1.11",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|